So I have recently been trying to get the hang of making Addons! I decompiled the libminecraftpe.so file and have a list of all of the functions.
I was trying to figure out how to use some of the functions and thought it would be nice if there was a page for them like connor4898's page for ModPE scripts. It would really help new Addon modders know which functions could be used, how to use them, how to mangle them, and other stuff!
I thought I would start this page! If anyone wants to help (PLEASE HELP!!), then you can help me out!
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
Ya, I do use it... just haven't done much with the functions and such... It is actually very simple! The tutorial by byte should be enough to show you how! That is all I did.
Rollback Post to RevisionRollBack
", sans-serif">Want to get paid for uploading mods?
Can you tell me how I get started with the program?
My problem: (I have just the Demo) If I open it and click on new or open it always tells me I should open a file, but I haven't such a file on the PC. And if a click on new it doesn't creates one. And without having a file opened it don't tells me the functions...
So I have recently been trying to get the hang of making Addons! I decompiled the libminecraftpe.so file and have a list of all of the functions.
I was trying to figure out how to use some of the functions and thought it would be nice if there was a page for them like connor4898's page for ModPE scripts. It would really help new Addon modders know which functions could be used, how to use them, how to mangle them, and other stuff!
I thought I would start this page! If anyone wants to help (PLEASE HELP!!), then you can help me out!
Here is the link to what I have so far: https://github.com/MRandyPE/Addon-Functions/wiki/Addon-Function-List
Do ya'll think that sounds like a decent idea?
If you want to help, just leave your gitHub username in a comment below!
**Also, I know there are over 13,000 functions, but hopefully we can add a good portion of them!
", sans-serif">Want to get paid for uploading mods?
", sans-serif">Click here
For free Bitcoins, click here!
", sans-serif">Want to get paid for uploading mods?
", sans-serif">Click here
For free Bitcoins, click here!
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
", sans-serif">Want to get paid for uploading mods?
", sans-serif">Click here
For free Bitcoins, click here!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumFirst: Thanks a lot! I was searching for such a list!
But it is a Little bit small...
In a wiki from byteandahalf you can see how to find out all the functions, with IDA, but I don´t get started with that program, so if you get it started you could add much more functions! Link: https://github.com/byteandahalf/MCPE-NativeMods/wiki/7:-Using-IDA-to-find-functions
And if the List would get much larger you could make more lists like often used, GUI, Blocks, ...
But thanks anyway
And I really would like to help you (my Github-name is Clagdriff), but I would Need to know how to use IDA... Do you know how?
Ya, I do use it... just haven't done much with the functions and such... It is actually very simple! The tutorial by byte should be enough to show you how! That is all I did.
", sans-serif">Want to get paid for uploading mods?
", sans-serif">Click here
For free Bitcoins, click here!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThen the page could be used for examples...
Can you tell me how I get started with the program?
My problem: (I have just the Demo) If I open it and click on new or open it always tells me I should open a file, but I haven't such a file on the PC. And if a click on new it doesn't creates one. And without having a file opened it don't tells me the functions...
just do objdump -TC libminecraftpe.so
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThanks! Works!