-
Started 23rd May 2024 in Announcements
As a lot of you have noticed, the front page algorithm changed. It's been almost identical for a decade, but on May 10th we decided to change it. The FP formula The old formul...
-
Started 20th May 2024 in Powder Toy mods
abacaxicomuva:theres some people swearing at the lobby is there any way to report? For tptmp issues, you should PM a mod (like me or LBPHacker). You can also use /smsg in-game to send a message...
-
Started 15th May 2024 in Help
There's a mistake in the evt.register function, drawtextgraphics is called as a function when it should just be passed in as a function argument. There's also some typos due to autocorrect....
-
Started 15th May 2024 in Feedback
You're right. This is a bug in 98.0. I fixed it for the next version. Thanks for the bug report!
-
Started 10th May 2024 in The Powder Toy/Lua scripting
For help with Lua, I'd recommend you find an online guide, like this one . Reading up to section 4 would get you familiar with control structures like for loops. There's also t...
-
Started 7th May 2024 in The Powder Toy/Lua scripting
The proper way to check state is with properties, yeah. Checking if something is a liquid: bit.band(elem.property(elem.DEFAULT_PT_WATR, "Properties"), elem.TYPE_LIQUID) ~...
-
Started 6th May 2024 in General
The server is upgraded to 1.20.6 now. You'll need a 1.20.6 client to join (or the obsoleted 1.20.5, I suppose). The most notable changes in this update are armadillos, new wolf type...
-
Started 28th Apr 2024 in The Powder Toy/Lua scripting
The data is on your sd card at /Android/data/uk.co.powdertoy.tpt/files/ But on all recent versions of Android, it blocks you from actually viewing this folder. I'm not aware of any ...
-
Started 24th Apr 2024 in Help
Local saves are hard to recover, they are probably gone. Local saves and stamps on Android are a risk, because a lot of different factors can delete them forever, like getting a new phone or uninstal...
-
Started 17th Apr 2024 in Feedback
In the next version, it will pull .tmp from nearby BCLN/PBCN .ctype The GEL behavior is a bug, water saturation values aren't supposed to turn into random elements. So that one is b...