Releases: Qowyn/ark-tools
Releases · Qowyn/ark-tools
v0.6.4: 0.6.4
v0.6.3: 0.6.3
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
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
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
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
Read-only support for V8 and V9 map-saves, some new options
0.5.4
- Read-only support for V8 and V9 map-saves
- Contributions by @zokradonh: Added tamedIneffectivenessModifier and DinoAncestor to tamed creature output
DB Driver Preview
Changelog:
- added a lot of fields to many things
- new command: db
- new command: db-drivers
259 Experimental Support
Changelog:
- Added experimental support for version 7 savegames
Modify bugfix
Changelog:
- Fixed NPE in modify command
- Fixed handling of high (>32767) itemStatValues for all item printing commands