Skip to content

Installs ARK Linux server mods via SteamCMD (like -automanagedmod is supposed to)

Notifications You must be signed in to change notification settings

xcq1/ark-moddodo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

moddodo for Ark: Survival Evolved


Improved Linux fork of barrycarey/Ark_Mod_Downloader

You cannot simply download ARK mods for linux servers via SteamCMD. The individual files come archived as .z files which will not work directly with a server. This tool allows direct downloading of mods and extracting their .z files, so that you do not need to maintain anything else on the server.

Usage

This tool is intended be run with python3.

Commandline Arguments

  • --serverdir PATH - (optional) - home directory of the server (containing the /ShooterGame folder)
  • --modids ID [ID...] - space-separated list of steam IDs of the mod you wish to
  • --steamcmd PATH - (optional) directory of the SteamCMD install you wish to use, if not under ~/steam/Steam
  • --updatemods - (optional) - update all mods currently installed on the server
  • --deletecache - (optional) - deletes previously downloaded mods in SteamCMD for multi-server environments

Example

Credits

arkit.py - Used to extract the .z files

About

Installs ARK Linux server mods via SteamCMD (like -automanagedmod is supposed to)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%