Hi guys i have decided to post this as an autorun because it was requested by a few people so just save the code below into a text file named autorun with the extension .lua and have fun :D. Not the < & > thingys
I also need help with the "solid hydrogen" and "solid oxygen" elements .. possibly tritium
tpt.el.salt.name="MAGN"
tpt.el.salt.description="Magnesium. Explosive metal"
tpt.el.salt.flammable=5000
tpt.el.salt.explosive=10
tpt.el.desl.name="PROP"
tpt.el.desl.description="Propane gas. Ignites easily and explosive"
tpt.el.desl.explosive=10
tpt.el.desl.diffusion=1
tpt.el.desl.gravity=0
tpt.el.oxyg.name="SOXY"
tpt.el.oxyg.description="Solid oxygen. Ignites easily (buggy)"
tpt.el.oxyg.diffusion=0
tpt.el.dest.name="NANT"
tpt.el.dest.description="Nanite. Nanoscopic robots that self destruct upon contact"
tpt.el.dest.diffusion=5
tpt.el.dest.gravity=0.8
tpt.el.plnt.name="BACT"
tpt.el.plnt.description="Bacteria. Grows with moisture dies with heat"
tpt.el.plnt.diffusion=1
tpt.el.plnt.gravity=0.5
tpt.el.deut.name="TRIT"
tpt.el.deut.description="Tritium. A hydrogen isotope similar to DEUT (Buggy)"
tpt.el.deut.falldown=0
tpt.el.deut.gravity=0
tpt.el.deut.diffusion=0
tpt.el.merc.name="GMER"
tpt.el.merc.gravity=0
tpt.el.merc.diffusion=1
tpt.el.merc.description="Gaseous Mercury. Conductive, Mass changes with temp"
tpt.el.hygn.name="SHYG"
tpt.el.hygn.description="Solid Hydrogen. Ignites easily (Buggy)"
tpt.el.hygn.diffusion=0
tpt.el.hygn.gravity=0
And do that from the HTML editor...
When they told me about it, Imtried just typing it with those in the wysiwyg editor...
Well technically i did change something and not anyone can do it but i do understand that what i did was very simple and this is because im still quite young (fourteen) and i would like to learn code and at a steady pace
do you have any suggestions as to what i could add?
I'd recommend you create new elements instead of replacing the defaults. Look it up in the wiki and you'll find out how.
If you'd like to learn code, Lua isn't the best place to start. I recommend you try JavaScript or QML instead.
You could use ActionScript as well, it's very easy, but outdated.
Oh, and whatever you do, NEVER take formal classes on it.
EDIT: I'm saying it isn't the best place to start because it's easy, but it isn't independent. It always requires another code as base, which means if you have errors in the base code, you'll have a problem. If the base code is C++ (Which is the case of Powder Toy), you'll have a BIG problem, as it's one of the hardest-to-learn languages.
I recommend you start off with JavaScript and HTML5, both are easy.
Thanks dude il check out python and then il see where i want to go :D