-
Started 3:55:05 in General
You can report saves to have a mod look at them. I went and deleted almost all the tags on that save now, so it's looking better. I fully expect them to spam off-topic tags again, t...
-
Started 11th June in Announcements
This isn't actually a bug. What probably happened is you had one temperature set, then you changed it to another value, but didn't clear the screen. If you don't clear the screen, the ...
-
Started 7th June in Development Assistance
@Jerehmia (View Post) I guess I can't understand your hostility, I don't feel like I've been rude to you, but maybe it felt that way when I pointed out the problems in your post....
-
Started 6th June in Development Assistance
@Jerehmia (View Post) As @Maticzpl pointed out, the game already waits for Lua. It's single threaded, and Lua is on the single thread just like everything else. If it doesn't hit the ...
-
Started 6th June in Development Assistance
@z4dg9ssw135 (View Post) Remember that making a function getjson is impossible. So, start by renaming it to startgetjson or something. Your evt.tick logic doesn't work because you're ...
-
Started 4th June in Development Assistance
@Jerehmia (View Post) I've always felt like coroutines are a pretty advanced topic. Maybe you picked them up quickly and love using them. But I do think it's a more complicated soluti...
-
Started 4th June in Development Assistance
@z4dg9ssw135 (View Post) There's a core detail to understand that should help you fix it. When you start an http request, it takes a while to finish. Lets say 1 second. 1 second sounds sho...
-
Started 4th June in Help
The script manager state got messed up somehow. It's not very reliable today. Probably the scripts/downloaded/scriptinfo file got corrupted. There isn't any way to fix that file without man...
-
Started 31st May in Help
Use this page to try to find a version that works for you. Look for "powder.dmg" https://powdertoy.co.uk/Download/Browse.html I'm pretty certain it was still ...
-
Started 29th May in Development Assistance
It returns an HTTPRequest object. You have to call methods on this object to check when it's done and get the data. Very rough code, be sure to not block to check the status (check ...