From 161f1de7bfe998259acc6e25d15ef48599f13214 Mon Sep 17 00:00:00 2001 From: TechStudent10 <76978184+TechStudent10@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:08:23 -0600 Subject: [PATCH] v1.0.1, fixes #1 --- about.md.old | 6 +++--- script2.py | 6 +++--- src/SettingsLayer.cpp | 7 ++++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/about.md.old b/about.md.old index 370ff0f..ca6e1a1 100644 --- a/about.md.old +++ b/about.md.old @@ -9,7 +9,7 @@ Edit about.md to change this - gv_0026 Auto Retry - gv_0028 Disable Thumbstick - gv_0040 Show Percent - - gv_0026 Default Mini Icon + - gv_0060 Default Mini Icon - gv_0052 Fast Reset - gv_0074 Restart Button - gv_0109 Extra Info (?) @@ -41,14 +41,14 @@ Edit about.md to change this - gv_0101 Force Smooth Fix - gv_0102 Smooth Fix in the Editor - gv_0108 Auto LDM - - gv_0126 Save Gauntlet Levels + - gv_0127 Save Gauntlet Levels - gv_0128 Lock Cursor In-Game - gv_0136 Extra LDM - gv_0140 Disable Orb Scale - gv_0141 Disable Trigger Orb Scale - gv_0155 Disable Shader Anti-Aliasing - Audio - - gv_0010 Load Songs into Memory + - gv_0019 Load Songs into Memory - gv_0022 Higher Audio Quality - gv_0033 Change Song Path - gv_0018 No Song Limit diff --git a/script2.py b/script2.py index b278308..f6d6f87 100644 --- a/script2.py +++ b/script2.py @@ -103,11 +103,11 @@ 21:47:34 INFO [Main] [Settings+]: 0174 21:47:34 INFO [Main] [Settings+]: 0015 21:47:34 INFO [Main] [Settings+]: 0153 -21:47:34 INFO [Main] [Settings+]: 0026 +21:47:34 INFO [Main] [Settings+]: 0060 21:47:34 INFO [Main] [Settings+]: 0061 21:47:34 INFO [Main] [Settings+]: 0062 21:47:34 INFO [Main] [Settings+]: 0096 -21:47:34 INFO [Main] [Settings+]: 0010 +21:47:34 INFO [Main] [Settings+]: 0019 21:47:34 INFO [Main] [Settings+]: 0022 21:47:34 INFO [Main] [Settings+]: 0033 21:47:34 INFO [Main] [Settings+]: 0018 @@ -135,7 +135,7 @@ 21:47:34 INFO [Main] [Settings+]: 0136 21:47:34 INFO [Main] [Settings+]: 0042 21:47:34 INFO [Main] [Settings+]: 0056 -21:47:34 INFO [Main] [Settings+]: 0126 +21:47:34 INFO [Main] [Settings+]: 0127 21:47:34 INFO [Main] [Settings+]: 0093 21:47:34 INFO [Main] [Settings+]: 0066 21:47:34 INFO [Main] [Settings+]: 0014 diff --git a/src/SettingsLayer.cpp b/src/SettingsLayer.cpp index 27ce50c..8aa1e3c 100644 --- a/src/SettingsLayer.cpp +++ b/src/SettingsLayer.cpp @@ -215,6 +215,7 @@ std::string descForGV(std::string gv) { {"0109", "Toggles the extra info/debug label in game"}, {"0113", "Flips the platformer controls"}, {"0153", "Whether the player should explode on death"}, + {"0019", "Loads audio into memory. Used to be available in 2.1, not available in base 2.2"}, {"0022", "Whether the game should use higher audio quality"}, {"0075", "(Parental Controls) Disables comments (known to be buggy)"}, {"0076", "(Parental Controls) Disables account posts"}, @@ -404,13 +405,13 @@ void SettingsLayer::switchPage(SettingPage page, bool isFirstRun, CCMenuItemSpri SETTING("Flip Pause Button", "0015") SEPARATOR("Icon Options") SETTING("Explode Player on Death", "0153") - SETTING("Default Mini Icon", "0026") + SETTING("Default Mini Icon", "0060") SETTING("Switch Spider Teleport Color", "0061") SETTING("Switch Dash Fire Color", "0062") SETTING("Switch Wave Trail Color", "0096") break; case Audio: - SETTING("Load Songs into Memory", "0010") + SETTING("Load Songs into Memory", "0019") SETTING("Higher Audio Quality", "0022") SETTING("Change Song Path", "0033") SETTING("No Song Limit", "0018") @@ -449,7 +450,7 @@ void SettingsLayer::switchPage(SettingPage page, bool isFirstRun, CCMenuItemSpri SEPARATOR("Improvements (may cause issues on low end devices)") SETTING("Increase Max Levels", "0042") SETTING("Disable Object Alert", "0056") - SETTING("Save Gauntlet Levels", "0126") + SETTING("Save Gauntlet Levels", "0127") SETTING("Increase Local Levels Per Page", "0093") SETTING("High Capacity Mode", "0066") SEPARATOR("Disable Toggles")