The goal for this project is to reverse engineer and document the format of the save games in the game ARK: Survival Evolved.
ARK uses it's own binary save game format, rather than a standardized format. The format is also versioned, and can thus change between game versions.
The format is documented in the wiki for this repository.
In addition, python scripts which read the save file is included, as an example of how to read the save sequentially.
The work is released under a MIT licence, however, giving credits is appreciated.
This work is derived from Qowyn work with older save game versions.