This repository has been 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 19
FAQ
Trevor edited this page Sep 2, 2023
·
6 revisions
- Q: Does this work on emulators such as Bluestacks?
- With Lemon 0.2.0, there is a very basic implementation of emulator support, however it is very unstable and I do not recommend using it.
- To activate the emulator mode, put a file named
isEmulator.txt
in/sdcard/Android/data/<package name>/files/
- Q: Does this work with game X or Y?
- Q: Can I have Lemon auto-install mods or other files
- With Lemon 0.2.0, yes! Inside the decompiled patched APK, create the folder
assets/copyToData
and fill it with the files you want copied. - Example: The file at
assets/copyToData/Mods/TestMod.dll
will be copied to/sdcard/Android/data/<package name>/files/Mods/TestMod.dll
- With Lemon 0.2.0, yes! Inside the decompiled patched APK, create the folder
- Q: Why mod no work??
- ¯\_(ツ)_/¯