1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||
// Black Mesa server.cfg file |
|||
// Server Name |
|||
hostname "hostname" |
|||
|
|||
// RCON Password |
|||
rcon_password "rconpassword" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
|||
|
|||
mp_timelimit 900 |
|||
mp_warmup_time 30 |
|||
// sv_lan 0 |
|||
// mp_flashlight 1 |
|||
// mp_forcerespawn 0 |
|||
// mp_friendlyfire 0 |
|||
// mp_fraglimit 45 |
Loading…
Reference in new issue