Skip to content

Commit 42639ae

Browse files
committed
Standardize Double Action: Boogaloo Source config style
1 parent 79c3221 commit 42639ae

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

dab/server.cfg

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,50 @@
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.
810
hostname "SERVERNAME"
911

10-
// rcon_password - remote console password.
12+
// rcon_password - Remote console password.
1113
rcon_password "ADMINPASSWORD"
1214

13-
// sv_password - Server password for entry into multiplayer games.
15+
// sv_password - Server password for private servers.
1416
sv_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.
2024
mapcyclefile "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.
2329
sv_lan 0
2430

31+
// ............................. Server Logging ............................. //
32+
2533
// sv_logfile - Log server information in the log file.
2634
sv_logfile 1
2735

2836
// sv_logbans - Log server bans in the server logs.
2937
sv_logbans 1
3038

39+
// ............................. Communication .............................. //
40+
3141
// sv_voiceenable - Enable voice communications.
3242
sv_voiceenable 1
3343

3444
// sv_alltalk - Players can hear all other players, no team restrictions.
3545
sv_alltalk 0
3646

37-
// sv_allowupload - Allow clients to upload customizations files.
47+
// sv_allowupload - Allow clients to upload customization files.
3848
sv_allowupload 1
3949

4050
// sv_allowdownload - Allow clients to download files.
@@ -46,6 +56,8 @@ sv_downloadurl ""
4656
// sv_allow_votes - Allow voting?
4757
sv_allow_votes 1
4858

59+
// ................................ Gameplay ................................ //
60+
4961
// mp_allowspectators - Toggles whether the server allows spectator mode or not.
5062
mp_allowspectators 1
5163

@@ -61,7 +73,7 @@ mp_fraglimit 0
6173
// mp_friendlyfire - Allows team members to injure other members of their team.
6274
mp_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).
6577
mp_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

Comments
 (0)