Alina Shumann

Results 17 comments of Alina Shumann

Not sure where the `jade` to `pug` warning is coming from, `jade` isn't a dependency of node-ld. The `dist` folder should be generated by running `gulp` if using the github...

* OS: Windows 10 Pro 64-bit (10.0, Build 18362) (18362.19h1_release.190318-1202) * GFX: NVIDIA GeForce GTX 1080 * CPU: AMD Ryzen 5 2600 Six-Core Processor (12 CPUs), ~3.4GHz * RAM: 32...

Side note on that quote, the formats _are_ different, since the socket is sending the internal format and the battles.json is a different db format.

This happens on official client too in some cases. Inactive rooms (rooms with no owned structures), only get updated periodically, so its possible to have negative regen times if you...

Note that API differs on private server MMO: ```http GET /room-history///.json ``` PS: ```http GET /room-history/?time=&room= ``` Also, tick count depends on the server, see `GET /api/version` `serverData.historyChunkSize` for size

Using Memory would likely be problematic, can only read memory once per second, and if you also have stats setup, you would have to have it adjusted to not rate...

One idea is to support pinning to current tick, IE: when a new tick comes in, replace the console contents. Ideally, this would create a dashboard like effect with bots...