SDSP is a node express programm for watching save.json file in Stranded Deep package. After a backup, the map is updated, the path traveled by the Player Characters emerges from backup to backup.
0.1.1
SDSP uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- moment - awesome date parser
- nedb - a light DP library for node
- jQuery - duh
You need npm installed:
$ npm install
update file config.js with your save path
$ node app
- Write Tests
- more.... GUI...
MIT
Free Software