Skip to content

Nevcairiel/ASADinoDataParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ARK Dino Data Parser

A Blueprint library to parse ARK Dino Data bytes.

Example Usage: Example Usage

The data is output using a JSON Object, which has the advantage of allowing structured arbitrary data without needing complex data structures. For determining which fields are present in the JSON Object, I would recommend to serialize it into a string and printing it, as the information can vary depending on the dino and its status.

Limitations

The library does not currently support fields of these types:

  • int64
  • Map

int64 could be supported without that much effort, but I have had no personal need for it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors