From 2c504d5fe8722a4a1e875bfaf42bc58cb016efdd Mon Sep 17 00:00:00 2001 From: RedxYeti <39033204+RedxYeti@users.noreply.github.com> Date: Fri, 18 Jul 2025 20:52:19 -0400 Subject: [PATCH 1/2] Create HUDTweaks.md --- _oak_mods/HUDTweaks.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _oak_mods/HUDTweaks.md diff --git a/_oak_mods/HUDTweaks.md b/_oak_mods/HUDTweaks.md new file mode 100644 index 0000000..16aef28 --- /dev/null +++ b/_oak_mods/HUDTweaks.md @@ -0,0 +1,15 @@ +--- +pyproject_url: https://github.com/RedxYeti/BL3-SDK-Mods/raw/refs/heads/main/HUDTweaks/pyproject.toml +--- +SDK mod that lets you scale your HUD (again). This used to be a vanilla option but gearbox removed it for some reason. + + +Also includes options for hiding guardian rank/vault card bars and skill point notifications. These may take a save quit to take effect. + + +Last option is what shows next to your health bar. Usually its your class name, but now you can choose your class mod or nothing as well. + + +Known Issues: + +The HUD doesn't scale instantly or doesn't scale. This is because there's no clear time when the HUD gets set. Opening and closing your Echo will fix this. From 532e703f23f098203d41eef5003793336f13398c Mon Sep 17 00:00:00 2001 From: RedxYeti <39033204+RedxYeti@users.noreply.github.com> Date: Fri, 18 Jul 2025 20:53:57 -0400 Subject: [PATCH 2/2] Create GuardianVaultCardDisabler.md --- _oak_mods/GuardianVaultCardDisabler.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _oak_mods/GuardianVaultCardDisabler.md diff --git a/_oak_mods/GuardianVaultCardDisabler.md b/_oak_mods/GuardianVaultCardDisabler.md new file mode 100644 index 0000000..898ccae --- /dev/null +++ b/_oak_mods/GuardianVaultCardDisabler.md @@ -0,0 +1,3 @@ +--- +pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/GuardianVaultCardDisabler/pyproject.toml +---