Browse Source

Updated hostname and server password

pull/32/head
Daniel Gibbs 7 years ago
parent
commit
94385747c2
  1. 4
      ETLegacy/server.cfg
  2. 4
      WolfensteinEnemyTerritory/server.cfg

4
ETLegacy/server.cfg

@ -46,7 +46,7 @@ set sv_privateclients "4"
// that have "password" set to the value of "sv_privatePassword"
set sv_privatepassword ""
// remote console access password
set rconpassword ""
set rconpassword "ADMINPASSWORD"
// referee status password
set refereePassword ""
@ -68,7 +68,7 @@ set sv_wwwFallbackURL ""
// MOTD ETC
// name of server here
set sv_hostname "LinuxGSM"
set sv_hostname "HOSTNAME"
// (message should not be longer than this without the color codes)
// max length is "12345678901234567890123456"
// message in right corner of join screen here

4
WolfensteinEnemyTerritory/server.cfg

@ -23,7 +23,7 @@ set sv_privateclients "4"
// that have "password" set to the value of "sv_privatePassword"
set sv_privatepassword ""
// remote console access password
set rconpassword ""
set rconpassword "ADMINPASSWORD"
// referee status password
set refereePassword ""
@ -47,7 +47,7 @@ set sv_wwwFallbackURL ""
// MOTD ETC
// name of server here
set sv_hostname "ETHost"
set sv_hostname "HOSTNAME"
// message in right corner of join screen here
set server_motd0 " ^NEnemy Territory ^7MOTD "
set server_motd1 ""

Loading…
Cancel
Save