11// ****************************************************************************
2- // Double Action Boogaloo
2+ // Double Action: Boogaloo
33// Config - server.cfg
4- // Date - 06 / 12 / 2023
4+ // Date - 26 / 04 / 2026
55// ****************************************************************************
66
7- // hostname - Hostname for server.
7+ // .................................. Basic ................................. //
8+
9+ // hostname - Name of the server.
810hostname "SERVERNAME"
911
10- // rcon_password - remote console password.
12+ // rcon_password - Remote console password.
1113rcon_password "ADMINPASSWORD"
1214
13- // sv_password - Server password for entry into multiplayer games .
15+ // sv_password - Server password for private servers .
1416sv_password ""
1517
18+ // .............................. Map Rotation .............................. //
19+
1620// map - Start playing on specified map.
1721// map "da_rooftops"
1822
19- // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
23+ // mapcyclefile - Name of the .txt file used to cycle maps on multiplayer servers.
2024mapcyclefile "mapcycle.txt"
2125
22- // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
26+ // ................................. Security ................................ //
27+
28+ // sv_lan - LAN mode. No heartbeat, no authentication, and no public listing.
2329sv_lan 0
2430
31+ // ............................. Server Logging ............................. //
32+
2533// sv_logfile - Log server information in the log file.
2634sv_logfile 1
2735
2836// sv_logbans - Log server bans in the server logs.
2937sv_logbans 1
3038
39+ // ............................. Communication .............................. //
40+
3141// sv_voiceenable - Enable voice communications.
3242sv_voiceenable 1
3343
3444// sv_alltalk - Players can hear all other players, no team restrictions.
3545sv_alltalk 0
3646
37- // sv_allowupload - Allow clients to upload customizations files.
47+ // sv_allowupload - Allow clients to upload customization files.
3848sv_allowupload 1
3949
4050// sv_allowdownload - Allow clients to download files.
@@ -46,6 +56,8 @@ sv_downloadurl ""
4656// sv_allow_votes - Allow voting?
4757sv_allow_votes 1
4858
59+ // ................................ Gameplay ................................ //
60+
4961// mp_allowspectators - Toggles whether the server allows spectator mode or not.
5062mp_allowspectators 1
5163
@@ -61,7 +73,7 @@ mp_fraglimit 0
6173// mp_friendlyfire - Allows team members to injure other members of their team.
6274mp_friendlyfire 0
6375
64- // mp_limitteams - Max # of players 1 team can have over another (0 disables check)
76+ // mp_limitteams - Max number of players one team can have over another (0 disables check).
6577mp_limitteams 2
6678
6779// mp_mapcycle_empty_timeout_seconds - If nonzero, server will cycle to the next map if it has been empty on the current map for N seconds.
0 commit comments