Skip to content

Releases: Qowyn/ark-tools

v0.6.4: 0.6.4

19 Sep 09:45
Compare
Choose a tag to compare
Fixed broken players command
players command can now detect LocalPlayer.arkprofile
Hibernation support for debug commands

v0.6.3: 0.6.3

18 Sep 21:57
Compare
Choose a tag to compare
Important fixes for cluster and LocalProfile files, can affect map-saves too
Command export can now select objects by class
Added switches --without-references and --without-components to export command (use --without-references for items, unless you want the whole base too)
Command import is now able to import items into cluster files and into the LocalProfile (with caveats, items will lose durability if you exported them from a map)
Command modify is now able to mass-delete objects in maps, cluster and LocalProfile files
All creature commands, the tribe command and db command are now aware of hibernation
Improved detection of all object types, no longer based on their class name

v0.6.2: 0.6.2

15 Sep 17:22
Compare
Choose a tag to compare
Added support for dropped items, making --non-player actually useful
Renamed --non-player to --non-players (the old name will still work)
Id of main inventory is now myInventoryComponent for all object types

v0.6.1: 0.6.1

15 Sep 14:27
Compare
Choose a tag to compare
Added missing DinoAncestor writers
Added names of ancestors
Added Polar Bear, Ragnarok Fire Wyvern and Ice Wyvern to the list of creatures (auto-detection fail)
Added --non-player switch to tribes command
Fixed lat and lon values for creatures, players and structures

v0.6.0

12 Sep 15:02
Compare
Choose a tag to compare

Changelog:

  • Replaced javax.json with Jackson.
  • Moved JsonDriver property writers to properties owning class.
  • Fixed JsonDriver never finishing.
  • Adjustments to the names of some fields.
  • Use property writers to replace old GameObject to JSON code.
  • Allow "--write-all-fields" for most commands.
  • "--allow-broken-file" is now available for all xToJson commands.
  • Allow parallel processing for players, tribes and cluster commands.
  • Amount of parallelism can no be controlled via --thread-count, defaults to the number of cores available to the JVM.
  • All async options are gone.
  • Updated to newest version of ark-savegame-toolkit, adds full support for Version 7 to 9 map save formats, Version 4 LocalProfile and Version 4 CloudInventory.
  • New parameters for player, tribes and creatures commands.

0.6.0-preview2

07 Sep 14:14
Compare
Choose a tag to compare
0.6.0-preview2 Pre-release
Pre-release

Read-only support for V8 and V9 map-saves, some new options

0.5.4

07 Sep 14:13
Compare
Choose a tag to compare
  • Read-only support for V8 and V9 map-saves
  • Contributions by @zokradonh: Added tamedIneffectivenessModifier and DinoAncestor to tamed creature output

DB Driver Preview

24 Jun 18:37
Compare
Choose a tag to compare
DB Driver Preview Pre-release
Pre-release

Changelog:

  • added a lot of fields to many things
  • new command: db
  • new command: db-drivers

259 Experimental Support

22 Jun 20:35
Compare
Choose a tag to compare

Changelog:

  • Added experimental support for version 7 savegames

Modify bugfix

21 Jun 15:53
Compare
Choose a tag to compare

Changelog:

  • Fixed NPE in modify command
  • Fixed handling of high (>32767) itemStatValues for all item printing commands