ArkSaveVisualiser

ASV

ASV (ARK Savegame Visualizer)

This tool provides its own user interface for visualizing ARK save files and is based on existing open-source work for analyzing save files.

The foundation was originally ark-tools (Java) in combination with the ark-savegame-toolkit, which outputs save data as JSON. This led to the idea of presenting the information clearly in a master/detail view.

Later, the concept was further developed in other programming languages, such as through the ARKSavegameToolkit project (GitHub: Flachdachs). Similar projects like Larkator (GitHub: coldino) pursue comparable approaches.

The tool is intended as a complement to these existing solutions and makes their results accessible through its own, user-friendly interface.

Links

Ubuntu 24.04 LTS

Install .Net 6.0

sudo add-apt-repository ppa:dotnet/backports

https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#register-the-ubuntu-net-backports-package-repository

sudo apt-get install -y dotnet-runtime-6.0

https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-install?pivots=os-linux-ubuntu-2404&tabs=dotnet6

Install ASV

Download ZIP file: https://github.com/miragedmuk/ASV/releases/tag/5.1.0.12

Extract/Use only the folder with ".net6.0"

Invocation

Syntax:

dotnet ASVExport.dll <command> <input-arkmap> <output.json>

Example for all tamed creatures on The Island

dotnet /home/ark/share/ASV/ASVExport.dll tamed /home/ark/var/asv-map/TheIsland.ark /home/ark/var/asv-json/theisland_tamed.json

Commands/Parameters are:

  • all  (<output> should be directory not file.)
  • map
  • structures
  • logs
  • tribes
  • players
  • wild
  • tamed

 

Add new comment

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.