ARK: Survival Evolved

ARK: Survival Evolved

Eradicator v1.0
Chuffnugget  [開發人員] 2015 年 8 月 15 日 下午 10:20
Example Startup Script
This is an example of a working Linux startup script with both of my mods active.

#!/bin/bash
var=$(pwd)
cd $var/ShooterGame/Binaries/Linux
./ShooterGameServer /Game/Mods/497086514/EradicatorMod?listen?ModId=497086514,/Game/Mods/499751025/EV2Mod?listen?GameModIds=499751025?TheIsland?MaxPlayers=127?ServerAdminPassword=#####?Port=#####?QueryPort=#####?RCONEnabled=true?RCONPort=#####?SessionName="#####" -listen -server -log & exit
最後修改者:Chuffnugget; 2015 年 8 月 16 日 上午 9:31