Jump to content

[WIP] APK Multi Installer = Unlimited APK's of Same Game (Updated)


Ghenghis
 Share

Recommended Posts

Hi, i will try to explain how i make my mod !

 

If you look at the "txt" file into /sdcard/LuckyPatcher directory you will see yours files for the mod. For this example i will take the HBM file.

 

When you open the HBM.txt you can see this line :

[ODEX]
{"original":"04 67 61 6D ** 00"}
{"replaced":"04 67 61 6D 31 00"} ==> 31 = libgam1

The value "31" permit to tell at the game what is the name of file to use (ex: libgam1.so).

 

So if you want to use another file like "libgam2.so for Dungeon mod you need to change this value like this :

[ODEX]
{"original":"04 67 61 6D ** 00"}
{"replaced":"04 67 61 6D 32 00"} ==> 32 = libgam2

That will tell to the game to use "libgam2.so"

 

After that you need also to change the name of the file in the "txt" file HBM.txt

[LIB]
{"name":"libgam1.so"}
{"original":"00 31 2D 2D 2D 00 32 7E 7E 7E 00 33 37 2A 2A 2A 00 "}
{"replaced":"06 31 2D 2D 2D 00 32 7E 7E 7E 00 33 35 2A 2A 2A 00"}

You have to rename the file to use, for example rename it to "libgam2.so" in the all of file.

 

When you have make all this modifications you have to copy/paste libgame.so inthe data directory of the game and rename them to libgam1.so, libgam2.so & libgam3.so

 

My configuration is like this :

 

libgam1.so = HBM

libgam2.so = Dungeon

libgam3.so = Normal

 

If you need more explanation tell me it :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...