-
Started 31st Dec 2011 in The Powder Toy/Lua scripting
Here's my INHT (induction heater). The actual Lua script is at the bottom of this post. Induction heater conducting SPRK will affect metalic materials by heating them if they are wi...
-
Started 31st Dec 2011 in The Powder Toy/Lua scripting
Try the script in this thread https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=12200 It's pretty complicated but gives an idea of what you can do with Lua and making your own ele...
-
Started 31st Dec 2011 in Feedback
If I'm going to use a particular element number for a set of tasks, such as SPRK in my lua code, which is faster? calling tpt.el.sprk.id at each time I need to use it, or calling my...
-
Started 31st Dec 2011 in Feedback
Thanks, that gave me an idea. I can change the density of SPRK by simply making it so as soon as SPRK has passed it resets to 0. Normally SPRK sets life to 4 and then it's decremented using the ...
-
Started 31st Dec 2011 in Feedback
When I do tpt.el.dmnd.properties=32 to set the electrical conductive property for diamond for DMND, it makes it conduct 1 spark. After that spark passes, it doesn't conduct any more! What&...
-
Started 30th Dec 2011 in Feedback
felixb:I was thinking, the heat and cool tool should be set to one 'temp' icon, and in the settings, you can choose the following:increase/decrease/settemp[ ]f/can examp...
-
Started 30th Dec 2011 in Feedback
randalserrano:@EveryoneGood luck with any game systems handheld or otherwise getting TPT on it anytime soon. It's already on the Wii. In fact there have been 2 separate homebrew po...
-
Started 30th Dec 2011 in The Powder Toy/Lua scripting
jacksonmj:Check whether the particle exists with tpt.get_property("type",...) before trying to access its temperature. For particles which don't exist, trying to get any ...
-
Started 30th Dec 2011 in The Powder Toy/Lua scripting
Sorry it doesn't work. It doesn't like negative numbers in "for loops". The other thing that may be a problem is that instead of calculating the all loop itterations ...
-
Started 30th Dec 2011 in The Powder Toy/Lua scripting
This when used with a particle causes anything within a distance of 20 pixels of a pixel of an element with this in its update function to get hot very quickly. Each frame that is processed in the si...