From 38c166f63a7a61ad3aa95debcaa9c9e89be1c62e Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Mon, 4 May 2026 09:04:17 -0500 Subject: [PATCH] ShowLootHud setting --- .gitmodules | 8 ++++---- ALttPRandomizer/Model/SeedSettings.cs | 11 +++++++++++ BetaRandomizer | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index f9c3072..f80cc2a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "BaseRandomizer"] path = BaseRandomizer - url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python + url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python.git branch = main [submodule "Apr2025Randomizer"] path = Apr2025Randomizer - url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python + url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python.git branch = apr_2025 [submodule "BetaRandomizer"] path = BetaRandomizer - url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python - branch = beta_2 + url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python.git + branch = beta [submodule "PikitRandomizer"] path = PikitRandomizer url = https://git.gwaa.kiwi/alttpr-gwaa-kiwi/alttpr-python.git diff --git a/ALttPRandomizer/Model/SeedSettings.cs b/ALttPRandomizer/Model/SeedSettings.cs index e6201ac..0bf4a60 100644 --- a/ALttPRandomizer/Model/SeedSettings.cs +++ b/ALttPRandomizer/Model/SeedSettings.cs @@ -99,6 +99,10 @@ [IgnoreSetting(Apr2025)] public ShowLoot ShowLoot { get; set; } = ShowLoot.Never; + [SettingName("loothud")] + [IgnoreSetting(Apr2025, Base)] + public ShowLootHud ShowLootHud { get; set; } = ShowLootHud.Never; + [SettingName("showmap")] [IgnoreSetting(Apr2025)] public ShowMap ShowMap { get; set; } = ShowMap.Map; @@ -408,6 +412,13 @@ Always, } + public enum ShowLootHud { + Never, + Presence, + Value, + [SettingName("dungeon_value")] DungeonValue, + } + public enum ShowMap { Visited, Map, diff --git a/BetaRandomizer b/BetaRandomizer index 4de84df..6474975 160000 --- a/BetaRandomizer +++ b/BetaRandomizer @@ -1 +1 @@ -Subproject commit 4de84df7a8393531879efbae9768151ead295048 +Subproject commit 6474975b077faa9cb137fb694af07e5cffa1642f