File tree 7 files changed +15
-14
lines changed
lgsm/config-default/config-lgsm
7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 12
12
steamuser =" username"
13
13
steampass =' password'
14
14
15
- # # Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
16
-
17
15
# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
18
16
startparameters =" -c ${servercfgfullpath}"
19
17
Original file line number Diff line number Diff line change 8
8
9
9
# ### Game Server Settings ####
10
10
11
- # # Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
12
-
13
11
# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
14
12
startparameters =" --galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath}"
15
13
Original file line number Diff line number Diff line change 12
12
# GSLT can be used for running a public server.
13
13
# More info: https://docs.linuxgsm.com/steamcmd/gslt
14
14
gslt =" "
15
- ip =" "
16
15
17
16
# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
18
17
startparameters =" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}"
Original file line number Diff line number Diff line change 8
8
9
9
# ### Game Server Settings ####
10
10
11
- # # SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login
12
- # steamuser="username"
13
- # steampass='password'
14
-
15
11
# # Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
16
12
ip =" 0.0.0.0"
17
13
port =" 2302"
Original file line number Diff line number Diff line change 9
9
# ### Game Server Settings ####
10
10
11
11
# # Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
12
+ defaultmap =" KidsBedroom"
12
13
ip =" 0.0.0.0"
14
+ maxplayers =" 8"
13
15
port =" 7777"
14
16
queryport =" 27015"
15
- defaultmap =" KidsBedroom"
16
- maxplayers =" 8"
17
17
servername =" LinuxGSM"
18
18
19
19
# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
@@ -52,6 +52,11 @@ emailalert="off"
52
52
53
53
emailfrom =" "
54
54
55
+ # Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
56
+ gotifyalert =" off"
57
+ gotifytoken =" token"
58
+ gotifywebhook =" webhook"
59
+
55
60
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
56
61
iftttalert =" off"
57
62
ifttttoken =" accesstoken"
@@ -119,7 +124,7 @@ sleeptime="0.5"
119
124
120
125
# # SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
121
126
# Server appid
122
- appid =" 1045940" s
127
+ appid =" 1045940"
123
128
steamcmdforcewindows =" no"
124
129
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
125
130
branch =" "
@@ -188,3 +193,7 @@ postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
188
193
# # Logs Naming
189
194
lgsmlogdate =" ${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
190
195
consolelogdate =" ${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
196
+
197
+ # # Log Parameters
198
+ logtimestamp =" off"
199
+ logtimestampformat =" %Y-%m-%d %H:%M:%S"
Original file line number Diff line number Diff line change 7
7
# [instance].cfg - applies settings to a specific instance.
8
8
9
9
# ### Game Server Settings ####
10
+
10
11
# # Pre-defined Paramters | https://docs.linuxgsm.com/configuration/start-parameters#predefined-parameters
11
12
worldname =" MyWorld"
12
13
Original file line number Diff line number Diff line change 12
12
ip =" 0.0.0.0"
13
13
port =" 28015"
14
14
rconport =" 28016"
15
- appport =28082
16
- queryport =28017
15
+ appport =" 28082"
16
+ queryport =" 28017"
17
17
rconpassword =" CHANGE_ME"
18
18
rconweb =" 1" # Value is: 1 for the Facepunch web panel, Rustadmin desktop and Rustadmin Online; 0 for RCON tools like Rusty.
19
19
servername =" Rust"
You can’t perform that action at this time.
0 commit comments