Skip to content

v2.0.0

Latest

Choose a tag to compare

@oNdsen oNdsen released this 07 Jul 15:18
AMU v2.0.0 — ARK Mod Updater (C++20 rewrite)

A native Windows tool to manage ARK dedicated servers: install and update
Steam Workshop mods via SteamCMD, launch and supervise server processes with
graceful RCON shutdown and crash auto-restart, and edit ~370 server settings
from a data-driven configurator. Ships a hardened, SHA-256-verified
self-updater.

Layers:
- amucore  — UI-independent static library (SQLite db, serverconfig incl. the
  raw array-family rewriter, launchspec, supervisor, orchestrator,
  steamcmd_parser, zunpack, mod_writer, workshop, rcon, DPAPI credstore,
  updatecheck). 128 doctest cases / 644 assertions.
- amu      — Sciter.JS shell; HTML/CSS/JS UI packed into amu.exe.
- updater  — standalone amu_updater.exe (GitHub-Releases channel, manifest +
  SHA-256 verification, all-or-nothing rollback swap).