„config/server.cfg“ ändern

This commit is contained in:
2019-05-21 14:54:19 +02:00
parent 6e239b14e9
commit bb6063d73b

View File

@@ -1,6 +1,12 @@
// Server name [Default: Half-Life 2 Deathmatch]
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]
mp_fraglimit 50
@@ -62,7 +68,4 @@ sv_minupdaterate 10
sv_timeout 65
// LAN mode (only class C addresses allowed) [Default: 0]
sv_lan 0
// Server password for players to join [Default: Empty]
sv_password "Docker"
sv_lan 0