Releases: Qowyn/ark-tools
Releases · Qowyn/ark-tools
New Cluster Data format, Ragnarok and TheVolcano latlong support
Changelog:
- Added support for new v3 cluster data format
- Added LatLong data for Ragnarok and TheVolcano
- Added type name for uploaded dinos
0.5.0: The library rewrite
Changelog:
- Many changes to ark-savegame-toolkit to improve stability and useability
- Added support for the new PlayerLocalData.arkprofile Version 3
- Added updateData command: checks for and downloads newer ark_data.json files
- Added version command: outputs the installed version of ark-tools
- Fixed output of unsigned 8 bit values: attributes and colors of creatures
- Removed ark_data.json from release
0.4.2: Improved error handling
Changes:
- Missing ark_data(_lang).json now reports a nicer error message
0.4.1: Bugfix
Changelog:
- Fixed #7 and Qowyn/ark-savegame-toolkit#1 with fix from @Kakoen
0.4.0
Changelog:
- Added reading and writing support for sav files (except for text properties)
- Added --write-all-fields switch to creature commands, should write (almost) all fields
- Added team, playerId, and ownerName to creature commands
- Added --tribeless switch to tribe data extraction, this will list everything not belonging to a tribe in tribeless.json
- Added GPS data for PGAs
- Added --max-age option to ignore unchanged player profiles
- Added --positions switch to player command, this will load the map to get the current position of the player
- Improved player data extraction time by lazy loading tribe data
- Improved crash protection against broken files by catching all unexpected errors for player profiles, tribe data and cluster data
- Improved detection of tamed creatures
- Improved detection of array of struct properties
- Fixed tribe command ignoring equipped items
- Fixed crash while processing saves from Volcano map
0.3.0
Changelog:
- New cluster command which extracts data from files in the clusters directory - uploaded items and creatures
- New commands to convert PlayerLocalData.arkprofile to json and back
- New command to modify existing .ark* and cluster files, allows converting Valhalla Beavers to normal beavers and more
- Extract colors from creatures
- Extract stats and colors from eggs
- Create items from scratch
0.2.7
0.2.6
0.2.5
0.2.4
Changelog:
- Fixed level output for creatures with base/wild level 1
- Added --inventory option to players command
- --inventory and --items now accept an argument: summary or long, summary will just count items, long will output each item stack with extended information