Skip to content

Commit f774634

Browse files
committed
Server-specific settings
1 parent 6ce59ec commit f774634

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

code/world.dm

+2-3
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@
236236
s += "<b>[station_name()]</b>";
237237
s += " ("
238238
s += "<a href=\"http://\">" //Change this to wherever you want the hub to link to.
239-
// s += "[game_version]"
240-
s += "Default" //Replace this with something else. Or ever better, delete it and uncomment the game version.
239+
s += "[game_version]"
241240
s += "</a>"
242241
s += ")"
243242

@@ -362,4 +361,4 @@ proc/establish_old_db_connection()
362361
else
363362
return 1
364363

365-
#undef FAILED_DB_CONNECTION_CUTOFF
364+
#undef FAILED_DB_CONNECTION_CUTOFF

config/config.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 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
33

44
## Alert levels
55
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
9898
ALLOW_METADATA
9999

100100
## allow players to initiate a restart vote
101-
ALLOW_VOTE_RESTART
101+
#ALLOW_VOTE_RESTART
102102

103103
## allow players to initate a mode-change start
104-
ALLOW_VOTE_MODE
104+
#ALLOW_VOTE_MODE
105105

106106
## min delay (deciseconds) between voting sessions (default 10 minutes)
107107
VOTE_DELAY 6000
@@ -139,7 +139,7 @@ GUEST_BAN
139139
# USEWHITELIST
140140

141141
## 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
143143

144144
## forum address
145145
# FORUMURL http://example.com
@@ -185,14 +185,14 @@ AUTOMUTE_ON
185185
GATEWAY_DELAY 18000
186186

187187
## Remove the # to give assistants maint access.
188-
ASSISTANT_MAINT
188+
#ASSISTANT_MAINT
189189

190190
## Remove the # to make rounds which end instantly (Rev, Wizard, Malf) to continue until the shuttle is called or the station is nuked.
191191
## Malf and Rev will let the shuttle be called when the antags/protags are dead.
192192
#CONTINUOUS_ROUNDS
193193

194194
## Uncomment to restrict non-admins from using humanoid alien races
195-
#USEALIENWHITELIST
195+
USEALIENWHITELIST
196196

197197
## 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.
198198
ALIEN_PLAYER_RATIO 0.2

data/mode.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extended
1+
secret

0 commit comments

Comments
 (0)