Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
arkstVersion="1.3" # used to print the version when needed and to check for updates
arkstChannel="1.4-dev" # change it to a different branch to get non-stable versions
# config SteamCMD
steamcmdroot="/home/steam/Steam/steamcmd" # path of your steamcmd instance
steamcmdexec="steamcmd.sh" # name of steamcmd executable
steamcmd_user="" # name of the system user who own steamcmd folder
steamcmd_appinfocache="/home/steam/Steam/appcache/appinfo.vdf" # cache of the appinfo command
# config environment
arkserverroot="/home/steam/Steam/ArkServer" # path of your ARK server files (default ~/ARK)
arkserverexec="ShooterGame/Binaries/Linux/ShooterGameServer" # name of ARK server executable
arkbackupdir="/media/Raid/Steam/Backup" # path to backup directory
# ARK server options - use ark_<optionname>=<value>
# comment out these values if you want to define them
# inside your GameUserSettings.ini file
serverMap="TheIsland" # server map (default TheIsland)
#serverMapModId="469987622" # Uncomment this to specify the Map Mod Id (<fileid> in http://steamcommunity.com/sharedfiles/filedetails/?id=<fileid>)
ark_RCONEnabled="True" # Enable RCON Protocol
ark_SessionName="Mike's Hell Hole" # if your session name needs special characters please use the .ini instead
#ark_Port="7777" # ARK server port (default 7778)
#ark_QueryPort="27015" # ARK query port (default 27016)
ark_ServerPassword="password" # ARK server password, empty: no password required to login
ark_ServerAdminPassword="password2" # ARK server admin password, KEEP IT SAFE!
ark_MaxPlayers="70"
#ark_GameModIds="487516323,487516324,487516325" # Uncomment to specify additional mods by Mod Id separated by commas
mod_appid=346110
#ark_GameModIds="510854250,507648142,509799928"
ark_TotalConversionMod="508249924"
# config Service
servicename="arkserv" # Name of the service (don't change if you don't know what are you doing)
logdir="/var/log/arktools" # Logs path (default /var/log/arktools)
# steamdb specific
appid=376030 # Linux server App ID
# alternate configs
# example for config name "ark1":
#config_ark1="/path/to/config/file"
arkmanager installmod <modId>
and:
arkmanager update --update-mods
The first one seems to work best, to be honest. The second one doesn't seem to copy the mod over. However, there seems to be some compression or something in some of the asset files that arkmanager isn't currently processing, I don't know. I'm downloading the ark dev kit right now to try and see what's going on. If they don't figure it out first, I'll eventually work it out - for sure.
One thing, if the mods weren't compressed, it would be pretty easy to do a diff on the files after they are downloaded, see if they're the same, then copy over the files and restart if they are not. I don't know where the devs are on this, but I do know that I can work it out if need be. When I do, I'll contribute whatever I find or do to the project, for sure.
What version are you on?
New as of 1.4-dev:
If you're on stable 1.3 you'll have to manually delete the files, and remove the init scripts.
(Path depends on your distro)
* /etc/init.d/arkmanager
update-rc.d -f arkmanager remove
* /etc/systemd/system/arkmanager.service
systemtcl disable arkmanager.service