Delete current Minecraft PE installs before opening the APK. Allow install of non market applications in Settings. This is for Android only.
I meant what file in the application holds the code to spawn sheep (the one you changed to spawn chickens.) Sorry if I don't make any sense because I have iOS.
Delete current Minecraft PE installs before opening the APK. Allow install of non market applications in Settings. This is for Android only.
I meant what file in the application holds the code to spawn sheep (the one you changed to spawn chickens.) Sorry if I don't make any sense because I have iOS.
I meant what file in the application holds the code to spawn sheep (the one you changed to spawn chickens.) Sorry if I don't make any sense because I have iOS.
In an Android application, the file is lib/armeabi-v7a/libminecraftpe.so in the .apk file (actually a .zip). If you have a jailbroken iDevice, look for libminecraftpe.so in /Applications/Minecraft/(I do not know which folder) or similar and please send me a copy.
In an Android application, the file is lib/armeabi-v7a/libminecraftpe.so in the .apk file (actually a .zip). If you have a jailbroken iDevice, look for libminecraftpe.so in /Applications/Minecraft/(I do not know which folder) or similar and please send me a copy.
i found a file called minecraftpe and minecraft.ttf, ill search in thoseminecraft.tff has credits in it
How can I open the .so file? I downloaded eclipse for C/C++ and when I open the .so file, nothing happens...
I used Android NDK's objdump utility, which disassembles it into assembly language. It can't reassemble, so I just hexedit the .so file based on the offset to the left of each instruction. http://wiki.multimedia.cx/index.php?title=Objdump gives you usage.
Can one question?
You when you modify a file you libminecraftpe.so
What program did you use?
When you answer, I'd be very grateful.
The demo allows you to write well.
Tone, dried using Google translator, please understand.
:happy.gif:
Can one question?
You when you modify a file you libminecraftpe.so
What program did you use?
When you answer, I'd be very grateful.
The demo allows you to write well.
Tone, dried using Google translator, please understand.
:happy.gif:
Google Translator did a good job. I'm using arm-linux-androideabi-objdump included in the Android NDK to disassemble Minecraft PE into its assembly language representation using a tutorial at http://wiki.multimedia.cx/index.php?title=Objdump . Then, When I find the instruction that I want to change, I note the hex offsets on the left edge, and go to that point in a hex editor. Then, I patch the instruction, and retry using objdump. To find the right instructions, I use a combination of finding existing code that did what I want (part of the chicken spawning code was in the chicken's Chicken::getBreedOffspring(Animal*) method) and guessing and checking.
Google Translator did a good job. I'm using arm-linux-androideabi-objdump included in the Android NDK to disassemble Minecraft PE into its assembly language representation using a tutorial at http://wiki.multimedia.cx/index.php?title=Objdump . Then, When I find the instruction that I want to change, I note the hex offsets on the left edge, and go to that point in a hex editor. Then, I patch the instruction, and retry using objdump. To find the right instructions, I use a combination of finding existing code that did what I want (part of the chicken spawning code was in the chicken's Chicken::getBreedOffspring(Animal*) method) and guessing and checking.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttps://sites.google.com/site/zhuoweisite/other/mpemodtest2_1_signed.apk?attredirects=0&d=1
Delete current Minecraft PE installs before opening the APK. Allow install of non market applications in Settings. This is for Android only.
I meant what file in the application holds the code to spawn sheep (the one you changed to spawn chickens.) Sorry if I don't make any sense because I have iOS.
I meant what file in the application holds the code to spawn sheep (the one you changed to spawn chickens.) Sorry if I don't make any sense because I have iOS.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIn an Android application, the file is lib/armeabi-v7a/libminecraftpe.so in the .apk file (actually a .zip). If you have a jailbroken iDevice, look for libminecraftpe.so in /Applications/Minecraft/(I do not know which folder) or similar and please send me a copy.
I has downloaded mpe .ipa and opened with 7z and there no libs
i found a file called minecraftpe and minecraft.ttf, ill search in thoseminecraft.tff has credits in it
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIt's probably minecraftpe. Could you please pm me a copy?
ill PM you, the file is big and makes my ipod randomly crash
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttps://github.com/downloads/zhuowei/zhuowei.github.com/mpemod_babies_signed.apk
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI replaced the bne.n that checks if the option is enabled with a nop. Maybe it will show a f3 screen.
https://github.com/downloads/zhuowei/zhuowei.github.com/mpemod_perf_signed.apk
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'll look at it.
I used Android NDK's objdump utility, which disassembles it into assembly language. It can't reassemble, so I just hexedit the .so file based on the offset to the left of each instruction.
http://wiki.multimedia.cx/index.php?title=Objdump gives you usage.
You when you modify a file you libminecraftpe.so
What program did you use?
When you answer, I'd be very grateful.
The demo allows you to write well.
Tone, dried using Google translator, please understand.
:happy.gif:
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumGoogle Translator did a good job. I'm using arm-linux-androideabi-objdump included in the Android NDK to disassemble Minecraft PE into its assembly language representation using a tutorial at http://wiki.multimedia.cx/index.php?title=Objdump . Then, When I find the instruction that I want to change, I note the hex offsets on the left edge, and go to that point in a hex editor. Then, I patch the instruction, and retry using objdump. To find the right instructions, I use a combination of finding existing code that did what I want (part of the chicken spawning code was in the chicken's Chicken::getBreedOffspring(Animal*) method) and guessing and checking.
Sadly, I can patch only one animal in at a time.
Could you still do it in the full version?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYes, but you have to prove to me somehow that you own the full version - I won't distribute the .apk of the full version. PM me if you are interested.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumthe chickens do spawn and indeed they do float in air as they flap their wings, falling slowly.
goodjob!
Where can I find the modding.dat? I can't find anything on google :sad.gif: