Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 682 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 682 Bytes

screeps-ConsoleStats

Display stats like this directly into your Screeps console: alt text

Setup

  • Add statsConsole.js and ascii-char.js to your project. NOTE: geohash.js is optional and is experimental.
  • Use the snippet from the main.js in the end of your main.js loop.
  • Modify the myStats array to plug in your cpu stats from your profiller.

Notes

  • If you don't wish to use the geohash parts, just comment them out and don't use the geohash.js
  • You will have to customize it for how you collect stats.

Contribute

Clone and submit a push request. Simple.