Skip to content

Releases: Qowyn/ark-tools

New Cluster Data format, Ragnarok and TheVolcano latlong support

21 Jun 13:21
Compare
Choose a tag to compare

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

05 Jun 11:52
Compare
Choose a tag to compare

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

24 May 13:32
Compare
Choose a tag to compare

Changes:

  • Missing ark_data(_lang).json now reports a nicer error message

0.4.1: Bugfix

24 May 12:29
Compare
Choose a tag to compare

Changelog:

0.4.0

28 Nov 18:50
Compare
Choose a tag to compare

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

26 Sep 22:46
Compare
Choose a tag to compare

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

15 Sep 08:08
Compare
Choose a tag to compare

Changelog:

  • Really fixed tamed creature detection
  • Fixed releasing new versions while half asleep

0.2.6

15 Sep 01:05
Compare
Choose a tag to compare

Changelog:

  • Added ShigoIslands latlon data
  • ark_data.json is now loaded from the same directory as the jar
  • Fixed detection of tamed creatures that have been transfered
  • Added cloudToJson/c2j and jsonToCloud/j2c commands

0.2.5

07 Sep 18:16
Compare
Choose a tag to compare

Changelog:

  • Fixed import command. This time for real.

0.2.4

07 Sep 13:29
Compare
Choose a tag to compare

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