tooltip otr to o2r (#6300)
This commit is contained in:
@@ -795,7 +795,7 @@ void Settings::CreateOptionDescriptions() {
|
|||||||
"and disabled below.\n"
|
"and disabled below.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"No logic - Item placement is completely random. MAY BE IMPOSSIBLE TO BEAT.";
|
"No logic - Item placement is completely random. MAY BE IMPOSSIBLE TO BEAT.";
|
||||||
mOptionDescriptions[RSK_ALL_LOCATIONS_REACHABLE] = "When this options is enabled, the randomizer will "
|
mOptionDescriptions[RSK_ALL_LOCATIONS_REACHABLE] = "When this option is enabled, the randomizer will "
|
||||||
"guarantee that every item is obtainable and every "
|
"guarantee that every item is obtainable and every "
|
||||||
"location is reachable. When disabled, only "
|
"location is reachable. When disabled, only "
|
||||||
"required items and locations to beat the game "
|
"required items and locations to beat the game "
|
||||||
|
|||||||
@@ -1307,21 +1307,21 @@ void Settings::CreateOptions() {
|
|||||||
OPT_U8(RSK_DAMAGE_MULTIPLIER, "Damage Multiplier", {"x1/2", "x1", "x2", "x4", "x8", "x16", "OHKO"}, OptionCategory::Setting, "", "", WIDGET_CVAR_SLIDER_INT, RO_DAMAGE_MULTIPLIER_DEFAULT);
|
OPT_U8(RSK_DAMAGE_MULTIPLIER, "Damage Multiplier", {"x1/2", "x1", "x2", "x4", "x8", "x16", "OHKO"}, OptionCategory::Setting, "", "", WIDGET_CVAR_SLIDER_INT, RO_DAMAGE_MULTIPLIER_DEFAULT);
|
||||||
// Don't show any MQ options if both quests aren't available
|
// Don't show any MQ options if both quests aren't available
|
||||||
if (!(OTRGlobals::Instance->HasMasterQuest() && OTRGlobals::Instance->HasOriginal())) {
|
if (!(OTRGlobals::Instance->HasMasterQuest() && OTRGlobals::Instance->HasOriginal())) {
|
||||||
mOptions[RSK_MQ_DUNGEON_RANDOM].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_DUNGEON_RANDOM].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_DUNGEON_COUNT].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_DUNGEON_COUNT].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_DUNGEON_SET].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_DUNGEON_SET].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_DEKU_TREE].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_DEKU_TREE].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_DODONGOS_CAVERN].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_DODONGOS_CAVERN].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_JABU_JABU].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_JABU_JABU].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_FOREST_TEMPLE].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_FOREST_TEMPLE].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_FIRE_TEMPLE].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_FIRE_TEMPLE].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_WATER_TEMPLE].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_WATER_TEMPLE].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_SPIRIT_TEMPLE].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_SPIRIT_TEMPLE].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_SHADOW_TEMPLE].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_SHADOW_TEMPLE].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_BOTTOM_OF_THE_WELL].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_BOTTOM_OF_THE_WELL].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_ICE_CAVERN].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_ICE_CAVERN].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_GTG].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_GTG].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
mOptions[RSK_MQ_GANONS_CASTLE].Disable("This Options has been disabled because only one type of OTR has been loaded");
|
mOptions[RSK_MQ_GANONS_CASTLE].Disable("This option has been disabled because only one type of O2R has been loaded");
|
||||||
} else {
|
} else {
|
||||||
// If any MQ Options are available, show the MQ Dungeon Randomization Combobox
|
// If any MQ Options are available, show the MQ Dungeon Randomization Combobox
|
||||||
mOptions[RSK_MQ_DUNGEON_RANDOM].Enable();
|
mOptions[RSK_MQ_DUNGEON_RANDOM].Enable();
|
||||||
|
|||||||
@@ -1445,7 +1445,7 @@ void SohMenu::AddMenuEnhancements() {
|
|||||||
.Options(CheckboxOptions().Tooltip("Turn on/off changes to the Lost Woods Ocarina Game behavior."));
|
.Options(CheckboxOptions().Tooltip("Turn on/off changes to the Lost Woods Ocarina Game behavior."));
|
||||||
auto ocarinaMemoryGameDisabledFunc = [](WidgetInfo& info) {
|
auto ocarinaMemoryGameDisabledFunc = [](WidgetInfo& info) {
|
||||||
info.options->disabled = CVarGetInteger(CVAR_ENHANCEMENT("CustomizeOcarinaGame"), 0) == 0;
|
info.options->disabled = CVarGetInteger(CVAR_ENHANCEMENT("CustomizeOcarinaGame"), 0) == 0;
|
||||||
info.options->disabledTooltip = "This options is disabled because \"Customize Behavior\" is turned off.";
|
info.options->disabledTooltip = "This option is disabled because \"Customize Behavior\" is turned off.";
|
||||||
};
|
};
|
||||||
AddWidget(path, "Instant Win##LostWoods", WIDGET_CVAR_CHECKBOX)
|
AddWidget(path, "Instant Win##LostWoods", WIDGET_CVAR_CHECKBOX)
|
||||||
.CVar(CVAR_ENHANCEMENT("InstantOcarinaGameWin"))
|
.CVar(CVAR_ENHANCEMENT("InstantOcarinaGameWin"))
|
||||||
|
|||||||
Reference in New Issue
Block a user