Debug modes

  • BloodLust
    5th Nov 2011 Member 0 Permalink
    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" ?
  • MasterMind555
    5th Nov 2011 Member 0 Permalink
    @BloodLust (View Post)

    tpt.setdebug(4)

    Or something, look in the Wiki
  • jacob1
    5th Nov 2011 Developer 0 Permalink
    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.
  • BloodLust
    5th Nov 2011 Member 0 Permalink
    @jacob1 (View Post)

    thats exactly what i was looking for :P