„config/server.cfg“ ändern
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
// Server name [Default: Half-Life 2 Deathmatch]
|
// Server name [Default: Half-Life 2 Deathmatch]
|
||||||
hostname "DockerServer"
|
hostname "DockerServer"
|
||||||
|
|
||||||
|
// Server password for players to join [Default: Empty]
|
||||||
|
sv_password "Docker"
|
||||||
|
|
||||||
|
// RCON passsword
|
||||||
|
rcon_password "rconDocker"
|
||||||
|
|
||||||
// Frags limit before ending the match (0 = No limit) [Default: 0]
|
// Frags limit before ending the match (0 = No limit) [Default: 0]
|
||||||
mp_fraglimit 50
|
mp_fraglimit 50
|
||||||
|
|
||||||
@@ -62,7 +68,4 @@ sv_minupdaterate 10
|
|||||||
sv_timeout 65
|
sv_timeout 65
|
||||||
|
|
||||||
// LAN mode (only class C addresses allowed) [Default: 0]
|
// LAN mode (only class C addresses allowed) [Default: 0]
|
||||||
sv_lan 0
|
sv_lan 0
|
||||||
|
|
||||||
// Server password for players to join [Default: Empty]
|
|
||||||
sv_password "Docker"
|
|
Reference in New Issue
Block a user