arkse_linux64 steamcmd ARK:SE ShooterGameServer %MAP%%IP%%PORT%%QUERY_PORT%%PLAYERS%%RCON%%RCON_PORT%%CONTROL_PASSWORD%%PDS%%PDI%%PDD%%PUS%%PUI%%PUD%%ASDN%%POP%%POPI%%PTA%?listen %AMM% %FACF% %NTFF% -server -log 1 2 maplist.txt ShooterGame/Binaries/Linux 127 None 376030 anonymous SessionName=.* SessionName= ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini ns Enable or disable remote control. Enable automatic MOD downloading, installing and updating. Enable server admin logs. Log file will contain a timestamped kills and winners log listing Steam ID, Steam name, character name, etc. ns Use this to enable the offline raiding prevention option. 900 ns Time in seconds to wait before a tribe/players dinos/structures become invulnerable/inactive after they log off. If tribe, requires ALL tribe members logged off! ns Enable or disable tribe alliances. Force flyer dinos to be allowed into caves (Flyers able to go into caves by default on custom maps). ns Name of the save folder. Cross-ARK Data Transfer protection against other servers that use different Cluster IDs. If you set this, players from unknown servers will not able to transfer datas to your Cluster. ns Enable or disable downloading characters from Cluster to this server. ns Enable or disable downloading items from Cluster to this server. ns Enable or disable downloading tamed dinos from Cluster to this server. ns Enable or disable uploading characters from this server to Cluster. ns Enable or disable uploading items from this server to Cluster. ns Enable or disable uploading tamed dinos from this server to Cluster. maplist="maplist.txt" if [ -s "$maplist" ] then echo "File $maplist found. OK!" else echo "File $maplist not found." echo "Generating new maplist file in $maplist!" touch $maplist echo Aberration_P> $maplist echo Extinction>> $maplist echo Ragnarok>> $maplist echo ScorchedEarth_P>> $maplist echo TheCenter>> $maplist echo TheIsland>> $maplist echo Valguero_P>> $maplist fi if [ -f "Engine/Binaries/ThirdParty/SteamCMD/Linux/linux32/steamcmd" ] then echo "SteamCMD found. OK!" else echo "SteamCMD not found." echo "Installing SteamCMD!" mkdir -p Engine/Binaries/ThirdParty/SteamCMD/Linux cd Engine/Binaries/ThirdParty/SteamCMD/Linux wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz tar -xf steamcmd_linux.tar.gz fi ShooterGame/Binaries/Linux/ShooterGameServer ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini ShooterGame/Saved/Config/LinuxServer/Game.ini