konogan / StrandedDeep-Save-Parser

Strande deep Game save parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stranded Deep Save Parser aka SDSP

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.

Version

0.1.1

Tech

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

Installation

You need npm installed:

$ npm install
update file config.js with your save path
$  node app

Todo's

  • Write Tests
  • more.... GUI...

License

MIT

Free Software

About

Strande deep Game save parser


Languages

Language:JavaScript 98.6%Language:HTML 1.0%Language:CSS 0.4%