-
Started 18th Feb 2012 in Help
When I wanted to generate a random number from 1 to 10 once, I used LRBD to get 16 different outputs, each with a 1/16 chance. If it was one of the last six, it would send a signal back into the inpu...
-
Started 17th Feb 2012 in Feedback
I don't think the file size is limiting anything, the reason faster gravity calculations weren't added was because it didn't work on older computers, but it has been fixed by now I thi...
-
Started 17th Feb 2012 in Powder Toy mods
@Minishooz (View Post) I thought Windows could automatically create and open zip files? When ever I have a zip file, I just double click it in windows explorer and it opens without having to ex...
-
Started 16th Feb 2012 in Development Assistance
What Simon says is the only way to do it, and it's only going to get harder to update the source as more things are changed, so you should do it now. Just start by adding in the elements, and th...
-
Started 14th Feb 2012 in Development Assistance
You could try doing this You just need to check it graphics_fire if it has the modified tmp, and then change the colr/g/b variables to whatever purple would be (before the line that puts...
-
Started 6th Feb 2012 in The Powder Toy/Lua scripting
This should work, but I haven't tested it. name = "ForumTroll"; local user = tpt.input("ForumTroll", "Type ForumTroll"); if user == "ForumTro...
-
Started 6th Feb 2012 in The Powder Toy/Lua scripting
Delete the extra 'do', delete an 'end' at the very bottom, and change the second (third) to last line to 'if name and pass == change then tpt.el.watr.name = "test"...
-
Started 6th Feb 2012 in The Powder Toy/Lua scripting
There are a few problems with that code. The first two lines should have quotation marks around ForumTroll and watr. You also don't need do's after the then's in an if statement, or th...
-
Started 2nd Feb 2012 in Development Assistance
I couldn't get packer.c to work right, so I think it outputs to stdout.txt. Just copy all of the text in it into font.h and it shoud work. You might also need to copy the new font.bin into /font...
-
Started 2nd Feb 2012 in Development Assistance
I just tried it, and it didn't work for me either. It didn't recoginze the command gcc or something. I also tried using visual studio command prompt and got the same error. After creating a...