arkse_linux64steamcmdARK:SEShooterGameServer%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 -log12maplist.txtShooterGame/Binaries/Linux127None376030anonymousSessionName=.*SessionName=ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ininsEnable 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.nsUse this to enable the offline raiding prevention option.900nsTime 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!nsEnable or disable tribe alliances.Force flyer dinos to be allowed into caves (Flyers able to go into caves by default on custom maps).nsName 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.nsEnable or disable downloading characters from Cluster to this server.nsEnable or disable downloading items from Cluster to this server.nsEnable or disable downloading tamed dinos from Cluster to this server.nsEnable or disable uploading characters from this server to Cluster.nsEnable or disable uploading items from this server to Cluster.nsEnable 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.iniShooterGame/Saved/Config/LinuxServer/Game.ini