Skip to content

Commit cef0329

Browse files
committed
Update all patch configs.
1 parent d30c093 commit cef0329

4 files changed

Lines changed: 46 additions & 0 deletions

File tree

Resources/Scripts/ClassicsPatch/01_PatchSettings.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ Value: 0
7575
String: TTRS Yes
7676
Value: 1
7777

78+
//
79+
Gadget: TTRS Level filtering
80+
Tip: TTRS show filtering options in the level selection menu
81+
Type: Toggle
82+
Var: sam_bLevelFiltering
83+
84+
String: TTRS No
85+
Value: 0
86+
String: TTRS Yes
87+
Value: 1
88+
7889
//
7990
Gadget: TTRS Extras menu
8091
Tip: TTRS replace "mods" button with "extras" in the main menu

Resources/Scripts/ClassicsPatch/02_ServerSettings.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ Type: Textbox
2626
Hidden: Yes
2727
Var: net_strObserverPassword
2828

29+
//
30+
Gadget: TTRS Admin login password
31+
Tip: TTRS for authorization using "!login" chat command (leave blank to disable admin rights)
32+
Type: Textbox
33+
Hidden: Yes
34+
Var: ser_strAdminPassword
35+
36+
//
37+
Gadget: TTRS Operator login password
38+
Tip: TTRS for authorization using "!login" chat command (leave blank to disable operator rights)
39+
Type: Textbox
40+
Hidden: Yes
41+
Var: ser_strOperatorPassword
42+
2943
//
3044
Gadget:
3145
Type: Separator

Resources/Scripts/ClassicsPatch/20_PluginSettings.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,19 @@ Value: 1
219219
String: TTRS Signal strength
220220
Value: 2
221221

222+
//
223+
Gadget: TTRS Show clock
224+
Tip: TTRS show computer clock
225+
Type: Toggle
226+
Var: hud_bShowClock
227+
228+
String: TTRS No
229+
Value: 0
230+
String: TTRS Yes
231+
Value: 1
232+
String: TTRS Yes (with seconds)
233+
Value: 2
234+
222235
//
223236
Gadget: TTRS Show ammo row
224237
Tip: TTRS display a row of available ammunition in the bottom right corner

Resources/Scripts/ClassicsPatch/90_VanillaSettings.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ Slider: Fill
4040

4141
String: 50%
4242
Value: 0.5
43+
String: 60%
44+
Value: 0.6
4345
String: TTRS 75% (recommended)
4446
Value: 0.75
47+
String: 80%
48+
Value: 0.8
49+
String: 90%
50+
Value: 0.9
4551
String: 100%
4652
Value: 1
4753
String: 110%
@@ -183,6 +189,8 @@ String: TTRS No
183189
Value: 0
184190
String: TTRS Yes
185191
Value: 1
192+
String: TTRS Yes (with seconds)
193+
Value: 2
186194

187195
//
188196
Gadget: TTRS Show match info

0 commit comments

Comments
 (0)