Zane.Y
476ae3186d
Update translations and add Ukrainian translation |
||
---|---|---|
.idea | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
SMAPI-Android-Installer
本软件可以提供安装 SMAPI 框架到安卓系统,SMAPI 是星露谷物语的 MOD 加载框架
使用方法
- 在 Release 页下载最新的 apk 安装包安装
- 安装完成后点击 SMAPI 安装器的安装按钮
- 等待安装完成
- 下载的 Mod 需要添加到
StardewValley/Mods
文件夹 - 点击新生成从 SMAPI 开头的星露谷物语进入 Mod 版游戏
其它
BUG 反馈
工作原理
- 抽取游戏本体的安装包
- 生成 SMAPI 依赖的文件
- 修改安装包添加 SMAPI 的启动代码
- 签名安装包并发起 Mod 版游戏的安装
下载地址
SMAPI-Android-Installer
This software will install SMAPI to the Android version of Stardew Valley. SMPAI is Stardew Valley's mod loading framework.
Instructions
- Download the latest apk package from the Releases page
- After it is finished downloading, install it. Then open the SMAPI installer app and hit the install button.
- Wait for it to finish, and install the gennerated apk.
- Place downloaded mods into the StardewValley/Mods folder on your internal storage.
- Open the new SMAPI Stardew Valley app to play the modded version of the game.
Other Information
Bug reports
- Fill out this Information form
- Join the QQ group 860453392
How it Works
- Extracts the original game.
- Generates SMAPI dependencies.
- Adds SMAPI launch code to the game's files.
- Signs the modified game and calls the package installer.