You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config/config.txt
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## Server name: This appears at the top of the screen in-game. In this case it will read "tgstation: station_name" where station_name is the randomly generated name of the station for the round. Remove the # infront of SERVERNAME and replace 'tgstation' with the name of your choice
2
-
#SERVERNAME tgstation
2
+
#SERVERNAME RP, Modified code, Fun events
3
3
4
4
## Alert levels
5
5
ALERT_GREEN All threats to the station have passed. Security may not have weapons visible, privacy laws are once again fully enforced.
@@ -98,10 +98,10 @@ ALLOW_ADMIN_OOCCOLOR
98
98
ALLOW_METADATA
99
99
100
100
## allow players to initiate a restart vote
101
-
ALLOW_VOTE_RESTART
101
+
#ALLOW_VOTE_RESTART
102
102
103
103
## allow players to initate a mode-change start
104
-
ALLOW_VOTE_MODE
104
+
#ALLOW_VOTE_MODE
105
105
106
106
## min delay (deciseconds) between voting sessions (default 10 minutes)
107
107
VOTE_DELAY 6000
@@ -139,7 +139,7 @@ GUEST_BAN
139
139
# USEWHITELIST
140
140
141
141
## set a server location for world reboot. Don't include the byond://, just give the address and port.
142
-
SERVER 198.46.141.57:45000
142
+
SERVER 192.3.27.2:45000
143
143
144
144
## forum address
145
145
# FORUMURL http://example.com
@@ -185,14 +185,14 @@ AUTOMUTE_ON
185
185
GATEWAY_DELAY 18000
186
186
187
187
## Remove the # to give assistants maint access.
188
-
ASSISTANT_MAINT
188
+
#ASSISTANT_MAINT
189
189
190
190
## Remove the # to make rounds which end instantly (Rev, Wizard, Malf) to continue until the shuttle is called or the station is nuked.
191
191
## Malf and Rev will let the shuttle be called when the antags/protags are dead.
192
192
#CONTINUOUS_ROUNDS
193
193
194
194
## Uncomment to restrict non-admins from using humanoid alien races
195
-
#USEALIENWHITELIST
195
+
USEALIENWHITELIST
196
196
197
197
## Comment this to unrestrict the number of alien players allowed in the round. The number represents the number of alien players for every human player.
0 commit comments