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

From Stardew Valley Wiki
Jump to navigation Jump to search
m (Pathoschild moved page Modding:Android to Modding:Installing SMAPI on Android: integrate into main modding docs)
(match format used on the other install pages)
Line 1: Line 1:
← [[Modding:Index]]
+
{{Modding:Player Guide/header}}
  
This page explains how to use mods on Android. (For help with mods on Linux/Mac/Windows, see [[Modding:Player Guide]].)
+
This page explains how to install SMAPI (the tool which lets you use mods) on Android. See also:
 +
* [[Modding:Installing SMAPI on Linux|Instructions for Linux]]
 +
* [[Modding:Installing SMAPI on Mac|Instructions for Mac]]
 +
* [[Modding:Installing SMAPI on Windows|Instructions for Windows]]
  
==SMAPI mods & content packs==
+
__TOC__
You can use MartyrPher's Android SMAPI Loader, an unofficial port of SMAPI to Android which supports most SMAPI mods and content packs (including Content Patcher).
 
  
===Install SMAPI===
+
==Install==
 
: ''See also [https://www.youtube.com/watch?v=jOXl6Dmu7wY unofficial video guide].''
 
: ''See also [https://www.youtube.com/watch?v=jOXl6Dmu7wY unofficial video guide].''
 +
 +
You can use MartyrPher's Android SMAPI Loader, an unofficial port of SMAPI to Android which supports most SMAPI mods and content packs (including Content Patcher).
  
 
# Download the latest installer APK from {{github|MartyrPher/SMAPI-Android-Installer/releases|the unofficial download page}} onto your phone. Make sure you get the download that looks like <code>SMAPI-Android-Installer-&lt;version&gt;.apk</code>.
 
# Download the latest installer APK from {{github|MartyrPher/SMAPI-Android-Installer/releases|the unofficial download page}} onto your phone. Make sure you get the download that looks like <code>SMAPI-Android-Installer-&lt;version&gt;.apk</code>.
Line 14: Line 18:
 
# When it's done, you can safely uninstall the installer app.
 
# When it's done, you can safely uninstall the installer app.
  
===Using mods===
+
That's it! Just launch the game to play with mods.
 +
 
 +
==Update==
 +
Just install the new version; the installer will automatically clean up previous versions.
 +
 
 +
==Uninstall==
 +
''TODO''
 +
<!--
 +
# Launch the installer again (see [[#Install|install steps]]).
 +
# When prompted, choose the ''uninstall'' option.
 +
-->
 +
 
 +
==Using mods==
 
To install mods, just unzip them into the newly-created <tt>StardewValley/Mods</tt> folder. To launch the game with mod support, just run the SMAPI Stardew Valley icon.
 
To install mods, just unzip them into the newly-created <tt>StardewValley/Mods</tt> folder. To launch the game with mod support, just run the SMAPI Stardew Valley icon.
  
 
Android SMAPI Loader supports most mods, including the major frameworks like Content Patcher, Farm Type Manager, Json Assets, and PyTK. Stardew Valley Expanded is partially supported.
 
Android SMAPI Loader supports most mods, including the major frameworks like Content Patcher, Farm Type Manager, Json Assets, and PyTK. Stardew Valley Expanded is partially supported.
  
===See also===
+
==See also==
* [[Modding:Player Guide]] for general help
 
 
* {{github|MartyrPher/SMAPI-Android-Installer#readme|Android SMAPI installer readme}} (contains more info, and links to find help)
 
* {{github|MartyrPher/SMAPI-Android-Installer#readme|Android SMAPI installer readme}} (contains more info, and links to find help)
 +
 +
{{Modding guide footer
 +
  |prev = [[Modding:Player Guide/Getting Started|Getting Started]]
 +
  |next =
 +
}}
  
 
[[Category:Modding]]
 
[[Category:Modding]]

Revision as of 21:13, 7 October 2019

Modding:Player Guide/header

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

Install

See also unofficial video guide.

You can use MartyrPher's Android SMAPI Loader, an unofficial port of SMAPI to Android which supports most SMAPI mods and content packs (including Content Patcher).

  1. Download the latest installer APK from the unofficial download page onto your phone. Make sure you get the download that looks like SMAPI-Android-Installer-<version>.apk.
  2. Install the APK.
  3. Run the new app to install SMAPI. This may take a while depending on your device (e.g. 21s on a Samsung Galaxy S10, and 1 minute 13s on a Samsung Galaxy S6).
  4. When it's done, you can safely uninstall the installer app.

That's it! Just launch the game to play with mods.

Update

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

Uninstall

TODO

Using mods

To install mods, just unzip them into the newly-created StardewValley/Mods folder. To launch the game with mod support, just run the SMAPI Stardew Valley icon.

Android SMAPI Loader supports most mods, including the major frameworks like Content Patcher, Farm Type Manager, Json Assets, and PyTK. Stardew Valley Expanded is partially supported.

See also