• Started 25th Dec 2011 in Help
    He meant the "[" key and the "]" key, which are to the right of the letter "p"    Edit: too late. I also didn't know about + and -, I ususlly use Alt+ [ a...
  • Started 24th Dec 2011 in Feedback
    @Simon (View Post)  That did help, but it's still a little laggy because the code is complicated and long.  Also, when I tried making my RAZR element, it didn't work. Changing the...
  • Started 24th Dec 2011 in Feedback
    This already is sort of possible in the beta. Just set the properties of an element like wind like this:  tpt.el.wind.enabled = 1    You can set all of the other properties too, includ...
  • Started 16th Dec 2011 in Feedback
    This does sound interesting. I might add it to my mod sometime. My mod (also my lua script) already records and can display how long you've played total and for the current session, average...
  • Started 14th Dec 2011 in Feedback
    Name changing is already in the next version. I'm not sure which implementation was used, I think what simon did kept the name the same in some arrays like the one you used, but when creating el...
  • Started 14th Dec 2011 in The Powder Toy/Lua scripting
    It doesn't work yet. Before powder toy even shows up, it goes through the weights of all the elements and decides which ones are heavier and can move through other elements. It puts these into a...
  • Started 13th Dec 2011 in Feedback
    There is no way to get to active_menu 12, so this won't work. You should try my lua script. It's on page 3 of the lua forum titled favorites menu in lua, and does tons of other usefull...
  • Started 11th Dec 2011 in The Powder Toy/Lua scripting
    @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 just t...
  • Started 11th Dec 2011 in The Powder Toy/Lua scripting
    Here is the answer to all your questions in one post:    @Videogamer555 (View Post)  To combine them, just add the hex numbers together. If you wanted something to be solid and liquid,...
  • Started 11th Dec 2011 in The Powder Toy/Lua scripting
    @Videogamer555 (View Post)  Properties has some special properties, like if it is conductive. These are the properties:    TYPE_PART 0x0001 //1 Powders  TYPE_LIQUID 0x0002 //2...