diff --git a/ARKSurvivalEvolved/arkserver b/ARKSurvivalEvolved/arkserver index 2304ef566..d412b1495 100644 --- a/ARKSurvivalEvolved/arkserver +++ b/ARKSurvivalEvolved/arkserver @@ -23,11 +23,18 @@ steamuser="anonymous" steampass="" # Start Variables +servername="ark-server" ip="0.0.0.0" updateonstart="off" +port="7778" +queryport="27015" +rconport="32330" +rconpassword="" # Set to enable rcon +maxplayers="50" fn_parms(){ -parms="TheIsland?listen" +parms="TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?ServerAdminPassword=${rconpassword}" + } #### Advanced Variables #### diff --git a/functions/install_header.sh b/functions/install_header.sh index e78987561..6ae6d06c0 100644 --- a/functions/install_header.sh +++ b/functions/install_header.sh @@ -10,5 +10,5 @@ echo "${gamename}" echo "Linux Game Server Manager" echo "by Daniel Gibbs" echo "http://gameservermanagers.com" -echo "Contributors: http://gameservermanagers.com/contib" +echo "Contributors: http://gameservermanagers.com/contrib" echo "================================="