Modding talk:Player Guide/Getting Started

From Stardew Valley Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This talk page is for discussing Modding:Player Guide/Getting Started.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.

Modding wiki link

Hello, I just tried to update the link to the Stardew Modding wiki because it moved to a different host site so the current link leads to an empty page. This was automatically prevented by this wiki though. All that needs to be done is swap `miraheze.org` out for `wiki.gg` (same goes for any other links to the modding wiki here). Vinilla (talk) 00:41, 5 July 2023 (UTC)

I've done a global find & replace to update the links. Sorry for the trouble, but vandalism prevention, you know. Thanks for reporting the problem! margotbean (talk) 15:55, 5 July 2023 (UTC)

Updates to "Can I Have Different Mod Groups" - Mac Platform

Current instructions are incorrect. I was able to successfully create mod groups on my Mac by completing the following steps:

  1. Create a separate folder for each mod group in your game folder, like Mods and Mods(multiplayer) (no spaces).
  2. Create a text file on your desktop with the same name as the mod group, for example SMAPI_multiplayer and format as Plain Text.
  3. Input ~ followed by your folder path. Add the following text to the end of the string:
     --mods-path "Mods(multiplayer)"
    
  4. Example: ~/Library/Application\ Support/Steam/steamapps/common/Stardew\ Valley/Contents/MacOS/StardewModdingAPI --mods-path "Mods(multiplayer)"
  5. Save the file, then mark the file executable.
  6. If you get the error: "The file “SMAPI multiplayer.command” could not be executed because you do not have appropriate access privileges. To view or change access privileges, select the file in the Finder and choose File > Get Info." Then use the following code in the terminal: chmod u+x /path/to/SMAPI multiplayer.command to give yourself these access privileges.
  7. Double-click the script on your desktop to launch SMAPI with the specified mod folder.

Rogue.toast (talk) 18:45, 19 August 2023 (UTC)

I saw your message, and added the edit from the abuse filter log. Fell free to review it for accuracy. Thanks, margotbean (talk) 03:09, 20 August 2023 (UTC)
Thanks, Margotbean, it's all good. Much appreciated! Rogue.toast (talk) 17:52, 20 August 2023 (UTC)