• Started 23rd Sep 2019 in Help
    It also depends on display mode. Nothing display mode doesn't include them, try fire mode.    Edit: also, our render options are weird, but it seems like that if you do want nothing di...
  • Started 21st Sep 2019 in The Powder Toy/Lua scripting
    Use sim.partNeighbors    so, sim.partNeighbors(100, 100, 3, tpt.el.dust.id) returns an iterator with all dust within 3 pixels.    for i in sim.partNeighbors(<stuff>) do ...
  • Started 21st Sep 2019 in The Powder Toy/Lua scripting
    It doesn't work for me in official either. I just can't type in any textboxes    Edit: all I can figure out is that textInputToKey isn't being called when the main window is ...
  • Started 19th Sep 2019 in Help
    It has always done this. It would only make sense to hide the cursor when the mouse is in the simulation area and you have the brush displayed.    Even then, it's not something I want ...
  • Started 19th Sep 2019 in Help
    The groups system is no longer supported. In fact, I will completely remove it when I have time.    I'm surprised you were able to resurrect a group. You must have created it over a ye...
  • Started 18th Sep 2019 in Powder Toy mods
    @Supercrafter (View Post)  I tried making something on the Android port recently, it was an awful experience. No line tool, and no undo when I mess up. Definitely want to add these, although pro...
  • Started 18th Sep 2019 in Powder Toy mods
    @BokkaB (View Post)  Correct, I haven't added any support for stickmen. I also hid them from the menus.    I may eventually, but it's low priority. I'd definitely rather...
  • Started 17th Sep 2019 in The Powder Toy/Lua scripting
    Do you have num lock (or caps lock ...) enabled? This would break the script. The script also only works with left ctrl, not right ctrl.    These are very common mistakes in scripts using t...
  • Started 17th Sep 2019 in The Powder Toy/Lua scripting
    That's definitely a bug in the script. I wonder if the author knew about it.    math.huge is infinity, you can't set temperature to infinity unless you want the game to really gli...
  • Started 17th Sep 2019 in Development Assistance
    We have plans to add translation support eventually, but as of right now the game doesn't support Cyrillic characters and nobody has translated the game yet.