File tree Expand file tree Collapse file tree
Resources/Scripts/ClassicsPatch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,17 @@ Value: 0
7575String: TTRS Yes
7676Value: 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//
7990Gadget: TTRS Extras menu
8091Tip: TTRS replace " mods" button with " extras" in the main menu
Original file line number Diff line number Diff line change @@ -26,6 +26,20 @@ Type: Textbox
2626Hidden: Yes
2727Var: 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//
3044Gadget:
3145Type: Separator
Original file line number Diff line number Diff line change @@ -219,6 +219,19 @@ Value: 1
219219String: TTRS Signal strength
220220Value: 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//
223236Gadget: TTRS Show ammo row
224237Tip: TTRS display a row of available ammunition in the bottom right corner
Original file line number Diff line number Diff line change @@ -40,8 +40,14 @@ Slider: Fill
4040
4141String: 50 %
4242Value: 0.5
43+ String: 60 %
44+ Value: 0.6
4345String: TTRS 75 % (recommended)
4446Value: 0.75
47+ String: 80 %
48+ Value: 0.8
49+ String: 90 %
50+ Value: 0.9
4551String: 100 %
4652Value: 1
4753String: 110 %
@@ -183,6 +189,8 @@ String: TTRS No
183189Value: 0
184190String: TTRS Yes
185191Value: 1
192+ String: TTRS Yes (with seconds)
193+ Value: 2
186194
187195//
188196Gadget: TTRS Show match info
You can’t perform that action at this time.
0 commit comments