You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.9 KiB
59 lines
1.9 KiB
// ******************************************************************************
|
|
// Jabroni Brawl: Episode 3
|
|
// Config - server.cfg
|
|
// Date - 27/04/2026
|
|
// ******************************************************************************
|
|
|
|
// ................................. Basic .................................. //
|
|
|
|
// hostname - Hostname for server.
|
|
hostname "SERVERNAME"
|
|
|
|
// rcon_password - Remote console password.
|
|
rcon_password "ADMINPASSWORD"
|
|
|
|
// ............................. Server Logging ............................. //
|
|
|
|
// log - Enable logging to file, console, and udp.
|
|
log on
|
|
|
|
// ................................ Gameplay ................................ //
|
|
|
|
// mp_timelimit - Map time limit in minutes.
|
|
mp_timelimit 30
|
|
|
|
// mp_maxrounds - Max number of rounds till level change.
|
|
mp_maxrounds 0
|
|
|
|
// mp_mapcycle_empty_timeout_seconds - Cycle to next map if server has been empty for N seconds.
|
|
mp_mapcycle_empty_timeout_seconds 300
|
|
|
|
// ............................. Fast Download .............................. //
|
|
|
|
// sv_downloadurl - Location from which clients can download missing files.
|
|
sv_downloadurl ""
|
|
|
|
// ................................ Ban List ................................ //
|
|
|
|
// execifexists banned_user.cfg - Execute the banned users file if it exists.
|
|
execifexists banned_user.cfg
|
|
|
|
// execifexists banned_ip.cfg - Execute the banned IPs file if it exists.
|
|
execifexists banned_ip.cfg
|
|
|
|
// ................... Jabroni Brawl: Episode 3 Settings .................... //
|
|
|
|
// jb_sv_voting_enabled - Allow end of game voting.
|
|
jb_sv_voting_enabled 1
|
|
|
|
// jb_sv_voting_fallback - Voting fallback behavior; 0 = standard cycle, 1 = same map, 2 = random.
|
|
jb_sv_voting_fallback 0
|
|
|
|
// jb_sv_voting_allow_gamemode - Enable game mode voting.
|
|
jb_sv_voting_allow_gamemode 1
|
|
|
|
// jb_sv_voting_allow_map - Enable map voting.
|
|
jb_sv_voting_allow_map 1
|
|
|
|
// jb_sv_mapcycle_method - Mapcycle method; 0 = sequential, 1 = randomized.
|
|
jb_sv_mapcycle_method 1
|
|
|