Browse Source

Merge branch 'feature/source-updates'

pull/139/head
Daniel Gibbs 1 year ago
parent
commit
ab892cb5a8
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 8
      ahl/server.cfg
  2. 184
      ahl2/server.cfg
  3. 48
      ahl2/server.cfg.orig
  4. 2
      aoc/server.cfg
  5. 2
      bb/server.cfg
  6. 81
      bb2/server.cfg
  7. 4
      bb2/server.cfg.orig
  8. 36
      bb2/server_core.cfg
  9. 26
      bb2/server_game.cfg
  10. 2
      bd/server.cfg
  11. 171
      bmdm/server.cfg
  12. 12
      bmdm/server.cfg.orig
  13. 144
      cc/server.cfg
  14. 37
      cc/server.cfg.orig
  15. 46
      cs2/server.cfg
  16. 2
      csgo/server.cfg
  17. 72
      css/server.cfg
  18. 75
      dab/server.cfg
  19. 7
      dab/server.cfg.orig
  20. 2
      dmc/server.cfg
  21. 2
      dod/server.cfg
  22. 2
      dods/server.cfg
  23. 137
      doi/server.cfg
  24. 165
      gmod/server.cfg
  25. 229
      hl2dm/server.cfg
  26. 2
      hldm/server.cfg
  27. 70
      hldms/server.cfg

8
ahl/server.cfg

@ -7,7 +7,7 @@
// default server name. // default server name.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// disable autoaim (1 = enable) // disable autoaim (1 = enable)
@ -39,7 +39,7 @@ mp_gametype 5
mp_goalsoff 0 mp_goalsoff 0
// map time limit in minutes // map time limit in minutes
mp_timelimit 20 mp_timelimit 20
// round time limit in minutes // round time limit in minutes
mp_roundtimelimit 3 mp_roundtimelimit 3
@ -65,7 +65,7 @@ mp_teamkills 3
mp_tkdeal 2 mp_tkdeal 2
// ban teamkillers for this long (0 = permanent) // ban teamkillers for this long (0 = permanent)
mp_tkbantime 5 mp_tkbantime 5
// Chase camera // Chase camera
// 0 = off, 1 = on, 2 = teammates only // 0 = off, 1 = on, 2 = teammates only
@ -78,7 +78,7 @@ sv_maxspeed 270
sv_allowdownload 1 sv_allowdownload 1
// Allows upload of custom sprays // Allows upload of custom sprays
sv_allowupload 1 sv_allowupload 1
// set to 1 to let ppl practice when the round hasn't started // set to 1 to let ppl practice when the round hasn't started
mp_allowpractice 1 mp_allowpractice 1

184
ahl2/server.cfg

@ -1,155 +1,113 @@
// ************************************************************************** // // ****************************************************************************
// // // Action: Source
// Action: Source - server.cfg // // Config - server.cfg
// // // Date - 06/12/2023
// ************************************************************************** // // ****************************************************************************
// .................................. Basic ................................. // // hostname - Hostname for server.
// Hostname - Name of the server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Email - Server admin email. // map - Start playing on specified map.
// Example: sv_contact "[email protected]" map "act_airport"
sv_contact ""
// LAN mode - If set the server will not show on the internet.
// Default: sv_lan 0
sv_lan 0
// ............................. Server Logging ............................. //
// Enable log - Enables logging to file, console, and udp < on | off >. // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
// Recommended: log on mapcyclefile "mapcycle.txt"
log on
// Log bans - Log server bans in the server logs. // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
// Default: sv_logbans 1 sv_lan 0
// Recommended: sv_logbans 1
sv_logbans 1
// Log echo - Display log information to the server console.
// Default: sv_logecho 1
// Recommended: sv_logecho 1
sv_logecho 1
// Log file - Log server information in the log file. // sv_logfile - Log server information in the log file.
// Default: sv_logfile 1
// Recommended: sv_logfile 1
sv_logfile 1 sv_logfile 1
// One file log - Log server information to only one file. // sv_logbans - Log server bans in the server logs.
// Default: sv_log_onefile 0 sv_logbans 1
// Recommended: sv_log_onefile 0
sv_log_onefile 0
// ................................ Ban List ................................ //
// User ban - Server banlist based on user steam ID.
// Recommended: exec banned_user.cfg
exec banned_user.cfg
// IP ban - Server banlist based on user IP.
// Recommended: exec banned_ip.cfg
exec banned_ip.cfg
// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg. // sv_voiceenable - Enable voice communications.
writeid sv_voiceenable 1
// Write IP - Save the ban list to banned_ip.cfg. // sv_alltalk - Players can hear all other players, no team restrictions.
writeip sv_alltalk 1
// ............................. Fast Download .............................. // // sv_allowupload - Allow clients to upload customizations files.
// info: Allows custom maps to be downloaded to the client. sv_allowupload 1
// Allows clients to download custom maps and textures etc. from the server at 20 kbps. // sv_allowdownload - Allow clients to download files.
// Default: sv_allowdownload 1
sv_allowdownload 1 sv_allowdownload 1
// Allows clients to download custom maps, textures etc. from a web server with no transfer limit. // sv_downloadurl - Location from which clients can download missing files.
// Example:
// server location: maps/custommap.bsp
// web server location: http://example.com/custom/maps/custommap.bsp
// sv_downloadurl "http://example.com/custom"
// Default: sv_downloadurl ""
sv_downloadurl "" sv_downloadurl ""
// ........................ Action: Source Settings......................... // // mp_allowspectators - Toggles whether the server allows spectator mode or not.
mp_allowspectators 1
// only allow players on local network to join, if set to 1 // mp_autoteambalance - Define if the game should automatically balance out teams in teamplay (0: no, default, 1: yes)
sv_forcelan 0 mp_autoteambalance 0
sv_lan 0
// teamplay // mp_falldamage - Enable fall damage.
// enable teams (1 = enable) mp_falldamage 0
mp_teamplay 0
// use three teams for teamplay (1 = enable) // mp_forcerespawn - Force all players to respawn.
mp_threeteams 0 mp_forcerespawn 1
// allow friendly fire (0 = disable)
mp_friendlyfire 1
// punish team killers after 2 unforgiven team kills // mp_fraglimit - The number of kills at which the map ends.
mp_tkpunish 1 mp_fraglimit 0
// ping master server list // mp_friendlyfire - Allows team members to injure other members of their team.
heartbeat mp_friendlyfire 1
// Determines the total number of bots in the game // 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.
bot_quota 0 mp_mapcycle_empty_timeout_seconds 900
// ........................ game modes....................................// // mp_maxrounds - Max number of rounds to play before server changes maps.
mp_maxrounds 0
// enable one hit kill ultimate gib mode (1 = enable) // mp_teamplay - Enable team based gameplay.
mp_instagib 0 mp_teamplay 0
// allow "capture the briefcase" mode on supported maps (1 = enable) // mp_timelimit - Game time per map in minutes.
mp_allowctb 0 mp_timelimit 20
// allow "dante must die" mode on supported maps (1 = enable) // mp_playerlives - Number of lives players have when starting round, 0 for infinite, 1 or higher for LMS or regular Teamplay.
mp_allowdante 0 mp_playerlives 0
// allow VIP mode on supported maps (1 = enable) // mp_roundtimelimit - Game time per round in minutes
mp_allowvip 0 mp_roundtimelimit 5
// allow map defined goal modes (1 = enable) // mp_forcerandom - Force random equipment (0: none forced, 1: forced random, 2: forced same-random)
mp_allowcustom 0 mp_forcerandom 0
// ........................ game rules................................// // mp_allowequip - Allowed level of equipment choosage (0: none, 1: pistols, 2: pistols+items, 3: all)
mp_allowequip 3
// amount of time, in minutes, played on each map // mp_allowpickup - Allowed level of equipment pickups (0: none, 1: pistols, 2: pistols+items, 3: all)
mp_timelimit 20 mp_allowpickup 3
// number of kills a player must get to win the match // mp_threeteams - Allow three team teamplay (0: no, default, 1: yes)
mp_fraglimit 0 mp_threeteams 0
// in rounds mode, number of rounds to be played on each map // mp_tkpunish - Enable/disable teamkill punishing (0: disabled, default, 1: enabled)
mp_maxrounds 0 mp_tkpunish 1
// number of lives each player gets per round (0 = deathmatch) // bot_quota - Try to keep this many bots in the server
mp_playerlives 0 bot_quota 0
// amount of time, in minutes, a round is allowed to last // mp_instagib - Enable insta-gib mode (0: no, default, 1: yes)
mp_roundtimelimit 5 mp_instagib 0
// automatically respawn players without waiting for them to click (0 = disable) // mp_allowctb - Allow goal mode Capture the Briefcase (0: no, default, 1: yes)
mp_forcerespawn 1 mp_allowctb 0
// force players to spawn with random equipment // mp_allowdante - Allow goal mode Dante Must Die (0: no, default, 1: yes)
// 0: Players can choose loadout. 1: Each player gets different random loadout. 2: All players get the same random loadout mp_allowdante 0
mp_forcerandom 0
// restrict which equipment players can spawn with // mp_allowvip - Allow goal mode VIP (0: no, default, 1: yes)
// 0: Players spawn with nothing. 1: Side arms only. 2: Side arms and items only. 3: All equipment allowed mp_allowvip 0
mp_allowequip 3
// restrict which equipment can spawn on the map as pickups // mp_allowcustom - Allow map-defined goal mode (0: no, default, 1: yes)
// 0: No pickups spawn on map. 1: Side arms only. 2: Side arms and items only. 3: All equipment pickup types spawn on map. mp_allowcustom 0
mp_allowpickup 3

48
ahl2/server.cfg.orig

@ -0,0 +1,48 @@
// dedicated server default configuration settings
// server name
hostname "Action: Source Server"
// server password
sv_password ""
// maximum players allowed in server
maxplayers 12
// only allow players on local network to join
sv_forcelan 0
sv_lan 0
// ping master server list
heartbeat
// teamplay
mp_teamplay 0 // enable teams
mp_threeteams 0 // use three teams for teamplay
mp_friendlyfire 1 // allow friendly fire
mp_tkpunish 1 // punish team killers after 2 unforgiven team kills
// game modes
mp_instagib 0 // enable one hit kill ultimate gib mode
mp_allowctb 0 // allow "capture the briefcase" mode on supported maps
mp_allowdante 0 // allow "dante must die" mode on supported maps
mp_allowvip 0 // allow VIP mode on supported maps
mp_allowcustom 0 // allow map defined goal modes
// game rules
mp_timelimit 20 // amount of time, in minutes, played on each map
mp_fraglimit 0 // number of kills a player must get to win the match
mp_maxrounds 0 // in rounds mode, number of rounds to be played on each map
mp_playerlives 0 // number of lives each player gets per round (0 = deathmatch)
mp_roundtimelimit 5 // amount of time, in minutes, a round is allowed to last
mp_forcerespawn 0 // automatically respawn players without waiting for them to click
// loadouts and pickups
mp_forcerandom 0 // force players to spawn with random equipment
// 0: Players can choose loadout. 1: Each player gets different random loadout. 2: All players get the same random loadout
mp_allowequip 3 // restrict which equipment players can spawn with
// 0: Players spawn with nothing. 1: Side arms only. 2: Side arms and items only. 3: All equipment allowed
mp_allowpickup 3 // restrict which equipment can spawn on the map as pickups
// 0: No pickups spawn on map. 1: Side arms only. 2: Side arms and items only. 3: All equipment pickup types spawn on map.

2
aoc/server.cfg

@ -9,7 +9,7 @@
// Hostname - Name of the server. // Hostname - Name of the server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // Server password - for private servers.

2
bb/server.cfg

@ -20,7 +20,7 @@ pausable 0
// default server name. // default server name.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// maximum client movement speed (1000 for BB) // maximum client movement speed (1000 for BB)

81
bb2/server.cfg

@ -1,73 +1,58 @@
// ************************************************************************** // // ****************************************************************************
// // // Brainbread 2
// BrainBread 2 - server.cfg // // Config - server.cfg
// Version 240917 // // Date - 06/12/2023
// // // ****************************************************************************
// ************************************************************************** //
// .................................. Basic ................................. // // hostname - Hostname for server.
// Hostname - Name of the server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Email - Server admin email. // sv_setsteamaccount - token Set game server account token to use for logging in to a persistent game server account
// Example: sv_contact "[email protected]" // https://steamcommunity.com/dev/managegameservers
sv_contact "" sv_setsteamaccount ""
// LAN mode - If set the server will not show on the internet. // map - Start playing on specified map.
// Default: sv_lan 0 map "bba_barracks"
sv_lan 0
// Server tags - Tags show up on the in-game server browser. This helps // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
// users filter servers. mapcyclefile "mapcycle.txt"
// vanilla - the server runs the default settings.
// custom - the server runs custom gameplay settings or mods.
// Example: sv_tags "custom, fastdl"
sv_tags ""
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0
// ................................. In Game ................................ // // sv_logfile - Log server information in the log file.
sv_logfile 1
// Cheats - Allow cheats on the server. Steam achievements and stats are disabled. // sv_logbans - Log server bans in the server logs.
// 0 = cheats off. sv_logbans 1
// 1 = cheats on.
// Default: sv_cheats 0
// Reccomended: sv_cheats 0
sv_cheats 0
// Profile System // sv_voiceenable - Enable voice communications.
// desc: Sets if the player will be able to save and load their skills. (0 - Disabled | 1 - Global | 2 - Local, achievements and steam stats are disabled) sv_voiceenable 1
// default 1
// Profile Saving only works on dedicated servers.
bb2_allow_profile_system 1
// Misc // sv_alltalk - Players can hear all other players, no team restrictions.
sv_region 255
sv_alltalk 1 sv_alltalk 1
// sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 1 sv_allowupload 1
sv_allowdownload 1
// Rates // sv_allowdownload - Allow clients to download files.
sv_maxrate 0 sv_allowdownload 1
sv_minrate 35000
sv_maxcmdrate 33 // sv_downloadurl - Location from which clients can download missing files.
sv_mincmdrate 30 sv_downloadurl ""
sv_maxupdaterate 33 // mp_allowspectators - Toggles whether the server allows spectator mode or not.
sv_minupdaterate 30 mp_allowspectators 1
sv_forcepreload 0 // bb2_allow_profile_system - Allow players to load Global stats or local stats defined on the server. 1 = Global, 2 = Local!
bb2_allow_profile_system
exec server_core.cfg exec server_core.cfg
exec server_game.cfg exec server_game.cfg
exec server_custom.cfg exec server_custom.cfg
heartbeat

4
bb2/server.cfg.orig

@ -41,6 +41,4 @@ sv_forcepreload 0
exec server_core.cfg exec server_core.cfg
exec server_game.cfg exec server_game.cfg
exec server_custom.cfg exec server_custom.cfg
heartbeat

36
bb2/server_core.cfg

@ -110,8 +110,8 @@ bb2_elimination_score_from_extermination 10
// desc: Whenever the zombie team gets a kill this is the value to add. // desc: Whenever the zombie team gets a kill this is the value to add.
// minimum: 1 // minimum: 1
// maximum: 10 // maximum: 10
// default 4 // default 5
bb2_elimination_score_zombies 4 bb2_elimination_score_zombies 5
// Elimination: Human Score // Elimination: Human Score
// desc: Whenever the human team gets a zombie player kill this is the value to add. // desc: Whenever the human team gets a zombie player kill this is the value to add.
@ -127,12 +127,19 @@ bb2_elimination_score_humans 1
// default 30 // default 30
bb2_elimination_teamperk_duration 10 bb2_elimination_teamperk_duration 10
// Elimination: TeamPerk Required Kills // Elimination: TeamPerk Required Kills for Zombies
// desc: How many kills does a team need to get in order to activate a team perk? // desc: How many kills does the zombies need to activate a team perk?
// minimum: 10 // minimum: 1
// maximum: 100
// default 2
bb2_elimination_teamperk_zombies 2
// Elimination: TeamPerk Required Kills for Humans
// desc: How many kills does the humans need to activate a team perk?
// minimum: 1
// maximum: 100 // maximum: 100
// default 12 // default 4
bb2_elimination_teamperk_kills_required 12 bb2_elimination_teamperk_humans 4
// Deathmatch: Fraglimit // Deathmatch: Fraglimit
// minimum: 20 // minimum: 20
@ -147,12 +154,18 @@ bb2_deathmatch_fraglimit 60
bb2_deathmatch_respawn_time 3 bb2_deathmatch_respawn_time 3
// Voting: Passing Votes // Voting: Passing Votes
// desc: How much % of the players will be required to vote YES in order to pass a vote? // desc: How much % of the players will be required to vote YES in order to pass a map vote?
// minimum: 0 // minimum: 0
// maximum: 100 // maximum: 100
// default 70 // default 60
bb2_vote_required_percentage 60 bb2_vote_required_percentage 60
// desc: How much % of the players will be required to vote YES in order to pass a kick or ban vote?
// minimum: 0
// maximum: 100
// default 82
bb2_vote_required_percentage_kickban 78
// Voting: Ban Time // Voting: Ban Time
// desc: For how many minutes will a player be banned if a ban vote passes? // desc: For how many minutes will a player be banned if a ban vote passes?
// minimum: 0 (permanent) // minimum: 0 (permanent)
@ -171,7 +184,7 @@ bb2_enable_high_ping_kicker 1
// minimum: 100 // minimum: 100
// maximum: 600 // maximum: 600
// default 200 // default 200
bb2_high_ping_limit 350 bb2_high_ping_limit 400
// AFK Kicker // AFK Kicker
// Desc: Kick players who are AFK for too long? // Desc: Kick players who are AFK for too long?
@ -191,7 +204,7 @@ bb2_afk_kick_time 90
// Desc: The time in minutes before the game ends. // Desc: The time in minutes before the game ends.
// minimum: 10 // minimum: 10
// default 60 // default 60
mp_timelimit_objective 60 mp_timelimit_objective 90
// Timelimit - Arena Mode // Timelimit - Arena Mode
// Desc: The time in minutes before the game ends. // Desc: The time in minutes before the game ends.
@ -314,3 +327,4 @@ exec banned_user.cfg
exec banned_ip.cfg exec banned_ip.cfg
writeip writeip
writeid

26
bb2/server_game.cfg

@ -5,3 +5,29 @@ bb2_zombie_lifespan_min "0.8"
bb2_zombie_lifespan_max "1.2" bb2_zombie_lifespan_max "1.2"
// Set how frequent in seconds our zombies can spawn in any spawners not overriding spawn frequencies. // Set how frequent in seconds our zombies can spawn in any spawners not overriding spawn frequencies.
bb2_zombie_spawn_freq_min "0.2"
bb2_zombie_spawn_freq_max "0.4"
// Set if zombie volumes should spawn new zombie waves even if previous waves interesect with it = keep spawning all the time.
// Disable this for your map if you want more controlled spawns, leave this on for arena though, it is handy.
bb2_zombie_spawner_continuous "1"
// Enable aggressive lifetime changes for zombies when zombie spawners fail to spawn due to zombie limit, force old zombies to die sooner.
// Will only work in objective & story mode.
bb2_zombie_lifetime_advanced 1
// Set how often ammo clips can respawn.
mp_ammo_respawn_time "4.0"
// NPCs
bb2_m1a1_damage "200"
bb2_m1a1_damage_machinegun "12"
bb2_m1a1_machinegun_firerate "0.08"
bb2_m1a1_radius "500"
sk_npc_boss_fred_rage_health "30"
sk_npc_boss_fred_rage_duration "60"
sk_npc_boss_fred_rage_damage "110"
sk_npc_zombie_speed_override "0"

2
bd/server.cfg

@ -3,7 +3,7 @@
// Hostname for server. // Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// disable autoaim // disable autoaim

171
bmdm/server.cfg

@ -1,156 +1,75 @@
// ************************************************************************** // // ****************************************************************************
// // // Black Mesa
// Black Mesa - server.cfg // // Config - server.cfg
// Version 240917 // // Date - 06/12/2023
// // // ****************************************************************************
// ************************************************************************** //
// .................................. Basic ................................. // // hostname - Hostname for server.
// Hostname - Name of the server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Email - Server admin email. // sv_setsteamaccount - token Set game server account token to use for logging in to a persistent game server account
// Example: sv_contact "[email protected]" // https://steamcommunity.com/dev/managegameservers
sv_contact "" sv_setsteamaccount ""
// LAN mode - If set the server will not show on the internet.
// Default: sv_lan 0
sv_lan 0
// Server tags - Tags show up on the in-game server browser. This helps
// users filter servers.
// vanilla - the server runs the default settings.
// custom - the server runs custom gameplay settings or mods.
// Example: sv_tags "custom, fastdl"
sv_tags ""
// ................................. In Game ................................ //
// Cheats - Allow cheats on the server. Steam achievements and stats are disabled.
// 0 = cheats off.
// 1 = cheats on.
// Default: sv_cheats 0
// Reccomended: sv_cheats 0
sv_cheats 0
// Friendly fire - Allows players to injure other members of their team.
// 0 = friendly fire disabled
// 1 = friendly fire enabled
// Default: mp_friendlyfire 0
mp_friendlyfire 0
// Time limit - Time on a single map in minutes before switching to a new map automatically.
// Default: mp_timelimit 45
// Recommended: mp_timelimit 45
mp_timelimit 45
// Flashlight - Allow players to use the flashlight.
// 0 = flashlight off.
// 1 = flashlight on.
// Default: mp_flashlight 1
mp_flashlight 1
// Force Respawn - Force the player to respawn.
// 0 = force respawn off.
// 1 = force respawn on.
// Default: mp_forcerespawn 0
mp_forcerespawn 0
// Frag Limit - Number of frags on a single map before switching to a new map automatically.
// Default: mp_fraglimit 45
mp_fraglimit 45
// Warmup time - Number of seconds to wait before the round starts.
// Default: mp_warmup_time 30
mp_warmup_time 30
// map - Start playing on specified map.
map "dm_bounce"
// ................................ Map Cycle ............................... // // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
// Map cycle - Maps to be rotated on the server.
// "mapcycle.txt" - All maps
mapcyclefile "mapcycle.txt" mapcyclefile "mapcycle.txt"
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0
// ............................. Communication ............................. // // sv_logfile - Log server information in the log file.
sv_logfile 1
// sv_logbans - Log server bans in the server logs.
sv_logbans 1
// Voice enable - Enable communication over voice via microphone. // sv_voiceenable - Enable voice communications.
// 0 = voice off.
// 1 = voice on.
// Default: sv_voiceenable 1
sv_voiceenable 1 sv_voiceenable 1
// All talk - Players can hear all other players, no team restrictions. // sv_alltalk - Players can hear all other players, no team restrictions.
// 0 = all talk off.
// 1 = all talk on.
// Default: sv_alltalk 0
sv_alltalk 0 sv_alltalk 0
// sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 1
// ............................. Fast Download .............................. // // sv_allowdownload - Allow clients to download files.
// info: Used by servers with custom maps
// Allow download - Allow clients to download custom files from the server at 20 kbps.
// 0 = allow download off.
// 1 = allow download on.
// Default: sv_allowdownload 1
sv_allowdownload 1 sv_allowdownload 1
// Download url - Allow clients to download custom files from a web server. // sv_downloadurl - Location from which clients can download missing files.
// Example:
// server location: maps/custommap.bsp
// web server location: http://example.com/custom/maps/custommap.bsp
// Example: sv_downloadurl "http://example.com/custom"
sv_downloadurl "" sv_downloadurl ""
// mp_allowspectators - Toggles whether the server allows spectator mode or not.
mp_allowspectators 1
// ................................ Ban List ................................ // // mp_falldamage - Enable fall damage.
mp_falldamage 0
// User ban - Server banlist based on user steam ID.
// Recommended: exec banned_user.cfg
exec banned_user.cfg
// IP ban - Server banlist based on user IP.
// Recommended: exec banned_ip.cfg
exec banned_ip.cfg
// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg.
writeid
// Write IP - Save the ban list to banned_ip.cfg.
writeip
// mp_forcerespawn - Force all players to respawn.
mp_forcerespawn 0
// ............................. Server Logging ............................. // // mp_fraglimit - The number of kills at which the map ends.
mp_fraglimit 45
// Enable log - Enables logging to file, console, and udp < on | off >. // mp_friendlyfire - Allows team members to injure other members of their team.
// Recommended: log on mp_friendlyfire 0
log on
// Log bans - Log server bans in the server logs. // 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.
// Default: sv_logbans 1 mp_mapcycle_empty_timeout_seconds 900
// Recommended: sv_logbans 1
sv_logbans 1
// Log echo - Display log information to the server console. // mp_teamplay - Enable team based gameplay.
// Default: sv_logecho 1 mp_teamplay 0
// Recommended: sv_logecho 1
sv_logecho 1
// Log file - Log server information in the log file. // mp_timelimit - Game time per map in minutes.
// Default: sv_logfile 1 mp_timelimit 45
// Recommended: sv_logfile 1
sv_logfile 1
// One file log - Log server information to only one file. // mp_warmup_time - Length of the warm up round in seconds.
// Default: sv_log_onefile 0 mp_warmup_time 30
// Recommended: sv_log_onefile 0
sv_log_onefile 0

12
bmdm/server.cfg.orig

@ -1,12 +1,6 @@
// Black Mesa server.cfg file // Black Mesa server.cfg file
hostname "Black Mesa: Deathmatch" hostname "Black Mesa: Deathmatch"
mp_timelimit 900 mp_timelimit 900
mp_warmup_time 30 mp_fraglimit 30
// sv_lan 0 mp_teamplay 1
// rcon_password mp_forcerespawn 1
// mp_flashlight 1
// mp_forcerespawn 0
// mp_friendlyfire 0
// mp_fraglimit 45
// sv_logecho 1
// sv_logfile 1

144
cc/server.cfg

@ -1,105 +1,99 @@
// ************************************************************************** // // ****************************************************************************
// // // CodenameCURE
// CodenameCURE - server.cfg // // Config - server.cfg
// Version 240217 // // Date - 06/12/2023
// // // ****************************************************************************
// ************************************************************************** //
// ............................. Basic Settings ............................. // // hostname - Hostname for server.
// Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Email - Server admin email. // map - Start playing on specified map.
sv_contact "[email protected]" map "cbe_bunker"
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
mapcyclefile "mapcycle.txt"
// LAN Mode - If set the server will not show on the internet. // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
// Default: sv_lan 0
sv_lan 0 sv_lan 0
// Server tags - Tags show up on the in-game server browser. This helps // sv_logfile - Log server information in the log file.
// users filter servers. sv_logfile 1
// vanilla - he server runs the default settings.
// custom - the server runs custom gameplay settings or mods.
// example: sv_tags "custom, fastdl"
sv_tags ""
// ............................. Game Settings ............................. // // sv_logbans - Log server bans in the server logs.
// info: Other settings that apply to this game. sv_logbans 1
// Difficulty // sv_voiceenable - Enable voice communications.
// 0 - Easy sv_voiceenable 1
// 1 - Average
// 2 - Skilled
// 3 - Insane
sv_difficulty "1"
// ............................... Map Cycles ............................... // // sv_alltalk - Players can hear all other players, no team restrictions.
// info: There are several predefined mapcycles available that are listed below. sv_alltalk 1
// You can also create your own custom mapcycle.
// "mapcycle.txt" - all maps // sv_allowupload - Allow clients to upload customizations files.
mapcyclefile "mapcycle.txt" sv_allowupload 1
// ............................. Server Logging ............................. // // sv_allowdownload - Allow clients to download files.
sv_allowdownload 1
//Enables logging to file, console, and udp < on | off >. // sv_allowvotekick - Allow voting to kick players.
log on sv_allowvotekick 1
// Log server bans in the server logs. // sv_allowvotediff - Allow voting to change difficulty.
// Default: sv_logbans 1 sv_allowvotediff 1
sv_logbans 1
// Echo log information to the console. // sv_allowvotemap - Allow voting to change maps.
// Default: sv_logecho 1 sv_allowvotemap 1
sv_logecho 1
// Log server information in the log file. // sv_autokick_cooldown - Min: 10.0, Max: 60.0 - the time (in seconds) it takes friendly fire strikes to reset
// Default: sv_logfile 1 sv_autokick_cooldown 15
sv_logfile 1
// Log server information to only one file. // sv_autokick_strikes - Min: 10.0, Max: 60.0 - the time (in seconds) it takes friendly fire strikes to reset
// Default: sv_log_onefile 0 sv_autokick_strikes 10 //min 5, max 30
sv_log_onefile 0
// ............................. Communication ............................. // //number of bots (maximum 3)
bot_quota 3
// Enable communication over voice via microphone. // sv_downloadurl - Location from which clients can download missing files.
// Default: sv_voiceenable 1 sv_downloadurl ""
sv_voiceenable 1
// Players can hear all other players, no team restrictions. // mp_allowspectators - Toggles whether the server allows spectator mode or not.
// Default: sv_alltalk 0 mp_allowspectators 1
sv_alltalk 1
// ............................. Fast Download .............................. // // mp_autoteambalance - Define if the game should automatically balance out teams in teamplay (0: no, default, 1: yes)
// info: Allows custom maps to be downloaded to the client. mp_autoteambalance 0
// Allows clients to download custom maps and textures etc. from the server at 20 kbps. // mp_falldamage - Enable fall damage.
// Default: sv_allowdownload 1 mp_falldamage 1
sv_allowdownload 1
// Allows clients to download custom maps, textures etc. from a web server with no transfer limit. // mp_forcerespawn - Force all players to respawn.
// Example: mp_forcerespawn 1
// server location: maps/custommap.bsp
// web server location: http://example.com/custom/maps/custommap.bsp // mp_fraglimit - The number of kills at which the map ends.
// sv_downloadurl "http://example.com/custom" mp_fraglimit 0
// Default: sv_downloadurl ""
sv_downloadurl "" // mp_friendlyfire - Allows team members to injure other members of their team.
mp_friendlyfire 0
// sv_kickbantime - the amount of mins to temp ban a user after being vote kicked - -1 is no ban - 0 is indefinate ban
sv_kickbantime 5
// 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.
mp_mapcycle_empty_timeout_seconds 900
// ................................ Ban List ............................... // // mp_maxrounds - Max number of rounds to play before server changes maps.
mp_maxrounds 0
// personal banlist based on user IDs. // mp_timelimit - Game time per map in minutes.
exec banned_user.cfg mp_timelimit 20
// personal banlist based on user IPs. // sv_votetime - The amount of time players have to vote.
exec banned_ip.cfg sv_votetime 20
writeid // sv_votenext - The amount of time players have to wait before calling another vote.
writeip sv_votenext 10

37
cc/server.cfg.orig

@ -0,0 +1,37 @@
hostname "Cure Dedicated Server"
//internet
sv_lan 0
//number of bots (maximum 3)
bot_quota 3
//freindly fire enabled
mp_friendlyfire 1
//unless freindly fire is disabled there is no way to turn off the new autokick system (introduced to reduce trolling)
//however you can alter the strikes and cooldown values (within a limited range)
//you can also set select steamid's to be exempt from being kicked on this server via "kickexemption.txt"
sv_autokick_strikes 10 //min 5, max 30
sv_autokick_cooldown 15 //min 10, max 60
//the amount of mins a player should be banned for after being kicked
//(-1 to turn off 0 for indefinate time)
sv_kickbantime 5
//the amount of time players have to vote, once it has been called
sv_votetime 20
//the amount of time players have to wait before calling another vote
sv_votenext 10
//allow voting on specific issues
sv_allowvotekick 1
sv_allowvotediff 1
sv_allowvotemap 1
//it is no longer recommended to set difficulty here
//as on map change it will override any difficulty players have voted for
//send info to master servers
heartbeat

46
cs2/server.cfg

@ -1,9 +1,8 @@
// ************************************************************************** // // ****************************************************************************
// // // Counter-Strike 2
// Counter-Strike 2 - server.cfg // // Config - server.cfg
// Version 231204 // // Date - 06/12/2023
// // // ****************************************************************************
// ************************************************************************** //
// hostname - Hostname for server. // hostname - Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
@ -15,27 +14,38 @@ sv_password ""
// https://steamcommunity.com/dev/managegameservers // https://steamcommunity.com/dev/managegameservers
sv_setsteamaccount "" sv_setsteamaccount ""
// Default Map - map <mapname> :Load a new map. // map - Start playing on specified map.
map "de_anubis" map "de_anubis"
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
mapcyclefile "mapcycle.txt"
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan false
// sv_logfile - Log server information in the log file.
sv_logfile true
// sv_logbans - Log server bans in the server logs.
sv_logbans true
// sv_voiceenable - Enable voice communications.
sv_voiceenable true
// sv_alltalk - Players can hear all other players, no team restrictions.
sv_alltalk false
// game_alias - Set the configuration of game type and mode based on game alias like 'deathmatch'. // game_alias - Set the configuration of game type and mode based on game alias like 'deathmatch'.
// values: casual, deathmatch, competative, wingman // values: casual, deathmatch, competative, wingman
game_alias "casual" game_alias "casual"
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). // host_workshop_collection - Host a workshop map collection as a mapgroup.
sv_lan 0
// host_workshop_collection - Host workshop collection for this map.
// e.g host_workshop_collection "3104731381" // e.g host_workshop_collection "3104731381"
host_workshop_collection host_workshop_collection
// host_workshop_map - Get the latest version of the map and host it.
// host_workshop_map - Host workshop map for this map.
// e.g host_workshop_map "3075706807" // e.g host_workshop_map "3075706807"
host_workshop_map host_workshop_map
// sv_logfile - Log server information in the log file. // mp_autoteambalance - Define if the game should automatically balance out teams in teamplay (0: no, default, 1: yes)
sv_logfile 1 mp_autoteambalance true
// sv_logbans - Log server bans in the server logs.
sv_logbans 1

2
csgo/server.cfg

@ -10,7 +10,7 @@
// Hostname - Name of the server. // Hostname - Name of the server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // Server password - for private servers.

72
css/server.cfg

@ -1,18 +1,23 @@
// ************************************************************************** // // ****************************************************************************
// // // Counter-Strike: Source
// Counter-Strike: Source - server.cfg // // Config - server.cfg
// Version 231111 // // Date - 06/12/2023
// // // ****************************************************************************
// ************************************************************************** //
// hostname - Hostname for server. // hostname - Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"
// sv_password - Server password for entry into multiplayer games. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// RCON - remote console password. // map - Start playing on specified map.
rcon_password "ADMINPASSWORD" map "de_dust2"
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
mapcyclefile "mapcycle.txt"
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0 sv_lan 0
@ -21,4 +26,53 @@ sv_lan 0
sv_logfile 1 sv_logfile 1
// sv_logbans - Log server bans in the server logs. // sv_logbans - Log server bans in the server logs.
sv_logbans 1 sv_logbans 1
// sv_voiceenable - Enable voice communications.
sv_voiceenable 1
// sv_alltalk - Players can hear all other players, no team restrictions.
sv_alltalk 0
// sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 1
// sv_allowdownload - Allow clients to download files.
sv_allowdownload 1
// sv_downloadurl - Location from which clients can download missing files.
sv_downloadurl ""
// mp_allowspectators - Toggles whether the server allows spectator mode or not.
mp_allowspectators 0
// mp_autoteambalance - Toggle auto-team balance.
mp_autoteambalance 1
// mp_freezetime - how many seconds to keep players frozen when the round starts
mp_freezetime 6
// mp_friendlyfire - Allows team members to injure other members of their team.
mp_friendlyfire 0
// mp_limitteams - Max # of players 1 team can have over another (0 disables check)
mp_limitteams 2
// 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.
mp_mapcycle_empty_timeout_seconds 900
// mp_tkpunish - Enable/disable teamkill punishing (0: disabled, default, 1: enabled)
mp_tkpunish 0
// mp_maxrounds - Max number of rounds to play before server changes maps.
mp_maxrounds 0
// mp_roundtime - How many minutes each round takes.
mp_roundtime 2
// mp_round_restart_delay - Number of seconds to delay before restarting a round after a win
mp_round_restart_delay 2
// mp_timelimit - Game time per map in minutes.
mp_timelimit 0

75
dab/server.cfg

@ -1,15 +1,74 @@
// Hostname for server. // ****************************************************************************
// Double Action Boogaloo
// Config - server.cfg
// Date - 06/12/2023
// ****************************************************************************
// hostname - Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Server Logging // map - Start playing on specified map.
log on map "da_rooftops"
sv_logbans 1
sv_logecho 1 // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
mapcyclefile "mapcycle.txt"
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0
// sv_logfile - Log server information in the log file.
sv_logfile 1 sv_logfile 1
sv_log_onefile 0
// sv_logbans - Log server bans in the server logs.
sv_logbans 1
// sv_voiceenable - Enable voice communications.
sv_voiceenable 1
// sv_alltalk - Players can hear all other players, no team restrictions.
sv_alltalk 0
// sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 1
// sv_allowdownload - Allow clients to download files.
sv_allowdownload 1
// sv_downloadurl - Location from which clients can download missing files.
sv_downloadurl ""
// sv_allow_votes - Allow voting?
sv_allow_votes 1
// mp_allowspectators - Toggles whether the server allows spectator mode or not.
mp_allowspectators 1
// mp_falldamage - Enable fall damage.
mp_falldamage 0
// mp_forcerespawn - Force all players to respawn.
mp_forcerespawn 1
// mp_fraglimit - The number of kills at which the map ends.
mp_fraglimit 0
// mp_friendlyfire - Allows team members to injure other members of their team.
mp_friendlyfire 0
// mp_limitteams - Max # of players 1 team can have over another (0 disables check)
mp_limitteams 2
// 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.
mp_mapcycle_empty_timeout_seconds 900
// mp_teamplay - Enable team based gameplay.
mp_teamplay 0
// mp_timelimit - Game time per map in minutes.
mp_timelimit 20

7
dab/server.cfg.orig

@ -0,0 +1,7 @@
hostname "Double Action: Boogaloo"
sv_lan 0
bot_quota 2
sv_allow_votes 1
exec banned_ip.cfg
exec banned_user.cfg
exec server_custom.cfg

2
dmc/server.cfg

@ -1,7 +1,7 @@
// Hostname for server. // Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // Server password - for private servers.

2
dod/server.cfg

@ -1,7 +1,7 @@
// Hostname for server. // Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // Server password - for private servers.

2
dods/server.cfg

@ -1,7 +1,7 @@
// Hostname for server. // Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // Server password - for private servers.

137
doi/server.cfg

@ -1,111 +1,92 @@
// ************************************************************************** // // ****************************************************************************
// // // Day of Infamy
// Day of Infamy - server.cfg // // Config - server.cfg
// // // Date - 06/12/2023
// ************************************************************************** // // ****************************************************************************
// .................................. Basic ................................. // // hostname - Hostname for server.
// Hostname - Name of the server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Email - Server admin email. // map - Start playing on specified map.
// Example: sv_contact "[email protected]" map "bastogne stronghold"
sv_contact ""
// LAN mode - If set the server will not show on the internet. // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
// Default: sv_lan 0 mapcyclefile "mapcycle.txt"
sv_lan 0
// ............................. Server Logging ............................. // // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0
// Enable log - Enables logging to file, console, and udp < on | off >. // sv_logfile - Log server information in the log file.
// Recommended: log on sv_logfile 1
log on
// Log bans - Log server bans in the server logs. // sv_logbans - Log server bans in the server logs.
// Default: sv_logbans 1
// Recommended: sv_logbans 1
sv_logbans 1 sv_logbans 1
// Log echo - Display log information to the server console. // sv_voiceenable - Enable voice communications.
// Default: sv_logecho 1 sv_voiceenable 1
// Recommended: sv_logecho 1
sv_logecho 1
// Log file - Log server information in the log file.
// Default: sv_logfile 1
// Recommended: sv_logfile 1
sv_logfile 1
// One file log - Log server information to only one file.
// Default: sv_log_onefile 0
// Recommended: sv_log_onefile 0
sv_log_onefile 0
// ................................ Ban List ................................ // // sv_alltalk - Players can hear all other players, no team restrictions.
sv_alltalk 0
// User ban - Server banlist based on user steam ID. // sv_alltalk_dead - Dead players broadcast their voice to enemies?
// Recommended: exec banned_user.cfg sv_alltalk_dead 0
exec banned_user.cfg
// IP ban - Server banlist based on user IP. // sv_alltalk_endgame - All talk enabled at the end of the game?
// Recommended: exec banned_ip.cfg sv_alltalk_endgame 1
exec banned_ip.cfg
// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg. // sv_alltalk_intermission - All talk enabled between rounds?
writeid sv_alltalk_intermission 1
// Write IP - Save the ban list to banned_ip.cfg. // sv_allowupload - Allow clients to upload customizations files.
writeip sv_allowupload 1
// ........................ Day Of Infamy Settings ...................... // // sv_allowdownload - Allow clients to download files.
sv_allowdownload 1
// Playlist // sv_downloadurl - Location from which clients can download missing files.
// Available playlists: "nwi/coop" "nwi/coop_commando" "nwi/mp_battles" "nwi/mp_casual_with_bots" "nwi/mp_first_deployment" "nwi/mp_special_assignments" "custom" "example" sv_downloadurl ""
"sv_playlist" "nwi/coop"
// friendly fire (0 = disabled) // mp_allowspectators - Toggles whether the server allows spectator mode or not.
"mp_friendlyfire" "1" mp_allowspectators 1
// How to punish team killing ( 0 = none, 1 = warning, 2 = kill ) // mp_autoteambalance - Define if the game should automatically balance out teams in teamplay (0: no, default, 1: yes)
"mp_tkpunish" "1" mp_autoteambalance 1
// show k:d on scoreboard // mp_falldamage - Enable fall damage.
"sv_hud_scoreboard_show_score" "1" mp_falldamage 0
// show friendly player names when looking at them // mp_forcerespawn - Force all players to respawn.
"sv_hud_targetindicator" "1" mp_forcerespawn 1
// death messages (kill feed) // mp_fraglimit - The number of kills at which the map ends.
"sv_hud_deathmessages" "0" mp_fraglimit 0
// timer for the pre-game (before the game starts, usually after map change or on mp_restartgame 1) // mp_friendlyfire - Allows team members to injure other members of their team.
"mp_timer_pregame" "10" mp_friendlyfire 0
// timer for the pre-round (before the round starts, usually after a previous round ends or on mp_restartround 1) // mp_teamplay - Enable team based gameplay.
"mp_timer_preround" "15" mp_teamplay 0
// timer for the post-round (after the round starts) // mp_timelimit - Game time per map in minutes.
"mp_timer_postround" "15" mp_timelimit 20
// timer for the post-game (at the end of a game / map rotation) // mp_timer_pregame - Pregame timer in seconds
"mp_timer_postgame" "21" mp_timer_pregame 10
// if set higher than 0, the server will add this many bots to each team // mp_timer_preround - Preround timer in seconds
"doi_bot_quota" "0" mp_timer_preround 15
// enabling this will allow the dead and living to VOIP each other // mp_timer_postround - Postround timer in seconds
"sv_deadvoice" "0" mp_timer_postround 15
// enabling this will allow the dead and living to chat text each other // mp_timer_postgame - Postgame timer in seconds
"sv_deadtalk" "0" mp_timer_postgame 21
// is deadchat limited to just your team? // doi_bot_quota - How many bots to place on each team when no players are present?
"sv_deadtalk_team" "1" doi_bot_quota 0

165
gmod/server.cfg

@ -1,86 +1,119 @@
// Hostname for server. // ****************************************************************************
// Garry's Mod
// Config server.cfg
// Date 06/12/2023
// ****************************************************************************
// hostname - Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - RCON remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Server Logging // map - Start playing on specified map.
log on map "gm_construct"
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
lua_log_sv 0
sv_rcon_banpenalty 0 // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
sv_rcon_maxfailures 20 mapcyclefile "mapcycle.txt"
sv_rcon_minfailures 20
sv_rcon_minfailuretime 20
// Network Settings // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_downloadurl ""
sv_loadingurl ""
net_maxfilesize 64
sv_maxrate 0
sv_minrate 800000
sv_maxupdaterate 66
sv_minupdaterate 33
sv_maxcmdrate 66
sv_mincmdrate 33
// Server Settings
sv_airaccelerate 100
sv_gravity 600
sv_allow_wait_command 0
sv_allow_voice_from_file 0
sv_turbophysics 0
sv_max_usercmd_future_ticks 12
gmod_physiterations 4
sv_client_min_interp_ratio 1
sv_client_max_interp_ratio 2
think_limit 20
sv_region 0
sv_noclipspeed 5
sv_noclipaccelerate 5
sv_lan 0 sv_lan 0
sv_alltalk 1
sv_contact [email protected] // sv_logfile - Log server information in the log file.
sv_cheats 0 sv_logfile 1
sv_allowcslua 0
sv_pausable 0 // sv_logbans - Log server bans in the server logs.
sv_filterban 1 sv_logbans 1
sv_forcepreload 1
sv_footsteps 1 // sv_voiceenable - Enable voice communications.
sv_voiceenable 1 sv_voiceenable 1
sv_voicecodec vaudio_speex
sv_timeout 120 // sv_alltalk - Players can hear all other players, no team restrictions.
sv_deltaprint 0 sv_alltalk 1
// sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 0 sv_allowupload 0
// sv_allowdownload - Allow clients to download files.
sv_allowdownload 0 sv_allowdownload 0
// Sandbox Settings // sv_downloadurl - Location from which clients can download missing files.
sbox_noclip 0 sv_downloadurl ""
// sv_loadingurl - URL to show to clients while joining the server. Must start with http:// or https://
sv_loadingurl ""
// sbox_bonemanip_misc - If enabled then manipulating the bones of other entities will be allowed
sbox_bonemanip_misc 0
// sbox_bonemanip_npc - If enabled then manipulating NPC bones will be allowed
sbox_bonemanip_npc 1
// sbox_bonemanip_player - If enabled then manipulating Player bones will be allowed
sbox_bonemanip_player 0
// sbox_godmode - If enabled, all players will be invincible
sbox_godmode 0 sbox_godmode 0
sbox_weapons 0
sbox_playershurtplayers 0 // sbox_maxballoons - Maximum balloons a single player can create
sbox_maxprops 100
sbox_maxragdolls 50
sbox_maxnpcs 10
sbox_maxballoons 10 sbox_maxballoons 10
sbox_maxeffects 0
// sbox_maxbuttons - Maximum buttons a single player can create
sbox_maxbuttons 20
// sbox_maxcameras - Maximum cameras a single player can create
sbox_maxcameras 10
// sbox_maxdynamite - Maximum dynamites a single player can create
sbox_maxdynamite 0 sbox_maxdynamite 0
// sbox_maxeffects - Maximum effect props a single player can create
sbox_maxeffects 0
// sbox_maxemitters - Maximum emitters a single player can create
sbox_maxemitters 0
// sbox_maxhoverballs - Maximum hoverballs a single player can create
sbox_maxhoverballs 20
// sbox_maxlamps - Maximum lamps a single player can create
sbox_maxlamps 5 sbox_maxlamps 5
// sbox_maxlights - Maximum lights a single player can create
sbox_maxlights 5
// sbox_maxnpcs - Maximum NPCs a single player can create
sbox_maxnpcs 10
// sbox_maxprops - Maximum props a single player can create
sbox_maxprops 100
// sbox_maxragdolls - Maximum ragdolls a single player can create
sbox_maxragdolls 50
// sbox_maxsents - Maximum entities a single player can create
sbox_maxsents 100
// sbox_maxthrusters - Maximum thrusters a single player can create
sbox_maxthrusters 20 sbox_maxthrusters 20
sbox_maxwheels 20
sbox_maxhoverballs 20 // sbox_maxvehicles - Maximum vehicles a single player can create
sbox_maxvehicles 1 sbox_maxvehicles 1
sbox_maxbuttons 20
sbox_maxemitters 0
// Misc Config // sbox_maxwheels - Maximum wheels a single player can create
exec banned_user.cfg sbox_maxwheels 20
exec banned_ip.cfg
heartbeat // sbox_noclip - If enabled, players will be able to use noclip
sbox_noclip 0
// sbox_persist - If not empty, enables 'Make Persistent' option when you right click on props while holding C, allowing you to save them across
sbox_persist 0
// sbox_playershurtplayers - If enabled, players will be able to hurt each other
sbox_playershurtplayers 0
// sbox_weapons - If enabled, each player will receive default Half-Life 2 weapons on each spawn
sbox_weapons 0

229
hl2dm/server.cfg

@ -1,220 +1,71 @@
// ************************************************************************** // // ****************************************************************************
// // // Half-Life 2 Deathmatch
// Half-Life 2 DeathMatch - server.cfg // // // Config - server.cfg
// // // Date - 06/12/2023
// ************************************************************************** // // ****************************************************************************
// .................................. Basic ................................. // // hostname - Hostname for server.
// Hostname - Name of the server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Email - Server admin email. // map - Start playing on specified map.
// Example: sv_contact "[email protected]" map "dm_lockdown"
sv_contact ""
// LAN mode - If set the server will not show on the internet.
// Default: sv_lan 0
sv_lan 0
// ............................. Server Logging ............................. //
// Enable log - Enables logging to file, console, and udp < on | off >. // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
// Recommended: log on mapcyclefile "mapcycle.txt"
log on
// Log bans - Log server bans in the server logs. // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
// Default: sv_logbans 1 sv_lan 0
// Recommended: sv_logbans 1
sv_logbans 1
// Log echo - Display log information to the server console.
// Default: sv_logecho 1
// Recommended: sv_logecho 1
sv_logecho 1
// Log file - Log server information in the log file. // sv_logfile - Log server information in the log file.
// Default: sv_logfile 1
// Recommended: sv_logfile 1
sv_logfile 1 sv_logfile 1
// One file log - Log server information to only one file. // sv_logbans - Log server bans in the server logs.
// Default: sv_log_onefile 0 sv_logbans 1
// Recommended: sv_log_onefile 0
sv_log_onefile 0
// ................................ Ban List ................................ //
// User ban - Server banlist based on user steam ID.
// Recommended: exec banned_user.cfg
exec banned_user.cfg
// IP ban - Server banlist based on user IP.
// Recommended: exec banned_ip.cfg
exec banned_ip.cfg
// Write ID - Writes a list of permanently-banned user IDs to banned_user.cfg.
writeid
// Write IP - Save the ban list to banned_ip.cfg.
writeip
// ........................ HL2DM Settings...................... //
// set to 1 if this is a teamplay server
mp_teamplay 1
// allow or disallow damage from teammates
mp_friendlyfire 0
// how much damage is inflicted from falls, default 0
mp_falldamage 0
// set to 1 if weapons stay (immediate pickup by players without weapons)
// requires that there be additional ammo (can't pick up a weapon to get more ammo)
mp_weaponstay 0
// set to force players to respawn after death
mp_forcerespawn 1
// enable player footstep sounds
mp_footsteps 1
// enable flashlight
mp_flashlight 1
// enable autocrosshair (default is 1)
mp_autocrosshair 1
// allow bots
mp_allowNPCs 1
// world gravity (default 600)
sv_gravity 600
// world friction (default 4)
sv_friction 4
// world water friction (default 1)
sv_waterfriction 1
// Minimum stopping speed when on ground
sv_stopspeed 100
// spectator settings
sv_noclipaccelerate 5
sv_noclipspeed 5
sv_specaccelerate 5
sv_specspeed 3
sv_specnoclip 1
// player movement acceleration rate (default 10)
sv_accelerate 10
sv_airaccelerate 10
sv_wateraccelerate 10
// max player speed (default 320)
sv_maxspeed 320
// misc physics settings, leave them as-is
sv_rollspeed 200
sv_rollangle 0
sv_bounce 0
// player stepsize - dont mess with this (default 18)
sv_stepsize 18
// teamplay talk all (1) or team only (0)
sv_alltalk 1
// enable voice on server // sv_voiceenable - Enable voice communications.
sv_voiceenable 1 sv_voiceenable 1
// disable pause on server (set this to 0 always) // sv_alltalk - Players can hear all other players, no team restrictions.
sv_pausable 0 sv_alltalk 1
// disable cheats (set this to 0 always)
sv_cheats 0
// teamserver coop (default 0)
coop 0
// deathmatch - set this to 1
deathmatch 1
// allow players to upload sprays (default 1) // sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 1 sv_allowupload 1
// allow sprays and map content to be downloaded (default 1) // sv_allowdownload - Allow clients to download files.
sv_allowdownload 1 sv_allowdownload 1
// how often players can spray tags (default 20) // sv_downloadurl - Location from which clients can download missing files.
decalfrequency 20
// fast http download url address
sv_downloadurl "" sv_downloadurl ""
// Enable instanced baselines - Saves network overhead // mp_allowspectators - Toggles whether the server allows spectator mode or not.
sv_instancebaselines 0 mp_allowspectators 0
//Force server side preloading (default 0)
sv_forcepreload 1
// set fraglimit before mapchange // mp_fraglimit - The number of kills at which the map ends.
mp_fraglimit 0 mp_fraglimit 0
// set timelimit before map change // mp_friendlyfire - Allows team members to injure other members of their team.
mp_timelimit 30 mp_friendlyfire 0
// Max bandwidth rate allowed on server, 0 == unlimited
sv_maxrate 35000
// Min bandwidth rate allowed on server, 0 == unlimited
sv_minrate 10000
// Maximum updates per second that the server will allow (default 60)
sv_maxupdaterate 66
// Minimum updates per second that the server will allow (default 10)
sv_minupdaterate 33
// Maximum lag compensation in seconds (default 1)
sv_maxunlag 1
// explosion size (default 1)
sv_robust_explosions 1
// Maximum speed any ballistically moving object is allowed to attain per axis (default 3500)
sv_maxvelocity 3500
// rcon failure settings, uncomment the cvars to enabling settings
//sv_rcon_banpenalty 0
//sv_rcon_maxfailures 10
//sv_rcon_minfailures 5
//sv_rcon_minfailuretime 30
//The region of the world to report this server in (255 = world)
sv_region 255
// gather server statistics // mp_falldamage - Enable fall damage.
sv_stats 1 mp_falldamage 0
//After this many seconds without a message from a client, the client is dropped (default 65) // mp_forcerespawn - Force all players to respawn.
sv_timeout 65 mp_forcerespawn 1
//Enables player lag compensation // 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.
sv_unlag 1 mp_mapcycle_empty_timeout_seconds 900
//Enables HLTV on this server // mp_maxrounds - Max number of rounds to play before server changes maps.
sv_hltv 0 mp_maxrounds 0
//toggles whether the server allows spectator mode or not // mp_teamplay - Enable team based gameplay.
mp_allowspectators 0 mp_teamplay 0
// mp_timelimit - Game time per map in minutes.
mp_timelimit 20

2
hldm/server.cfg

@ -1,7 +1,7 @@
// Hostname for server. // Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // rcon_password - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // Server password - for private servers.

70
hldms/server.cfg

@ -1,15 +1,71 @@
// Hostname for server. // ****************************************************************************
// Half-Life Deathmatch: Source
// Config - server.cfg
// Date - 06/12/2023
// ****************************************************************************
// hostname - Hostname for server.
hostname "SERVERNAME" hostname "SERVERNAME"
// RCON - remote console password. // RCON - remote console password.
rcon_password "ADMINPASSWORD" rcon_password "ADMINPASSWORD"
// Server password - for private servers. // sv_password - Server password for entry into multiplayer games.
sv_password "" sv_password ""
// Server Logging // Default Map - map <mapname> :Load a new map.
log on map "crossfire"
sv_logbans 1
sv_logecho 1 // mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
mapcyclefile "mapcycle.txt"
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0
// sv_logfile - Log server information in the log file.
sv_logfile 1 sv_logfile 1
sv_log_onefile 0
// sv_logbans - Log server bans in the server logs.
sv_logbans 1
// sv_voiceenable - Enable voice communications.
sv_voiceenable 1
// sv_alltalk - Players can hear all other players, no team restrictions.
sv_alltalk 1
// sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 1
// sv_allowdownload - Allow clients to download files.
sv_allowdownload 1
// sv_downloadurl - Location from which clients can download missing files.
sv_downloadurl ""
// mp_allowspectators - Toggles whether the server allows spectator mode or not.
mp_allowspectators 0
// mp_fraglimit - The number of kills at which the map ends.
mp_fraglimit 0
// mp_friendlyfire - Allows team members to injure other members of their team.
mp_friendlyfire 0
// mp_falldamage - Enable fall damage.
mp_falldamage 0
// mp_forcerespawn - Force all players to respawn.
mp_forcerespawn 1
// 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.
mp_mapcycle_empty_timeout_seconds 900
// mp_maxrounds - Max number of rounds to play before server changes maps.
mp_maxrounds 0
// mp_teamplay - Enable team based gameplay.
mp_teamplay 0
// mp_timelimit - Game time per map in minutes.
mp_timelimit 20

Loading…
Cancel
Save