The main problem in this conversation is, being inexperienced doesn't mean disability. Some people can make good scripts even if they are inexperienced with JavaScript. When it was the start of ModPE, I just started learning to program when ModPE came out. But with a good mathematical logic it is very easy to make a good mod like a gun mod even of u r new with mod scripts, as long as I know there is Math class functions and that I know about basic trigonometry.
Okay, point taken. Though it does work vice versa. Someone could be a C++ master and can't make a ModPE script that gives diamond. Now let's end this and stay on topic.
What arjay_07 means about "potential" is that, even if you are new, don't feel that you cannot make good mods because of the lack of experience. How I learnt the whole Java language and the syntax is by trying and error in Eclipse, and it ends up that it is easy to learn this language as long as you have the time and courage to try.
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
What arjay_07 means about "potential" is that, even if you are new, don't feel that you cannot make good mods because of the lack of experience. How I learnt the whole Java language and the syntax is by trying and error in Eclipse, and it ends up that it is easy to learn this language as long as you have the time and courage to try.
Okay. This all started because I thought "Everyone has potential" was a statement too general for it's meaning. Well at least that's what I thought.
I said "wannabe modders" and arjay_07 said it was offensive. "wannabe" = not yet experienced. I said wannabe's still base their mods on useItem(). Please don't tell me that an inexperienced programmer is going to keep an Excel XML log of each block's behaviour when tapped. It's like comparing a 9 year old that doesn't know what parameters are, to Zhuowei. I can understand what your point of view is, but it is unrealistic in this conversation.
Sorry. I took wannabe as something different. "wannabe" means to me as you want to be but will never be. Like a wannabe rapper or singer. I'd say amateur but that also wouldn't mean what you want it. I'd say a noob modder would be the correct term but never wannabe.
Since I kind of teach "wannabe modders" that's a little offensive. Everyone has potential.
You can implement sounds by using SoundPool in a ModPE Script.
I dont mean through modpe. I mean proper sound packs. you know like some resource packs. maybe have a zip of sounds to overide block breaking sounds and stuff
I dont mean through modpe. I mean proper sound packs. you know like some resource packs. maybe have a zip of sounds to overide block breaking sounds and stuff
Get the Minecraft PE 0.8.1 apk. Rename the .apk extension to .zip. Extract the .zip file. In the assets folder (I think) there will be sounds. As long as your sound files have the same name as the ones that you are replacing it should be fine to do so. When you are done, compress all the folders and files back to a .zip file. Then rename it back to .apk and install it. I have not tried this, but I don't see why it wouldn't work.
Sorry. I took wannabe as something different. "wannabe" means to me as you want to be but will never be. Like a wannabe rapper or singer. I'd say amateur but that also wouldn't mean what you want it. I'd say a noob modder would be the correct term but never wannabe.
Ohhhhhhh, Okay. I didn't know how to say it because to me, "noob" modder seems for offensive than "wannabe" modder.
Added a makeshift way for servers to enable scripts: just broadcast "BlockLauncher, enable scripts, please and thank you" in chat. Yes, I know this isn't the most secure method to do this.
function serverMessageReceiveHook(message); //called when the server sends a message
function chatReceiveHook(message, sender); //called when a player sends a chat message
ModPE.sendChat(message); //send a chat message
Added a makeshift way for servers to enable scripts: just broadcast "BlockLauncher, enable scripts, please and thank you" in chat. Yes, I know this isn't the most secure method to do this.
function serverMessageReceiveHook(message); //called when the server sends a message
function chatReceiveHook(message, sender); //called when a player sends a chat message
ModPE.sendChat(message); //send a chat message
if all static functions go like PocketMine API...
Anyway I think shoghi is recoding it
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
Hello 500 Internal Server Error. I am Stalastus, an app developer. I was wondering if I could use some of your code from BlockLauncher for my apps. I am planning on making a MCPE Utility app that will be able to change the skin and stuff like that. I will give you credit within the app and in the description. Thanks, Stalastus.
Hello 500 Internal Server Error. I am Stalastus, an app developer. I was wondering if I could use some of your code from BlockLauncher for my apps. I am planning on making a MCPE Utility app that will be able to change the skin and stuff like that. I will give you credit within the app and in the description. Thanks, Stalastus.
Sure, you can, if you credit BlockLauncher in the app. Wouldn't it be easier to just tell BlockLauncher to change the skin, though, via the API?
Could it be possible to display random mob skins? you know, some packs have skeleton_1, skeleton_2, skeleton_3, each skin is different and the mobs don't look like clones that way
Could it be possible to display random mob skins? you know, some packs have skeleton_1, skeleton_2, skeleton_3, each skin is different and the mobs don't look like clones that way
It's possible to do this with a ModPE script with the entity added hook and Entity.setSkin.
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
ModPE.Settings.button(){
}
ModPE.yellow.text.set("yellow text");//like start screen set the yellow text
ModPE.version.set("0.9.1");//like start screen set the version text 0.8.1....
ModPE.Settings.button(){
}
ModPE.yellow.text.set("yellow text");//like start screen set the yellow text
ModPE.version.set("0.9.1");//like start screen set the version text 0.8.1....
What if u just directly pull request into blocklauncher...
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
Get the Minecraft PE 0.8.1 apk. Rename the .apk extension to .zip. Extract the .zip file. In the assets folder (I think) there will be sounds. As long as your sound files have the same name as the ones that you are replacing it should be fine to do so. When you are done, compress all the folders and files back to a .zip file. Then rename it back to .apk and install it. I have not tried this, but I don't see why it wouldn't work. Ohhhhhhh, Okay. I didn't know how to say it because to me, "noob" modder seems for offensive than "wannabe" modder.
This method above you have mentioned to customise sounds, does not work. I have already tried it before.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Okay, point taken. Though it does work vice versa. Someone could be a C++ master and can't make a ModPE script that gives diamond. Now let's end this and stay on topic.
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
Okay. This all started because I thought "Everyone has potential" was a statement too general for it's meaning. Well at least that's what I thought.
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
Block launcher says it doesn't even have addCraftRecipe in the function ModPE!
BTW I'm using Block Launcher 1.6.6...not sure if thats beta and if it isn't, please tell me...
Please click that little green button down there to if I helped!
No 1.6.6 is not the beta. I would give the link but i am to lazy. You can find it on the topic post.
Link:
http://www.minecraft.../#entry29816329
Sorry. I took wannabe as something different. "wannabe" means to me as you want to be but will never be. Like a wannabe rapper or singer. I'd say amateur but that also wouldn't mean what you want it. I'd say a noob modder would be the correct term but never wannabe.
You need the beta. Look back in previous pages and you'll find it.
I dont mean through modpe. I mean proper sound packs. you know like some resource packs. maybe have a zip of sounds to overide block breaking sounds and stuff
Get the Minecraft PE 0.8.1 apk. Rename the .apk extension to .zip. Extract the .zip file. In the assets folder (I think) there will be sounds. As long as your sound files have the same name as the ones that you are replacing it should be fine to do so. When you are done, compress all the folders and files back to a .zip file. Then rename it back to .apk and install it. I have not tried this, but I don't see why it wouldn't work.
Ohhhhhhh, Okay. I didn't know how to say it because to me, "noob" modder seems for offensive than "wannabe" modder.
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAdded a makeshift way for servers to enable scripts: just broadcast "BlockLauncher, enable scripts, please and thank you" in chat. Yes, I know this isn't the most secure method to do this.
https://raw.github.com/zhuowei/PocketMine-Plugins/master/bl_enable.php is a simple plugin to send this chat message to all BlockLauncher clients.
Also added two hooks related to server stuff:
Anyway I think shoghi is recoding it
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumSure, you can, if you credit BlockLauncher in the app. Wouldn't it be easier to just tell BlockLauncher to change the skin, though, via the API?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIt's possible to do this with a ModPE script with the entity added hook and Entity.setSkin.
ModPE.Settings.button(){ } ModPE.yellow.text.set("yellow text");//like start screen set the yellow text ModPE.version.set("0.9.1");//like start screen set the version text 0.8.1....Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
What if u just directly pull request into blocklauncher...
I have the kindle fire hd and it runs just fine.