Skip to content

Releases: arkmanager/ark-server-tools

ARK Server Tools v1.6.27

22 Jun 22:11
Compare
Choose a tag to compare

Add checkmodupdate command

ARK Server Tools v1.6.26

17 Jun 04:27
Compare
Choose a tag to compare
  • Reliable user id detection (#792)
  • Use pidfile for background update detection
  • Use dedicated update timestamp file
  • Make steam data directory overridable
    • Some steamcmd installs put steamapps into ~/.steam instead of $steamcmdroot
  • Fix warning waits for intervals of 1 or 2 minutes
  • Fix start/restart/update not closing stdout

ARK Server Tools v1.6.25

11 May 09:41
Compare
Choose a tag to compare
  • Prevent directory not found on mod install
  • Add --no-background to start command, and use it in service files

ARK Server Tools v1.6.24

25 Mar 18:25
Compare
Choose a tag to compare
  • Fix error in mod download
  • Add getpid command, and add server PID to status output

ARK Server Tools v1.6.23

08 Mar 12:40
Compare
Choose a tag to compare
  • Silence the rm command excluding txt files from staging
  • Fix the path the the txt files excluded from staging

ARK Server Tools v1.6.22

07 Mar 21:49
Compare
Choose a tag to compare
  • Fix enablemod and disablemod
  • Add --arkopt, command-line option
  • Don't use hardlinks if using separate filesystems

ARK Server Tools v1.6.21

20 Feb 18:41
Compare
Choose a tag to compare
  • Fix the hardlink problem properly by having cp remove the destination file if it exists and needs to be updated.

ARK Server Tools v1.6.20

20 Feb 08:11
Compare
Choose a tag to compare
  • Fix a hardlink error that was preventing mod updates from working

ARK Server Tools v1.6.19

16 Feb 00:16
Compare
Choose a tag to compare
  • Improve Netinstall argument handling
  • Fix update --safe to find the ark saved world
  • Fix instance config template installation

ARK Server Tools v1.6.18

14 Feb 20:14
Compare
Choose a tag to compare
  • Prevent PlayerExclusiveJoin etc. from being deleted when using a staging directory
  • Stage mod updates in staging directory to reduce disk space used when staging directory is used
  • Add support for reflinks instead of hard links for filesystems supporting it (e.g. btrfs) - add useRefLink=true to your config to enable this.