Browse Source

Update INS/DoI full cvar lists and fix invalid cvars in DoI server config (#112)

* Update insurgency full_cvar_list.txt

* Add Day of Infamy full_cvar_list.txt

* Update Day of Infamy server.cfg

Fixes invalid cvars
pull/117/head
spacegears 4 years ago
committed by GitHub
parent
commit
3f9a2a8b6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4395
      DayOfInfamy/cvars/full_cvar_list.txt
  2. 13
      DayOfInfamy/server.cfg
  3. 4152
      Insurgency/cvars/full_cvar_list.txt

4395
DayOfInfamy/cvars/full_cvar_list.txt

File diff suppressed because it is too large

13
DayOfInfamy/server.cfg

@ -1,6 +1,6 @@
// ************************************************************************** //
// //
// Day Of Infamy - server.cfg //
// Day of Infamy - server.cfg //
// //
// ************************************************************************** //
@ -77,11 +77,8 @@ writeip
// How to punish team killing ( 0 = none, 1 = warning, 2 = kill )
"mp_tkpunish" "1"
// death messages
"sv_hud_deathmessages" "0"
// show k:d on scoreboard
"sv_hud_scoreboard_show_kd" "1"
"sv_hud_scoreboard_show_score" "1"
// show friendly player names when looking at them
"sv_hud_targetindicator" "1"
@ -102,13 +99,13 @@ writeip
"mp_timer_postgame" "21"
// if set higher than 0, the server will add this many bots to each team
"ins_bot_quota" "0"
"doi_bot_quota" "0"
// enabling this will allow the dead and living to VOIP each other
"sv_deadvoice" "0"
// enabling this will allow the dead and living to chat text each other
"sv_deadchat" "0"
"sv_deadtalk" "0"
// is deadchat limited to just your team?
"sv_deadchat_team" "1"
"sv_deadtalk_team" "1"

4152
Insurgency/cvars/full_cvar_list.txt

File diff suppressed because it is too large
Loading…
Cancel
Save