-
-
Notifications
You must be signed in to change notification settings - Fork 822
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
15 additions
and
14 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
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
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
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
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 |
---|---|---|
|
@@ -9,11 +9,11 @@ | |
#### Game Server Settings #### | ||
|
||
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters | ||
defaultmap="KidsBedroom" | ||
ip="0.0.0.0" | ||
maxplayers="8" | ||
port="7777" | ||
queryport="27015" | ||
defaultmap="KidsBedroom" | ||
maxplayers="8" | ||
servername="LinuxGSM" | ||
|
||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters | ||
|
@@ -52,6 +52,11 @@ emailalert="off" | |
email="[email protected]" | ||
emailfrom="" | ||
|
||
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify | ||
gotifyalert="off" | ||
gotifytoken="token" | ||
gotifywebhook="webhook" | ||
|
||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt | ||
iftttalert="off" | ||
ifttttoken="accesstoken" | ||
|
@@ -119,7 +124,7 @@ sleeptime="0.5" | |
|
||
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd | ||
# Server appid | ||
appid="1045940"s | ||
appid="1045940" | ||
steamcmdforcewindows="no" | ||
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch | ||
branch="" | ||
|
@@ -188,3 +193,7 @@ postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log" | |
## Logs Naming | ||
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" | ||
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" | ||
|
||
## Log Parameters | ||
logtimestamp="off" | ||
logtimestampformat="%Y-%m-%d %H:%M:%S" |
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
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