Poll

Anyone give a crap

Yes
No
Do Monkeys count
Derp (-_-)

Author Topic: Hey Noob Here how Easy is it to Make a addon??  (Read 1560 times)

Hey there a Guy by the name of afroninja is needing some help. What programs, who should i talk to for help, and beta testers.

But first before i start I am good in making minecraft mods and designing and brainstorming but i just have little to no experience with code so... yeah  :cookieMonster: :cookieMonster:

try looking at existing addons
look through the code
see what each one does, and how it does it

well, it depends what you want to make

if you want to make a face or shirt texture, or even a print then that's pretty easy.

First you need to learn how to code in TorqueScript
Then learn how to model if your making a vehicle or weapon or something else
Also, try looking at existing addons and learn from their coding files

Chest decals, faces, prints and music are all easy to make.
Anything else requires coding knowledge and/or the ability to model.

well i was thinking that i could have a buddy (Random Person) help me with the coding but.. #1. i want to make a addon for unlimited mining ... i want to have a bot mine or to make things interesting like when some one mines a certain ore like a zombie pops out

#2. i want to make a car and/or weapon

i already know how to make decals and things thats very easy , i also tried making a event for a endless zombies disco map   for when a bot touches a certain block they dance but it failed because blockland crashed xD.

well i was thinking that i could have a buddy (Random Person) help me with the coding but.. #1. i want to make a addon for unlimited mining ... i want to have a bot mine or to make things interesting like when some one mines a certain ore like a zombie pops out
You can't really add the addon to unlimited mining, even if you did make it. You'd need to code it INTO the unlimited mining addon itself as well.

#2. i want to make a car and/or weapon
Both of these require modeling and coding knowledge.

You can't really add the addon to unlimited mining, even if you did make it. You'd need to code it INTO the unlimited mining addon itself as well.
False. Completely and totally wrong.

package somePackage {

//blah n stuff put some functions here and parent them

     

ok so if i look at some addons with packages and lets say the code was like this


package somepackage {

 // <--- right here could i use the default bots code and some how manipulate it so when it sees the block dirt to goto it and destroy it

or


like the the bomb ore (i forget what its called ) take coding from it instead of it being only a bomb have it where it blows up a little bit of blocks then spawns the zombie but has a 50/50 chance of spawning it