Skip to content

Commit ee4485a

Browse files
committed
add critical hit toggle
1 parent b2ad3ea commit ee4485a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

game/mod_tf/cfg/settings_default.scr

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,18 @@ DESCRIPTION SERVER_OPTIONS
7575
{ NUMBER 0 -1 }
7676
{ "0" }
7777
}
78+
7879
"mp_maxrounds"
7980
{
8081
"#TF_MaxRounds"
8182
{ NUMBER 0 -1 }
8283
{ "0" }
8384
}
85+
86+
"tf_weapon_criticals"
87+
{
88+
"#TF_Quickplay_RandomCrits"
89+
{ BOOL }
90+
{ "1" }
91+
}
8492
}

game/quiver/cfg/settings_default.scr

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ DESCRIPTION SERVER_OPTIONS
9090
{ "0" }
9191
}
9292

93+
"tf_weapon_criticals"
94+
{
95+
"#TF_Quickplay_RandomCrits"
96+
{ BOOL }
97+
{ "1" }
98+
}
99+
93100
"qf_tdm_enable"
94101
{
95102
"#Quiver_AllowTDM"

0 commit comments

Comments
 (0)