• Started 11th Jun 2012 in General
    38642 - I registered August 2011  Even though I haven't even been registered for a year, I used to play for a while before I registered. Looking at the README, it must have been a while bef...
  • Started 11th Jun 2012 in Help
    @m_shinoda  TPT allocates memory a lot and then uses it without checking if it actually could allocate the memory. If you don't have any memory left, it will cause it to crash. I'm fix...
  • Started 11th Jun 2012 in Help
    @m_shinoda (View Post)  I can't reproduce the problem, so I don't know what could be wrong. Does it only happen when you create a shortcut, and does it always happen when you do this?&...
  • Started 11th Jun 2012 in Feedback
    @jacksonmj just did this, clone now remembers the ctype of lava it clones. Lava's ctype is stored in clones tmp (just like LIFE), but it will only create the special ctype if lava with that ctyp...
  • Started 11th Jun 2012 in General
    Do you want a new sub-forum or an entirely new forum made from scratch which would take away time for developing the powder toy? I don't understand how it would help with making mods either.
  • Started 11th Jun 2012 in Help
    I looked and I couldn't really find much, but I did notice these 2:  Bomb with a tmp of 2 and life of 0 doesn't blow anything up (used to be in wiki)  !set tmp bubw 1 - the carbon...
  • Started 11th Jun 2012 in Feedback
    @Paul99 (View Post)  If you use a pixel of GPMP in your bomb, the SING created might destroy it, or you could always just use a little GBMB. Also, in your reactors, you can use GPMP, but then a ...
  • Started 10th Jun 2012 in The Powder Toy/Lua scripting
    @shutterbug  You might be able to do it in one line, but I know 2 will work. Type three separately:  function test() [your code] end    tpt.register_step(test)
  • Started 9th Jun 2012 in Feedback
    @Paul99 (View Post)  The change makes reactors a lot easier to do, but bombs are less powerful now. Fusion was supposed to have changed months before this, but it wasn't because I didn'...
  • Started 9th Jun 2012 in The Powder Toy/Lua scripting
    @shutterbug (View Post)  You also need to make it a function by writing "tpt. Register_step(function asdf() [code] end)", you can't just put your code in a string