Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jan 20, 2024
1 parent 50fcad2 commit daa5026
Show file tree
Hide file tree
Showing 19 changed files with 128 additions and 95 deletions.
8 changes: 4 additions & 4 deletions ahl/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// default server name.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// disable autoaim (1 = enable)
Expand Down Expand Up @@ -39,7 +39,7 @@ mp_gametype 5
mp_goalsoff 0
// map time limit in minutes
mp_timelimit 20
mp_timelimit 20
// round time limit in minutes
mp_roundtimelimit 3
Expand All @@ -65,7 +65,7 @@ mp_teamkills 3
mp_tkdeal 2

// ban teamkillers for this long (0 = permanent)
mp_tkbantime 5
mp_tkbantime 5

// Chase camera
// 0 = off, 1 = on, 2 = teammates only
Expand All @@ -78,7 +78,7 @@ sv_maxspeed 270
sv_allowdownload 1

// Allows upload of custom sprays
sv_allowupload 1
sv_allowupload 1

// set to 1 to let ppl practice when the round hasn't started
mp_allowpractice 1
Expand Down
4 changes: 2 additions & 2 deletions ahl2/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
// hostname - Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// sv_password - Server password for entry into multiplayer games.
sv_password ""

// Default Map - map <mapname> :Load a new map.
// map - Start playing on specified map.
map "act_airport"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
Expand Down
2 changes: 1 addition & 1 deletion aoc/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Hostname - Name of the server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// Server password - for private servers.
Expand Down
2 changes: 1 addition & 1 deletion bb/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pausable 0
// default server name.
hostname "SERVERNAME"
// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"
// maximum client movement speed (1000 for BB)
Expand Down
4 changes: 2 additions & 2 deletions bb2/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// sv_password - Server password for entry into multiplayer games.
Expand All @@ -17,7 +17,7 @@ sv_password ""
// https://steamcommunity.com/dev/managegameservers
sv_setsteamaccount ""

// Default Map - map <mapname> :Load a new map.
// map - Start playing on specified map.
map "bba_barracks"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
Expand Down
2 changes: 1 addition & 1 deletion bd/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// disable autoaim
Expand Down
4 changes: 2 additions & 2 deletions bmdm/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// hostname - Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// sv_password - Server password for entry into multiplayer games.
Expand All @@ -17,7 +17,7 @@ sv_password ""
// https://steamcommunity.com/dev/managegameservers
sv_setsteamaccount ""

// Default Map - map <mapname> :Load a new map.
// map - Start playing on specified map.
map "dm_bounce"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
Expand Down
4 changes: 2 additions & 2 deletions cc/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
// hostname - Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// sv_password - Server password for entry into multiplayer games.
sv_password ""

// Default Map - map <mapname> :Load a new map.
// map - Start playing on specified map.
map "cbe_bunker"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
Expand Down
2 changes: 1 addition & 1 deletion cs2/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sv_password ""
// https://steamcommunity.com/dev/managegameservers
sv_setsteamaccount ""

// Default Map - map <mapname> :Load a new map.
// map - Start playing on specified map.
map "de_anubis"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
Expand Down
2 changes: 1 addition & 1 deletion csgo/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Hostname - Name of the server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// Server password - for private servers.
Expand Down
4 changes: 2 additions & 2 deletions css/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
// hostname - Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// sv_password - Server password for entry into multiplayer games.
sv_password ""

// Default Map - map <mapname> :Load a new map.
// map - Start playing on specified map.
map "de_dust2"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
Expand Down
4 changes: 2 additions & 2 deletions dab/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
// hostname - Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// sv_password - Server password for entry into multiplayer games.
sv_password ""

// Default Map - map <mapname> :Load a new map.
// map - Start playing on specified map.
map "da_rooftops"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
Expand Down
2 changes: 1 addition & 1 deletion dmc/server.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// Server password - for private servers.
Expand Down
2 changes: 1 addition & 1 deletion dod/server.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// Server password - for private servers.
Expand Down
2 changes: 1 addition & 1 deletion dods/server.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// Server password - for private servers.
Expand Down
4 changes: 2 additions & 2 deletions doi/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
// hostname - Hostname for server.
hostname "SERVERNAME"

// RCON - remote console password.
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// sv_password - Server password for entry into multiplayer games.
sv_password ""

// Default Map - map <mapname> :Load a new map.
// map - Start playing on specified map.
map "bastogne stronghold"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
Expand Down
Loading

0 comments on commit daa5026

Please sign in to comment.