Lots of people have been saying:
We want real mods
Mods like mods that add stuff into your game!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Give us real mods! Make mods that add mobs into your game
new items, like the aether or elemntal creepers, herobrine,
mo'creatures, Tropicraft! And more!
Please try to make real mods like this.
Add small mods!! Not crudy boring lottle helping ones
This is only a favor! Please!
Post in the description of what tou think, or what you will
Try to do!
-Flamebro101
Ps- Ideas
Kitty mod
Mocreatures
Quarrymod
Pipe mod
Ideas
All I got to say is u don't make mods you must understand its hard work for modders and I've tried it ain't a cake walk my friends so if you could keep your ideas open but don't tread on the people that try
I know how hard it is i tried once. I just ask if people can do this kind of stuff and take time.
Thats all i ask.
Its just a saying.
Im acually trying to make yogbox with a few of the mods, but i forgot how to code and mod.
Unless Apple/Android magically allow us to reverse engineer apps so well that we can re-code them like how Java programs are, mod's will never, ever, be anything like PC. The closest we can ever get is programming tweaks in C that add buttons and what not, but those buttons can only do things we've already been doing before. In the rare instance someone slaves away for months years trying to even add a new block to the game it won't be nearly as good as PC mods.
Also, don't bug the devs to add mods, they can't hardly keep up with all the fatuous requests they currently get thrown at them like stones. Overall, you'd have better luck trying to convince Apple/Android to allow users to reverse engineer and modify apps then you would actually doing it right now, so go bug Apple & Android devs.
Rollback Post to RevisionRollBack
Did you know I make music? Just click my logo to listen to my awesome Electronic beats!
Well i know next to nothing about mod coding but im guessing you would have to create a completely knew texture for the crafting interface and thus experience duping bugs and texture bugs
basically you would have the equivalent of redoing the crafting and nearly starting fresh.
i am taking a shot in the dark here so don't attempt to brutaly murder me if i'm wrong
Unless Apple/Android magically allow us to reverse engineer apps...
It is not really either of their faults and neither of them are really in the way. It would be less of an issue if there was actually the technology available to "decompile" machine code. Most decompilers that exist are usually for Intel (there are some ARM decompilers, I think, somewhere), but they aren't advanced enough to get usable (I use "usable" loosely here; some decompilers will spit out garbage) C/C++ code IDA has an ARM decompiler but its not cheap. The best we could do is disassemble it. If we could cleanup the assembly dumps using some sort of tool, we might be able to re-assemble some *maybe* working code. Of course, we can't re-distribute the code as that would violate the license.
Minecraft pe barely has redstone because it is hard to code in. By now mcpe would have redstone if it was easy. What makes you think amateurs could add in items through mods? Just a little common sense. :/
ive been trying, and so far i managed to replicate the crafting table so there are now 2 of them, all i need to do is make it do something else and have a different texture. and i would have successfully created a new block
Lots of people have been saying:
We want real mods
Mods like mods that add stuff into your game!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Give us real mods! Make mods that add mobs into your game
new items, like the aether or elemntal creepers, herobrine,
mo'creatures, Tropicraft! And more!
Please try to make real mods like this.
Add small mods!! Not crudy boring lottle helping ones
This is only a favor! Please!
Post in the description of what tou think, or what you will
Try to do!
-Flamebro101
Ps- Ideas
Kitty mod
Mocreatures
Quarrymod
Pipe mod
Ideas
Listen the mods you are asking for are... They're just impossible right now. Pc minecraft runs on java script which is easier to mod on, mcpe runs on OpenGL 1.0 or code based which is really hard to mod on I only know one modded - C0deh4cker that has the capability to mod like that and he's said before that it would have more trouble than what it's worth
Listen the mods you are asking for are... They're just impossible right now. Pc minecraft runs on java script which is easier to mod on, mcpe runs on OpenGL 1.0 or code based which is really hard to mod on I only know one modded - C0deh4cker that has the capability to mod like that and he's said before that it would have more trouble than what it's worth
Actually they aren't impossible, C0deh4cker has been working on code based mods. He already made pc like sprinting, now he's working on sneaking
A few points I'd like to make:
• PC Minecraft is coded in Java, not JavaScript. Big difference there.
• MCPE uses OpenGL ES 1.1, but that's not the programming language. That's the graphics library it uses to draw 3D objects. The actual code of MCPE is C++.
Overall, that post is mostly correct. However, all of those mods listed *can* be created. Just because it's possible does NOT mean it's practical though. Even with the current (far improved) state of modding on iOS, those mods would take an extremely long time to create. We modders are still just starting to scratch the surface.
I think this is a great idea! This would be great for everyone!
No, its not. Bugging the modders will not make these things happen, in fact, people have quit before because of people bugging them. I meam no offended, but try to understand their side.
Rollback Post to RevisionRollBack
Forever protecting Hyrule with the power of the Master Sword!
In general, yes. In the case of MCPE, however, only a tiny bit of Java code is used (for doing Android-specific tasks and for launching the real code). The bulk of the app is written in C++.
We want real mods
Mods like mods that add stuff into your game!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Give us real mods! Make mods that add mobs into your game
new items, like the aether or elemntal creepers, herobrine,
mo'creatures, Tropicraft! And more!
Please try to make real mods like this.
Add small mods!! Not crudy boring lottle helping ones
This is only a favor! Please!
Post in the description of what tou think, or what you will
Try to do!
-Flamebro101
Ps- Ideas
Kitty mod
Mocreatures
Quarrymod
Pipe mod
Ideas
Thats all i ask.
Its just a saying.
Im acually trying to make yogbox with a few of the mods, but i forgot how to code and mod.
monthsyears trying to even add a new block to the game it won't be nearly as good as PC mods.Also, don't bug the devs to add mods, they can't hardly keep up with all the fatuous requests they currently get thrown at them like stones. Overall, you'd have better luck trying to convince Apple/Android to allow users to reverse engineer and modify apps then you would actually doing it right now, so go bug Apple & Android devs.
basically you would have the equivalent of redoing the crafting and nearly starting fresh.
i am taking a shot in the dark here so don't attempt to brutaly murder me if i'm wrong
It is not really either of their faults and neither of them are really in the way. It would be less of an issue if there was actually the technology available to "decompile" machine code.
Most decompilers that exist are usually for Intel (there are some ARM decompilers, I think, somewhere), but they aren't advanced enough to get usable (I use "usable" loosely here; some decompilers will spit out garbage) C/C++ codeIDA has an ARM decompiler but its not cheap. The best we could do is disassemble it. If we could cleanup the assembly dumps using some sort of tool, we might be able to re-assemble some *maybe* working code. Of course, we can't re-distribute the code as that would violate the license.... What in Gandaulf's name am I smoking?
Listen the mods you are asking for are... They're just impossible right now. Pc minecraft runs on java script which is easier to mod on, mcpe runs on OpenGL 1.0 or code based which is really hard to mod on I only know one modded - C0deh4cker that has the capability to mod like that and he's said before that it would have more trouble than what it's worth
Actually they aren't impossible, C0deh4cker has been working on code based mods. He already made pc like sprinting, now he's working on sneaking
A few points I'd like to make:
• PC Minecraft is coded in Java, not JavaScript. Big difference there.
• MCPE uses OpenGL ES 1.1, but that's not the programming language. That's the graphics library it uses to draw 3D objects. The actual code of MCPE is C++.
Overall, that post is mostly correct. However, all of those mods listed *can* be created. Just because it's possible does NOT mean it's practical though. Even with the current (far improved) state of modding on iOS, those mods would take an extremely long time to create. We modders are still just starting to scratch the surface.
Check out my iOS Mods!
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumi hope in the future mcpe will be modded.i really like the mod like primitive and mocreatures that's all or just put ender man in the game
No, its not. Bugging the modders will not make these things happen, in fact, people have quit before because of people bugging them. I meam no offended, but try to understand their side.
MAKE YOUR OWN REAL MODS.
In general, yes. In the case of MCPE, however, only a tiny bit of Java code is used (for doing Android-specific tasks and for launching the real code). The bulk of the app is written in C++.
Check out my iOS Mods!