So awhile back on some2 else thread a mod (simon i think) said soemthing about a "debug mode" , it was a console command that essentially showed info on cursor position
it was actually RLY helpful
...but i forgot what the command was........
does anyone know ANY of the commands for the "debug modes" ?
Pressing d will display the mouse coordinates on the HUD, but you probably already knew that.
tpt.setdebug(1) displays info on the indexes of particles, and tpt.setdebug(4) displays info when drawing lines or boxes. debug mode 2 is unused, but it looks like it was supposed to be a particle count. debug mode 8 or 16 displays a graph that shows how long certain parts of the code like drawing and updating the particles take, but ive never seen it because it isn't available on windows or mac.