home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58b_TRIBES.iso / Tribes / base / scripts.vol / loadShow.cs < prev    next >
Encoding:
Text File  |  1998-12-16  |  1.3 KB  |  15 lines

  1. #
  2. #
  3. #
  4. #
  5. alias show "set Console::LastLineTimeout 500; set ConsoleWorld::Echo "
  6. alias showFPS   show "'$ConsoleWorld::FrameRate'"
  7. alias showGfxSW show "'$ConsoleWorld::FrameRate' P:'$GFXMetrics::EmittedPolys','$GFXMetrics::RenderedPolys' S:'$GFXMetrics::UsedSpans' TSU:'$GFXMetrics::textureSpaceUsed'"
  8. alias showGfxHW show "'$ConsoleWorld::FrameRate' P:'$GFXMetrics::RenderedPolys' NTD:'$GFXMetrics::numTexturesDownloaded' TSU:'$GFXMetrics::textureSpaceUsed' TBD:'$GFXMetrics::textureBytesDownloaded'"
  9. alias showGfxGTX show "'$ConsoleWorld::FrameRate' NPD:'$GFXMetrics::numPaletteDLs' NTD:'$GFXMetrics::numTexturesDownloaded' WC0:'$GFXMetrics::numTMU0Wraps' WC1:'$GFXMetrics::numTMU1Wraps' TSU:'$GFXMetrics::textureSpaceUsed' TBD:'$GFXMetrics::textureBytesDownloaded'"
  10. alias showTerrain show "S:'$GridMetrics::VisibleSquares' V:'$GridMetrics::TransformedVertices' P:'$GridMetrics::RenderedPolys'"
  11. alias showNet show "Sent:'$SimRouter::sendCount' '$SimRouter::sendLastSize' '$SimRouter::sendTotalSize' '$SimRouter::sendErrors'  Recd:'$SimRouter::recvCount' '$SimRouter::recvLastSize' '$SimRouter::recvTotalSize' '$SimRouter::recvErrors'"
  12. alias showITR show "'$ConsoleWorld::FrameRate' Rendered: '$ITRMetrics::NumRenderedInteriors' OutsideBits: '$ITRMetrics::OutsideBits'"
  13. alias showNone show ""
  14.  
  15.