This repository was archived by the owner on Nov 19, 2024. It is now read-only.
forked from LavaGang/MelonLoader
-
Notifications
You must be signed in to change notification settings - Fork 21
Mod Installation and Preferences
Trevor edited this page Dec 28, 2022
·
4 revisions
SideQuest users, the /sdcard/path is the first path your start in when opening the file explorer, don't get confused by that
- Mod DLLs can be placed in
/sdcard/Android/data/<package name>/files/Mods - Plugin DLLs can be placed in
/sdcard/Android/data/<package name>/files/Plugins
MelonPreferences are stored in /sdcard/Android/data/<package name>/files/UserData/MelonPreferences.cfg
- Modified by pulling to a PC, modifying, then pushing (or an on-device file manager, if it can access app data)
If a mod is developed for a PC version of a game, that build of the mod can still be used on Lemon if the scripting runtimes match
- Example: BONELAB is built for IL2CPP on both PC and Quest, in most cases, mods built with the PC assemblies of BONELAB work fine with Lemon
- Exceptions
- If the mod uses an AssetBundle, it will need to be compiled and swapped out with one built for Android
- Sometimes, IL2CPP assemblies won't be exactly alike, so you may get a stripping error on one platform but not on the other.
