-
Started 12th Dec 2011 in The Powder Toy/Lua scripting
I just want to figure out one more thing. I find I can't change the "name" property of the element. Color yes. But not the name. How do I rename an element to a different 4letter code ...
-
Started 12th Dec 2011 in The Powder Toy/Lua scripting
This file makes gases and neutrons behave more to what they should. Gases no longer moves randomly, but rather in straight lines, until bumping into other particles, just like a real gas does, after ...
-
Started 12th Dec 2011 in Feedback
Remember the "secret" elements menu? When that existed, if I recall, it had fully functioning standalone elements. What changed in the code to "deactivate" their standalone functi...
-
Started 12th Dec 2011 in Feedback
2 ways to get these other than getting them from phase change of BIZR: either "!set type somealreadyplacedelement bizs" (and "!set type somealreadyplacedelement bizg"...
-
Started 11th Dec 2011 in The Powder Toy/Lua scripting
jacksonmj:@Videogamer555 (View Post) tpt.active_menu DOES work with normal menus. Or at least, it works fine for me. What is the exact command that isn't working? Example usag...
-
Started 11th Dec 2011 in The Powder Toy/Lua scripting
Active menu won't work with ANY of the menus, not even the "non-secret" menus. But it doesn't generate an error, suggesting it DOES RECOGNIZE the command. Just that it does...
-
Started 11th Dec 2011 in The Powder Toy/Lua scripting
me4502:@jacob1 (View Post) i originally did make a command to show it in my 'awesome lua pull request' that added about a quarter of the commands there are now... but simon rem...
-
Started 11th Dec 2011 in The Powder Toy/Lua scripting
jacob1:@Videogamer555 (View Post) There is no way, you'll have to look at the source code every time. You can probably just guess what the properties of most elements are, I think most are...
-
Started 11th Dec 2011 in The Powder Toy/Lua scripting
jacob1: @Videogamer555 (View Post) To combine them, just add the hex numbers together. If you wanted something to be solid and liquid, do 0x0006. If you wanted something to be deadly and ...
-
Started 11th Dec 2011 in The Powder Toy/Lua scripting
jacob1:@Videogamer555 (View Post) Properties has some special properties, like if it is conductive. These are the properties: TYPE_PART 0x0001 //1 Powders TYPE_LIQUID 0x0...