|
5 | 5 | Menu configuration file. |
6 | 6 | Adjust your button settings and display texts as needed. |
7 | 7 | */ |
8 | | - "Buttons": { |
9 | | - "ScrollUpButton": "W", |
10 | | - "ScrollDownButton": "S", |
11 | | - "SelectButton": "E" |
12 | | - }, |
13 | | - "DefaultSettings": { |
14 | | - "MenuType": "Both", |
15 | | - "TextColor": "Orange", |
16 | | - "PositionX": -5.5, |
17 | | - "PositionY": 0, |
18 | | - "Background": true, |
19 | | - "BackgroundHeight": 0, |
20 | | - "BackgroundWidth": 0.2, |
21 | | - "Font": "Arial Bold", |
22 | | - "Size": 32, |
23 | | - "Spacing": true, |
24 | | - "EnableOptionsCount": true |
25 | | - }, |
26 | | - "Translations": { |
27 | | - "NextButton": "Next", |
28 | | - "BackButton": "Back", |
29 | | - "ExitButton": "Exit", |
30 | | - "DisabledOption": "(Disabled)", |
31 | | - "ScrollInfo": "[W/S] Scroll", |
32 | | - "SelectInfo": "[E] Select", |
33 | | - "SelectPrefix": "‣ " |
34 | | - } |
| 8 | + "Buttons": { |
| 9 | + "ScrollUpButton": "W", |
| 10 | + "ScrollDownButton": "S", |
| 11 | + "SelectButton": "E" |
| 12 | + }, |
| 13 | + "DefaultSettings": { |
| 14 | + "MenuType": "KeyPress", |
| 15 | + "TextColor": "Orange", |
| 16 | + "DisabledOptionsColor": "White", |
| 17 | + "PositionX": -5.5, |
| 18 | + "PositionY": 0, |
| 19 | + "Background": true, |
| 20 | + "BackgroundHeight": 0.10, |
| 21 | + "BackgroundWidth": 0.10, |
| 22 | + "Font": "Arial Bold", |
| 23 | + "Size": 32, |
| 24 | + "Spacing": true, |
| 25 | + "FreezePlayer": true, |
| 26 | + "EnableOptionsCount": true, |
| 27 | + "EnableDisabledOptionsCount": true |
| 28 | + }, |
| 29 | + "Translations": { |
| 30 | + "NextButton": "Next", |
| 31 | + "BackButton": "Back", |
| 32 | + "ExitButton": "Exit", |
| 33 | + "ScrollInfo": "[W/S] Scroll", |
| 34 | + "SelectInfo": "[E] Select", |
| 35 | + "SelectPrefix": "\u2023 " |
| 36 | + }, |
| 37 | + "Sounds": { |
| 38 | + "Select": "sounds/buttons/button9", |
| 39 | + "Next": "sounds/buttons/button9", |
| 40 | + "Back": "sounds/buttons/button9", |
| 41 | + "Exit": "sounds/buttons/button9", |
| 42 | + "ScrollUp": "sounds/ui/csgo_ui_store_rollover.vsnd_c", |
| 43 | + "ScrollDown": "sounds/ui/csgo_ui_store_rollover.vsnd_c" |
| 44 | + } |
| 45 | + |
35 | 46 | /* |
36 | 47 | Buttons mapping: |
37 | 48 | |
|
0 commit comments