Here, read this website, this is where the guy who made the mech mods learned modding. This is javascript, you just need to switch there functions with modPE functions
I will make you a simple mod to get started. Actually, I do not recommened learning javascript. I didnt. And I have made the awesome PC Mod (In progreess, click the photo in ym signatuiure) First, you need a good text editor. I recommend ModPE IDE, as It gives you all the functions, hooks, sounds, particles already in the app. Therefore you can quickly make a mod with it. Search google play for ModPE IDE.
Next, PM me and I will help you to get started. If you need tutorials, check out Arjay07 on youtube.
You do realise ModPE is javascript, right? Mcpe is coded in C++ - they are called native mods. I do NOT reccomend learning them as it is EXTREMELY difficult, even I dont know how.
ModPE is just a javscript API that just makes coding alot more simpler.
Plz?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWhat should the mod do?
Do you want to learn JavaScript (easy, ~50 functions) or C++-Addons (without any basics of programming hard to learn, ~12 000 functions)?
Here, read this website, this is where the guy who made the mech mods learned modding. This is javascript, you just need to switch there functions with modPE functions
http://www.w3schools.com/js/default.asp
I will make you a simple mod to get started. Actually, I do not recommened learning javascript. I didnt. And I have made the awesome PC Mod (In progreess, click the photo in ym signatuiure) First, you need a good text editor. I recommend ModPE IDE, as It gives you all the functions, hooks, sounds, particles already in the app. Therefore you can quickly make a mod with it. Search google play for ModPE IDE.
Next, PM me and I will help you to get started. If you need tutorials, check out Arjay07 on youtube.
Thanks but its a little too late, tds200 is helping me. Thanks though
What have they been teaching you?
You know the link in your signature, you can make it so you can clikc the image to be taken there. Click the image in my signature.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThank you very much! That´s much better so
Java
Your very welcome
This will work in normal post aswell
You do realise ModPE is javascript, right? Mcpe is coded in C++ - they are called native mods. I do NOT reccomend learning them as it is EXTREMELY difficult, even I dont know how.
ModPE is just a javscript API that just makes coding alot more simpler.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumC++ is more difficulty, but here are two (easy) steps:
1. Look at the wiki from byteandahalf (https://github.com/byteandahalf/MCPE-NativeMods/wiki/1:-Making-native-mods-for-Minecraft-Pocket-Edition)
2. Buy a book about C++...