RateLimited
RateLimited
SMSatisfactory Modding
Created by pacificoast on 4/2/2025 in #help-using-mods
New Satisfactory Mac gamer - SMM cannot find install location
Probably, the terminal version is not main stream for normal people so it would be expected that when using smm the terminal version's bottle would not be detected.
19 replies
SMSatisfactory Modding
Created by pacificoast on 4/2/2025 in #help-using-mods
New Satisfactory Mac gamer - SMM cannot find install location
but if you are using the terminal version of gptk the smm may not be detecting your install
19 replies
SMSatisfactory Modding
Created by pacificoast on 4/2/2025 in #help-using-mods
New Satisfactory Mac gamer - SMM cannot find install location
I am running Macbook pro and m1 pro
19 replies
SMSatisfactory Modding
Created by pacificoast on 4/2/2025 in #help-using-mods
New Satisfactory Mac gamer - SMM cannot find install location
You should not need terminal for the smm download. as the smm download is a native macos application.
19 replies
SMSatisfactory Modding
Created by pacificoast on 4/2/2025 in #help-using-mods
New Satisfactory Mac gamer - SMM cannot find install location
@pacificoast Hello, I have the SMM working on my mac. Are you just using wine? if so you should change to whisky which is a gui of wine and apple GPTK. https://github.com/satisfactorymodding/SatisfactoryModManager/releases/download/v3.0.3/SatisfactoryModManager_darwin_universal.zip that is the smm macos download which does not need to be ran though wine/gptk. if your installation is correct it should auto detect your game install. Note: you will have to do downgrade steam when using whisky; refer to here for the guide on the work around to get steam working on whisky https://github.com/Whisky-App/Whisky/releases/download/v2.3.5/Whisky.zip Steam workaround
19 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/14/2025 in #djs-questions
GuildMemberAdd event not working.
ty
10 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/14/2025 in #djs-questions
GuildMemberAdd event not working.
how do i access the cache so i can get the channel by the channel id from the config json?
10 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/11/2025 in #djs-questions
Trying to update channel name every min for utc time, updates once but stops updateing
is this a api restriction or a discord rate limit
7 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/10/2025 in #djs-questions
How do I send a message to a channel by channel id
Alr ty that fixed it
5 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/8/2025 in #djs-questions
How to use .setChoices/.addChoices. SlashCommandBuilder
.addStringOption(option => option
.setName('color')

.addChoices(["Default", "White", "Aqua", "Green", "Blue", "Yellow", "Purple", "LuminousVividPink", "Fuchsia", "Gold", "Orange", "Red", "Grey", "Navy", "DarkAqua", "DarkGreen", "DarkBlue", "DarkPurple", "DarkVividPink", "DarkGold", "DarkOrange", "DarkRed", "DarkGrey", "DarkerGrey", "LightGrey", "DarkNavy", "Blurple", "Greyple", "DarkButNotBlack", "NotQuiteBlack", "Random"])
.setDescription('easy embed color picker refer, for custom use r,g,b options.'),

)
.addStringOption(option => option
.setName('color')

.addChoices(["Default", "White", "Aqua", "Green", "Blue", "Yellow", "Purple", "LuminousVividPink", "Fuchsia", "Gold", "Orange", "Red", "Grey", "Navy", "DarkAqua", "DarkGreen", "DarkBlue", "DarkPurple", "DarkVividPink", "DarkGold", "DarkOrange", "DarkRed", "DarkGrey", "DarkerGrey", "LightGrey", "DarkNavy", "Blurple", "Greyple", "DarkButNotBlack", "NotQuiteBlack", "Random"])
.setDescription('easy embed color picker refer, for custom use r,g,b options.'),

)
4 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/6/2025 in #djs-questions
How to make a new line in app command string option type.
thank you, i will look over this
7 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/6/2025 in #djs-questions
How to make a new line in app command string option type.
I am newer to discord.js switching from discord.py can you please explain.
7 replies