|
3 | 3 | <str id="optionsMenu.desc-missing">No Description</str>
|
4 | 4 |
|
5 | 5 | <group name="OptionsMenu">
|
| 6 | + <str id="optionsMenu.advanced">Advanced</str> |
6 | 7 | <str id="optionsMenu.header.title">Options Menu</str>
|
7 | 8 | <str id="optionsMenu.header.desc">Select a category to continue.</str>
|
8 | 9 |
|
|
11 | 12 |
|
12 | 13 | <str id="optionsTree.gameplay-name">Gameplay</str>
|
13 | 14 | <str id="optionsTree.gameplay-desc">Change Gameplay options such as Downscroll, Scroll Speed, Naughtyness...</str>
|
| 15 | + <str id="optionsTree.gameplay.advanced-desc">Change more advanced options such as Window Size, Streaming Audio...</str> |
14 | 16 |
|
15 | 17 | <str id="optionsTree.appearance-name">Appearance</str>
|
16 | 18 | <str id="optionsTree.appearance-desc">Change Appearance options such as Flashing menus...</str>
|
|
80 | 82 |
|
81 | 83 | <str id="gpuOnlyBitmaps-name">VRAM-Only Sprites</str>
|
82 | 84 | <str id="gpuOnlyBitmaps-desc">If checked, will only store the bitmaps in the GPU, freeing a LOT of memory (EXPERIMENTAL). Turning this off will consume a lot of memory, especially on bigger sprites. If you aren't sure, leave this on.</str>
|
83 |
| - |
84 |
| - <str id="autoPause-name">Auto Pause</str> |
85 |
| - <str id="autoPause-desc">If checked, switching windows will pause the game.</str> |
86 |
| - |
87 |
| - <str id="streamedMusic-name">Streamed Music</str> |
88 |
| - <str id="streamedMusic-desc">"If checked, only musics will have streamed audio, ALSO freeing a LOT of memory with the downside of higher cpu usage if more audio are being streamed at once (EXPERIMENTAL). Turning this off will consume a lot of memory, especially on longer songs. If you aren't sure, leave this on.</str> |
89 |
| - |
90 |
| - <str id="streamedVocals-name">Streamed Vocals</str> |
91 |
| - <str id="streamedVocals-desc">If checked, vocals will also be streamed if Streamed Music is checked, will impact the performance if the song uses alot of vocals (EXPERIMENTAL). If you aren't sure, leave this on.</str> |
92 | 85 | </group>
|
93 | 86 |
|
94 | 87 | <group name="GameplayOptions" prefix="GameplayOptions.">
|
|
98 | 91 | <str id="ghostTapping-name">Ghost Tapping</str>
|
99 | 92 | <str id="ghostTapping-desc">If unchecked, trying to hit any strum that have no note that can be hit will cause a miss.</str>
|
100 | 93 |
|
101 |
| - <str id="songOffset-name">Song Offset</str> |
102 |
| - <str id="songOffset-desc">Changes the offset that songs should start with.</str> |
103 |
| - |
104 | 94 | <str id="naughtyness-name">Naughtyness</str>
|
105 | 95 | <str id="naughtyness-desc">If unchecked, will censor the Week 7 cutscenes.</str>
|
106 | 96 |
|
107 | 97 | <str id="camZoomOnBeat-name">Camera Zoom on Beat</str>
|
108 | 98 | <str id="camZoomOnBeat-desc">If unchecked, will stop the camera from zooming in every 4 beats.</str>
|
109 | 99 |
|
| 100 | + <str id="autoPause-name">Auto Pause</str> |
| 101 | + <str id="autoPause-desc">If checked, switching windows will pause the game.</str> |
| 102 | + |
110 | 103 | <str id="volumeSFX-name">SFX Volume</str>
|
111 | 104 | <str id="volumeSFX-desc">Changes only the volume of the SFX instead of everything.</str>
|
| 105 | + |
| 106 | + <str id="songOffset-name">Song Offset</str> |
| 107 | + <str id="songOffset-desc">Changes the offset that songs should start with.</str> |
| 108 | + |
| 109 | + <group name="GameplayOptionsAdvanced" prefix="Advanced."> |
| 110 | + <str id="windowSize-name">Window Size</str> |
| 111 | + <str id="windowSize-desc">...</str> |
| 112 | + |
| 113 | + <str id="streamedMusic-name">Streamed Music</str> |
| 114 | + <str id="streamedMusic-desc">If checked, only musics will have streamed audio, ALSO freeing a LOT of memory with the downside of higher cpu usage if more audio are being streamed at once (EXPERIMENTAL). Turning this off will consume a lot of memory, especially on longer songs. If you aren't sure, leave this on.</str> |
| 115 | + |
| 116 | + <str id="streamedVocals-name">Streamed Vocals</str> |
| 117 | + <str id="streamedVocals-desc">If checked, vocals will also be streamed if Streamed Music is checked, will impact the performance if the song uses alot of vocals (EXPERIMENTAL). If you aren't sure, leave this on.</str> |
| 118 | + </group> |
112 | 119 | </group>
|
113 | 120 |
|
114 | 121 | <group name="LanguageOptions" prefix="LanguageOptions.">
|
|
0 commit comments