Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

knightzac19/Node-ArkSaveGameToolKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-ArkSaveGameToolKit

This is Node.js library will require postgres 10+ to be setup prior to using the library when it is complete. Currently everything is being saved to memory when it's ran and it's not saving it all to postegres quite yet.

Settings

Currently you have to edit lib/reader/arkCache.js#6 to where your ark is, this will be changed to a setting later on.

 fileName: "D:\\Steam\\steamapps\\common\\ARK\\ShooterGame\\Saved\\Saves\\TheIsland.ark", //Path to your ark

Usage

Currently you can just run node . and it will run all it's reading functions and exit. The save.loadEverything() function is what returns all the data and will probably be setup to push to postgres via a different service at some point.

Acknowledgements

This library is a rough port from tsebring's C# ArkSavegameToolkitNet (https://github.com/tsebring/ArkSavegameToolkitNet), which was ported from Qowyn's Java ark-savegame-toolkit (https://github.com/Qowyn/ark-savegame-toolkit).

About

Library for reading ARK Survival Evolved savegame files using Node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published