Skip to content

Releases: Qowyn/ark-tools

0.2.3

03 Sep 22:38
Compare
Choose a tag to compare

Changelog

  • Added latLonCalculator values for Valhalla and Mortem Tupiu
  • Added rafts to creature/wild/tamed commands
  • Fixed import command
  • Added rafts to tribes --creatures command
  • Added location for bases
  • Added id field to creatures, based on DinoID1 and DinoID2
  • Updated included data

0.2.2

24 Aug 18:52
Compare
Choose a tag to compare

Changelog:

  • Added --with-names and --without-dupes options to classes command
  • Changed source of ark data to a new tool, the new data is directly extracted from the game
  • Added name mapping for structures
  • Added global --lang option to output localized names
  • Fixed potential bug in export and import commands
  • Tribes command now ignores items held by sleeping players
  • Tribes command now includes items lying on the floor

0.2.1

15 Aug 20:32
Compare
Choose a tag to compare

Changelog:

  • improved help for syntax errors
  • skip and report potentially broken .arkprofile and .arktribe files
  • new option --verbose to print a stacktrace for broken files
  • new option --bases for the tribes list

0.2.0

14 Aug 23:03
Compare
Choose a tag to compare

Changelog:

  • pretty printing of generated JSON files is now optional and disabled by default
  • renamed animals command to creatures
  • added more information to creature list
  • statistic block is now optional and disabled by default
  • conversion commands for .arkprofile and .arktribe
  • hide general options in specific command help
  • include data about items and creatures for the basegame, extracted from the wiki with help from https://github.com/DerekRies/arkpy
  • use extracted data to output creature and item names
  • new command to generate player list
  • new command to generate tribe list
  • new command to extract included list of maps for LatLng calculations
  • automatically import LatLng values on startup if external file is created (so you can add support for different maps)
  • display commands in groups with their descriptions

0.1.1

10 Aug 15:43
Compare
Choose a tag to compare

Changelog:

  • Improved memory usage
  • Added missing descriptions to commands
  • Dumping all objects of a class now includes the id/index of each object

0.1.0

07 Aug 20:53
Compare
Choose a tag to compare

Changelog:

  • improved performance for most operations
  • many new commands
  • proper command line parsing using jopt-simple
  • windows launcher generated by launch4j
  • new options for performance tuning and basic measuring
  • improved scriptability by returning status codes

0.0.4

03 Aug 22:30
Compare
Choose a tag to compare

Fixed some loading errors for savegames with custom food
Huge speed improvement for loading large savegames
animals, tamed and wild commands now wrap their output in an object to include statistics

0.0.3

01 Aug 23:42
Compare
Choose a tag to compare

Include tribe and tamer name in dino list output

0.0.2

01 Aug 23:10
Compare
Choose a tag to compare

Fix for lat and lon calculation for TheCenter

First Release

01 Aug 01:14
Compare
Choose a tag to compare
First Release Pre-release
Pre-release
0.0.1-alpha

Initial Commit