Well, since some of us have problems with Powder Toy (CTD, crash when using a certain element) how about we get some some application that can show us what files have loaded?
For example:
**** PowderToy.log Build August 1,2011 [v.53.3] Loading simulation session.. Module DUST .... Version 53.3 Module WATR ......... Version 53.3 Module PLNT .... Version 53.3 Module METL ......... Version 53.3 Module LAVA ........ Version 53.3 Module GAS ............ Version 53.3 Module CLNE .......... Version 53.3 ---------------------------------------------------------------
Finished initialising simulation Finished initialising status Finished initialising Menu's
Done!
so, for example, when you get a Crash To Desktop (CTD), you could look at the PT.log for some details.
For example: You saved a simulation with DUST in Version 53.3
which shows in the PT.log: Module DUST .... Version 53.3
then you open a different simulator that has DUST but, in a different version (56.6).
PT then crashes and posts the contents of the PT.log
Module DUST .... Version 53.3 Module DUST .... Version 56.6
the problem with crashing is different though. to compile tpt it has to have all files there and also dust and all the other particles are in the one files
its hard cos tpt is written with c and c has bad error reports. Like you have missing ; in powder.h but message is powder.h 532 expecteted ''}'' before function lol