Difference between revisions of "Modding:Installing SMAPI on Mac"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎Install: + clarify no Steam launch option changes needed)
(→‎Install: update link)
Line 10: Line 10:
 
==Install==
 
==Install==
 
# Install [http://www.mono-project.com/ Mono].
 
# Install [http://www.mono-project.com/ Mono].
# Download the [https://github.com/Pathoschild/SMAPI/releases latest version of SMAPI].
+
# Download the [https://smapi.io latest version of SMAPI].
 
# Extract the <tt>.zip</tt> file somewhere (but not in your game folder!).
 
# Extract the <tt>.zip</tt> file somewhere (but not in your game folder!).
 
# Run <tt>mono install.exe</tt>:
 
# Run <tt>mono install.exe</tt>:

Revision as of 20:05, 24 January 2018

Index

This page explains how to install SMAPI (the tool which lets you use mods) on Mac. See also:

Install

  1. Install Mono.
  2. Download the latest version of SMAPI.
  3. Extract the .zip file somewhere (but not in your game folder!).
  4. Run mono install.exe:
    1. Open the Terminal app.
    2. Type mono then a space.
    3. drag & drop the install.exe file onto the Terminal window to paste its file path.
    4. Hit enter on your keyboard.

That's it! Just launch the game to play with mods. You don't need to change your Steam launch options (that's only needed on Windows).

To install manually instead, see instructions in the installer's readme.

Update

Just install the new version; the installer will automatically clean up previous versions.

Uninstall

Run mono install.exe and choose uninstall.