Lauriethefish / QuestPatcher

Generic il2cpp modding tool for Oculus Quest (1/2/3) apps.
zlib License
296 stars 392 forks source link

allow patching with no mod loader #188

Closed jakzo closed 3 months ago

jakzo commented 4 months ago

Did this because I just wanted to add hand tracking permission to an APK which already had a mod loader without adding a new one. In my case the game was Bonelab with MelonLoader (would be nice if LemonLoader was merged into QuestPatcher but that's a separate conversation...)

Lauriethefish commented 3 months ago

Imo there isn't really a whole lot of point in merging this - if you really need to add hand tracking permissions with lemonloader, you can do this by decompiling the APK with apktool, modifying the manifest yourself and recompiling the APK.

If lemonloader wants to make this more user friendly, then it makes a lot more sense to add it to the lemonloader installer. (although afaik it's not used in a mainstream way for any games just yet)

Lauriethefish commented 3 months ago

Closing as not planned