• Started 18th Sep 2018 in Help
    So it's impossible to do without Newtonian Gravity enabled? Is there any level of pressure and temperature that will work for this without Newtonian Gravity enabled?
  • Started 3rd Sep 2018 in Help
    I heard I can force even OXYG to undergo fusion, with a high enough temperature and pressure. I don't know what those pressures and temperatures are yet, but I heard that it should produce metal...
  • Started 26th Jun 2018 in Development Assistance
    moonheart08:@Videogamer555 (View Post)   I know this isn't very helpful but: Good luck. Even the devs have a little trouble understanding exactly what it does :P  So the devs at P...
  • Started 26th Jun 2018 in Development Assistance
    zaccybot2:You can find any version of the source code on the game's GitHub page (here). The air calculation is in src\simulation\Air.cpp  under the function update_air.    Trying ...
  • Started 17th Jan 2018 in Development Assistance
    I mean the classic version of the calculation, before ambient heat was introduced. I'm trying to write my own accoustic wave simulator, but I don't know the algorithm that TPT is using. I k...
  • Started 14th Dec 2017 in Announcements
    Here's a good idea. How about making an element called BTTN, Breakable Titianium. After the pressure reaches a certain level it shatters, or maybe a combination of heat and pressure need to be s...
  • Started 9th Dec 2017 in Creations
    The way this works is the ICE was hacked in the console to have CType of SING, and the highest possible Tmp value. The CType of SING causes the ICE to "melt" into SING when heated. The Tmp ...
  • Started 5th Dec 2017 in The Powder Toy/Lua scripting
    LBPHacker:gfx.drawText is the most up-to-date API that draws to the screen. The screen is redrawn in every tick though, so you have to call it every tick one way or another. Doing it in a function th...
  • Started 5th Dec 2017 in The Powder Toy/Lua scripting
    Is there a way to print text to screen, such as a simple "Hello World" program? I can't find anything in the TPT Lua reference here https://powdertoy.co.uk/Wiki/W/Lua.html
  • Started 5th Dec 2017 in The Powder Toy/Lua scripting
    jacob2:autorun.lua    I recommend getting the script manager. Instructions are on the thread for that. You type a console command to install it.    With the script manager, you ju...