Yes โ but not through an in-app menu. Mods loaded by LemonLoader (which uses MelonLoader) are managed manually. This means enabling or disabling them is done through file management or configuration edits.
โ๏ธ How Mod Loading Works
LemonLoader installs MelonLoader into Unity-based Android or Quest games. MelonLoader then automatically loads any .dll
files found in a special Mods folder.
๐๏ธ Folder Locations:
- Android:
Android/data/[GamePackageName]/files/Mods
- Meta Quest:
Internal Storage/Android/data/[GamePackageName]/files/Mods
Any .dll
file in that folder is auto-loaded when you launch the game.
๐ How to Enable/Disable Specific Mods
1. ๐ค Move or Rename Mod Files
- โ
To disable a mod: move the
.dll
file to another folder (likeMods_Disabled/
) or rename it (e.g.CoolMod.bak
) - ๐ To enable it again: move it back or rename it to
.dll
This is the most reliable method and doesnโt require editing anything.
2. โ๏ธ Use Mod Configuration Files
Some mods generate .cfg
or .json
config files under UserData/
or Config/
. Inside these files, look for a setting like:
jsonCopyEdit"Enabled": false
- Set it to
true
orfalse
to toggle features. - Not all mods support this, but many popular ones do.
๐งฐ What LemonLoader Does Not Do
LemonLoader is a mod loader โ not a mod manager. It does not include:
- โ In-app mod toggles
- โ A GUI for managing mods
- โ Built-in config tools
Its job is to inject MelonLoader into Android or Quest games so mods can load โ not manage them for you.
๐ฑ How to Manage Mods (Android/Quest)
Hereโs how to enable/disable mods manually:
- ๐ Connect device to PC (via USB or SideQuest)
- ๐ Go to Mods folder:
Android/data/[GamePackageName]/files/Mods
- ๐ Find the mod DLL you want to toggle
- ๐๏ธ Disable by renaming or moving it out of the folder
- ๐ฎ Launch the game โ only active DLLs will load
โ Summary
You can enable or disable mods in LemonLoader โ you just have to do it manually:
- ๐ง Move/rename DLL files
- ๐ ๏ธ Edit config files (when supported)
- ๐ Keep your Mods folder organized
No advanced tools required โ just basic file access!
๐ Resources
- ๐ง MelonLoader
- ๐ LemonLoader
- ๐ LemonLoader Wiki
- ๐ฌ LemonLoader Discord
- ๐งฐ SideQuest for File Management