-
-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3054 from GameServerManagers/release/v20.5.0
Release v20.5.0
- Loading branch information
Showing
258 changed files
with
2,951 additions
and
1,574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ | |
steamuser="username" | ||
steampass='password' | ||
|
||
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters | ||
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters | ||
|
||
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
fn_parms(){ | ||
parms="-c ${servercfgfullpath}" | ||
} | ||
|
@@ -35,8 +35,6 @@ displayip="" | |
|
||
# More info | https://docs.linuxgsm.com/alerts#more-info | ||
postalert="off" | ||
postdays="7" | ||
posttarget="https://termbin.com" | ||
|
||
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord | ||
discordalert="off" | ||
|
@@ -54,6 +52,7 @@ iftttevent="linuxgsm_alert" | |
|
||
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun | ||
mailgunalert="off" | ||
mailgunapiregion="us" | ||
mailguntoken="accesstoken" | ||
mailgundomain="example.com" | ||
mailgunemailfrom="[email protected]" | ||
|
@@ -67,15 +66,20 @@ channeltag="" | |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover | ||
pushoveralert="off" | ||
pushovertoken="accesstoken" | ||
pushoveruserkey="userkey" | ||
|
||
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat | ||
rocketchatalert="off" | ||
rocketchatwebhook="webhook" | ||
rocketchattoken="" | ||
|
||
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack | ||
slackalert="off" | ||
slackwebhook="webhook" | ||
|
||
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram | ||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". | ||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need | ||
# any custom string in curl - simple ignore this parameter. | ||
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring". | ||
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help". | ||
telegramalert="off" | ||
telegramtoken="accesstoken" | ||
telegramchatid="" | ||
|
@@ -130,13 +134,17 @@ stopmode="2" | |
|
||
## Query mode | ||
# 1: session only | ||
# 2: gamedig + gsquery | ||
# 2: gamedig (gsquery fallback) | ||
# 3: gamedig | ||
# 4: gsquery | ||
# 5: tcp | ||
querymode="5" | ||
querytype="" | ||
|
||
## Console type | ||
consoleverbose="yes" | ||
consoleinteract="no" | ||
|
||
## Game Server Details | ||
# Do not edit | ||
gamename="Assetto Corsa" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,15 @@ | |
steamuser="username" | ||
steampass='password' | ||
|
||
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters | ||
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters | ||
ip="0.0.0.0" | ||
port="27015" | ||
clientport="27005" | ||
sourcetvport="27020" | ||
defaultmap="act_airport" | ||
maxplayers="20" | ||
|
||
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
fn_parms(){ | ||
parms="-game ahl2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" | ||
} | ||
|
@@ -41,8 +41,6 @@ displayip="" | |
|
||
# More info | https://docs.linuxgsm.com/alerts#more-info | ||
postalert="off" | ||
postdays="7" | ||
posttarget="https://termbin.com" | ||
|
||
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord | ||
discordalert="off" | ||
|
@@ -60,6 +58,7 @@ iftttevent="linuxgsm_alert" | |
|
||
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun | ||
mailgunalert="off" | ||
mailgunapiregion="us" | ||
mailguntoken="accesstoken" | ||
mailgundomain="example.com" | ||
mailgunemailfrom="[email protected]" | ||
|
@@ -73,15 +72,20 @@ channeltag="" | |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover | ||
pushoveralert="off" | ||
pushovertoken="accesstoken" | ||
pushoveruserkey="userkey" | ||
|
||
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat | ||
rocketchatalert="off" | ||
rocketchatwebhook="webhook" | ||
rocketchattoken="" | ||
|
||
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack | ||
slackalert="off" | ||
slackwebhook="webhook" | ||
|
||
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram | ||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". | ||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need | ||
# any custom string in curl - simple ignore this parameter. | ||
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring". | ||
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help". | ||
telegramalert="off" | ||
telegramtoken="accesstoken" | ||
telegramchatid="" | ||
|
@@ -127,7 +131,7 @@ stopmode="3" | |
|
||
## Query mode | ||
# 1: session only | ||
# 2: gamedig + gsquery | ||
# 2: gamedig (gsquery fallback) | ||
# 3: gamedig | ||
# 4: gsquery | ||
# 5: tcp | ||
|
@@ -143,6 +147,10 @@ betapassword="" | |
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server | ||
steammaster="true" | ||
|
||
## Console type | ||
consoleverbose="yes" | ||
consoleinteract="yes" | ||
|
||
## Game Server Details | ||
# Do not edit | ||
gamename="Action: Source" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ | |
|
||
#### Game Server Settings #### | ||
|
||
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters | ||
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters | ||
ip="0.0.0.0" | ||
port="27015" | ||
clientport="27005" | ||
defaultmap="ahl_hydro" | ||
maxplayers="16" | ||
|
||
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
fn_parms(){ | ||
parms="-game action -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} " | ||
} | ||
|
@@ -36,8 +36,6 @@ displayip="" | |
|
||
# More info | https://docs.linuxgsm.com/alerts#more-info | ||
postalert="off" | ||
postdays="7" | ||
posttarget="https://termbin.com" | ||
|
||
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord | ||
discordalert="off" | ||
|
@@ -55,6 +53,7 @@ iftttevent="linuxgsm_alert" | |
|
||
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun | ||
mailgunalert="off" | ||
mailgunapiregion="us" | ||
mailguntoken="accesstoken" | ||
mailgundomain="example.com" | ||
mailgunemailfrom="[email protected]" | ||
|
@@ -68,15 +67,20 @@ channeltag="" | |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover | ||
pushoveralert="off" | ||
pushovertoken="accesstoken" | ||
pushoveruserkey="userkey" | ||
|
||
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat | ||
rocketchatalert="off" | ||
rocketchatwebhook="webhook" | ||
rocketchattoken="" | ||
|
||
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack | ||
slackalert="off" | ||
slackwebhook="webhook" | ||
|
||
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram | ||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". | ||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need | ||
# any custom string in curl - simple ignore this parameter. | ||
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring". | ||
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help". | ||
telegramalert="off" | ||
telegramtoken="accesstoken" | ||
telegramchatid="" | ||
|
@@ -132,16 +136,20 @@ stopmode="9" | |
|
||
## Query mode | ||
# 1: session only | ||
# 2: gamedig + gsquery | ||
# 2: gamedig (gsquery fallback) | ||
# 3: gamedig | ||
# 4: gsquery | ||
# 5: tcp | ||
querymode="2" | ||
querytype="protocol-valve" | ||
|
||
## Console type | ||
consoleverbose="yes" | ||
consoleinteract="yes" | ||
|
||
## Game Server Details | ||
# Do not edit | ||
gamename="Action half-life" | ||
gamename="Action Half-Life" | ||
engine="goldsrc" | ||
glibc="2.3.4" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
#### Game Server Settings #### | ||
|
||
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters | ||
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters | ||
ip="0.0.0.0" | ||
port="7777" | ||
queryport="27015" | ||
|
@@ -18,7 +18,7 @@ defaultmap="TheIsland" | |
altsavedirectoryname="${defaultmap}" | ||
maxplayers="70" | ||
|
||
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
fn_parms(){ | ||
parms="${defaultmap}?AltSaveDirectoryName=${altsavedirectoryname}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods -crossplay -PublicIPForEpic=${ip}" | ||
} | ||
|
@@ -39,8 +39,6 @@ displayip="" | |
|
||
# More info | https://docs.linuxgsm.com/alerts#more-info | ||
postalert="off" | ||
postdays="7" | ||
posttarget="https://termbin.com" | ||
|
||
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord | ||
discordalert="off" | ||
|
@@ -58,6 +56,7 @@ iftttevent="linuxgsm_alert" | |
|
||
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun | ||
mailgunalert="off" | ||
mailgunapiregion="us" | ||
mailguntoken="accesstoken" | ||
mailgundomain="example.com" | ||
mailgunemailfrom="[email protected]" | ||
|
@@ -71,15 +70,20 @@ channeltag="" | |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover | ||
pushoveralert="off" | ||
pushovertoken="accesstoken" | ||
pushoveruserkey="userkey" | ||
|
||
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat | ||
rocketchatalert="off" | ||
rocketchatwebhook="webhook" | ||
rocketchattoken="" | ||
|
||
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack | ||
slackalert="off" | ||
slackwebhook="webhook" | ||
|
||
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram | ||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". | ||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need | ||
# any custom string in curl - simple ignore this parameter. | ||
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring". | ||
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help". | ||
telegramalert="off" | ||
telegramtoken="accesstoken" | ||
telegramchatid="" | ||
|
@@ -134,13 +138,17 @@ stopmode="2" | |
|
||
## Query mode | ||
# 1: session only | ||
# 2: gamedig + gsquery | ||
# 2: gamedig (gsquery fallback) | ||
# 3: gamedig | ||
# 4: gsquery | ||
# 5: tcp | ||
querymode="2" | ||
querytype="protocol-valve" | ||
|
||
## Console type | ||
consoleverbose="no" | ||
consoleinteract="no" | ||
|
||
## Game Server Details | ||
# Do not edit | ||
gamename="ARK: Survival Evolved" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
steamuser="username" | ||
steampass='password' | ||
|
||
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters | ||
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters | ||
ip="0.0.0.0" | ||
port="2302" | ||
|
||
|
@@ -31,7 +31,7 @@ servermods="" | |
# Leave empty for default | ||
bepath="" | ||
|
||
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
fn_parms(){ | ||
parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory" | ||
} | ||
|
@@ -52,8 +52,6 @@ displayip="" | |
|
||
# More info | https://docs.linuxgsm.com/alerts#more-info | ||
postalert="off" | ||
postdays="7" | ||
posttarget="https://termbin.com" | ||
|
||
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord | ||
discordalert="off" | ||
|
@@ -71,6 +69,7 @@ iftttevent="linuxgsm_alert" | |
|
||
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun | ||
mailgunalert="off" | ||
mailgunapiregion="us" | ||
mailguntoken="accesstoken" | ||
mailgundomain="example.com" | ||
mailgunemailfrom="[email protected]" | ||
|
@@ -84,15 +83,20 @@ channeltag="" | |
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover | ||
pushoveralert="off" | ||
pushovertoken="accesstoken" | ||
pushoveruserkey="userkey" | ||
|
||
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat | ||
rocketchatalert="off" | ||
rocketchatwebhook="webhook" | ||
rocketchattoken="" | ||
|
||
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack | ||
slackalert="off" | ||
slackwebhook="webhook" | ||
|
||
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram | ||
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring". | ||
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need | ||
# any custom string in curl - simple ignore this parameter. | ||
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring". | ||
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help". | ||
telegramalert="off" | ||
telegramtoken="accesstoken" | ||
telegramchatid="" | ||
|
@@ -147,13 +151,17 @@ stopmode="2" | |
|
||
## Query mode | ||
# 1: session only | ||
# 2: gamedig + gsquery | ||
# 2: gamedig (gsquery fallback) | ||
# 3: gamedig | ||
# 4: gsquery | ||
# 5: tcp | ||
querymode="2" | ||
querytype="protocol-valve" | ||
|
||
## Console type | ||
consoleverbose="yes" | ||
consoleinteract="no" | ||
|
||
## Game Server Details | ||
# Do not edit | ||
gamename="ARMA 3" | ||
|
Oops, something went wrong.