diff --git a/_data/categories.yml b/_data/categories.yml index bc60eef..bfad044 100644 --- a/_data/categories.yml +++ b/_data/categories.yml @@ -4,11 +4,96 @@ # Each value can then have a custom 'title', to fix spaces and/or capitalization, and a custom # 'description', which is used in the category list. -lorem: - title: Lorem Ipsum +# General Categories + +cheat: + title: Cheat + description: Mods that help you cheat. + +dev: + title: Developer Tools + description: Tools which are primarily useful for other mod developers. + +dialog: + title: Dialog/Sound + +enemy: + title: Enemy + +gameplay: + title: Gameplay + +gear: + title: Gear + +movement: + title: Movement + +lib: + title: Library + +loot: + title: Loot + +overhaul: + title: Overhaul description: > - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut - labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris - nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate - velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non - proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + Major overhauls, which affect most of the game one way or another. Generally recommended to be + played on a new save, and generally not compatible with other overhauls. + +save-edit: + title: Save Editing + +skills: + title: Skills + +ui: + title: UI + +vehicle: + title: Vehicle + +# Categories only in Oak DB +amara: + title: Amara + description: Mods specifically affecting Amara. + +fl4k: + title: FL4K + description: Mods specifically affecting FL4K. + +moze: + title: Moze + description: Mods specifically affecting Moze. + +zane: + title: Zane + description: Mods specifically affecting Zane. + +blightcaller: + title: Blightcaller + description: Mods specifically affecting Blightcallers. + +brrzerker: + title: Brr-Zerker + description: Mods specifically affecting Brr-Zerkers. + +clawbringer: + title: Clawbringer + description: Mods specifically affecting Clawbringers. + +graveborn: + title: Graveborn + description: Mods specifically affecting Graveborns. + +spellshot: + title: Spellshot + description: Mods specifically affecting Spellshots. + +spore-warden: + title: Spore Warden + description: Mods specifically affecting Spore Wardens. + +stabbomancer: + title: Stabbomancer + description: Mods specifically affecting Stabbomancers. diff --git a/_oak_mods/Anoint_trimmer.md b/_oak_mods/Anoint_trimmer.md index c624bb6..baaef57 100644 --- a/_oak_mods/Anoint_trimmer.md +++ b/_oak_mods/Anoint_trimmer.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/Itzsmugg/smuggs-oak-sdk-mods/master/anoint_trimmer/pyproject.toml +mod_categories: loot save-edit --- diff --git a/_oak_mods/BalanceDropperBL3.md b/_oak_mods/BalanceDropperBL3.md index 377ee03..33dcdf3 100644 --- a/_oak_mods/BalanceDropperBL3.md +++ b/_oak_mods/BalanceDropperBL3.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/mantorofficial/BalanceDropperBl3/refs/heads/main/pyproject.toml +mod_categories: cheat save-edit loot dev --- diff --git a/_oak_mods/BlastJumping.md b/_oak_mods/BlastJumping.md index 8b4f78f..d656852 100644 --- a/_oak_mods/BlastJumping.md +++ b/_oak_mods/BlastJumping.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/BlastJumping/pyproject.toml +mod_categories: gear movement --- diff --git a/_oak_mods/BonkUtilities.md b/_oak_mods/BonkUtilities.md index b690676..9203517 100644 --- a/_oak_mods/BonkUtilities.md +++ b/_oak_mods/BonkUtilities.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/BonkUtilities/pyproject.toml ---- \ No newline at end of file +mod_categories: cheat +--- diff --git a/_oak_mods/ColdDeadHands.md b/_oak_mods/ColdDeadHands.md index 1677b4b..96ace36 100644 --- a/_oak_mods/ColdDeadHands.md +++ b/_oak_mods/ColdDeadHands.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/ColdDeadHands/pyproject.toml +mod_categories: gameplay loot --- Similar to the Borderlands 2 version of this mod, enemies will now use legit weapons and will drop the weapon they're using. diff --git a/_oak_mods/Commander.md b/_oak_mods/Commander.md index 55b5473..93fd648 100644 --- a/_oak_mods/Commander.md +++ b/_oak_mods/Commander.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/mopioid/Borderlands-Commander/refs/heads/master/Commander/pyproject.toml +mod_categories: cheat --- diff --git a/_oak_mods/ConfigurableWorldDrops.md b/_oak_mods/ConfigurableWorldDrops.md index 6ed3895..bf9a135 100644 --- a/_oak_mods/ConfigurableWorldDrops.md +++ b/_oak_mods/ConfigurableWorldDrops.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/noworlddrops/pyproject.toml ---- \ No newline at end of file +mod_categories: loot +--- diff --git a/_oak_mods/CutsceneDisabler.md b/_oak_mods/CutsceneDisabler.md index 29f22c1..fc7e145 100644 --- a/_oak_mods/CutsceneDisabler.md +++ b/_oak_mods/CutsceneDisabler.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/CutsceneDisabler/pyproject.toml +mod_categories: dialog --- diff --git a/_oak_mods/DamageLogger.md b/_oak_mods/DamageLogger.md index 66b7002..61254ec 100644 --- a/_oak_mods/DamageLogger.md +++ b/_oak_mods/DamageLogger.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/DamageLogger/pyproject.toml ---- \ No newline at end of file +mod_categories: dev gear +--- diff --git a/_oak_mods/DialogTweaks.md b/_oak_mods/DialogTweaks.md index a0bbc99..86da2d9 100644 --- a/_oak_mods/DialogTweaks.md +++ b/_oak_mods/DialogTweaks.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/Siggless/oak-sdk-mods/refs/heads/main/DialogTweaks/pyproject.toml +mod_categories: dialog --- diff --git a/_oak_mods/DiamondLootConfig.md b/_oak_mods/DiamondLootConfig.md index c0f5c86..7f50518 100644 --- a/_oak_mods/DiamondLootConfig.md +++ b/_oak_mods/DiamondLootConfig.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/diamondchestconfig/pyproject.toml ---- \ No newline at end of file +mod_categories: loot +--- diff --git a/_oak_mods/DisableQuitToDesktop.md b/_oak_mods/DisableQuitToDesktop.md index 9dfa593..8ef0a8d 100644 --- a/_oak_mods/DisableQuitToDesktop.md +++ b/_oak_mods/DisableQuitToDesktop.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/noqtd/pyproject.toml ---- \ No newline at end of file +mod_categories: ui +--- diff --git a/_oak_mods/EarlsDLCVendor.md b/_oak_mods/EarlsDLCVendor.md index b93b77c..1232ade 100644 --- a/_oak_mods/EarlsDLCVendor.md +++ b/_oak_mods/EarlsDLCVendor.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/earl_vendor_upgrades/pyproject.toml ---- \ No newline at end of file +mod_categories: loot +--- diff --git a/_oak_mods/FallDamage.md b/_oak_mods/FallDamage.md index 818c569..1080a94 100644 --- a/_oak_mods/FallDamage.md +++ b/_oak_mods/FallDamage.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/FallDamage/pyproject.toml +mod_categories: movement --- diff --git a/_oak_mods/FasterLongbow.md b/_oak_mods/FasterLongbow.md index 459cb25..c99077c 100644 --- a/_oak_mods/FasterLongbow.md +++ b/_oak_mods/FasterLongbow.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/Last1SiN/FasterLongbow/refs/heads/main/pyproject.toml +mod_categories: gear --- Configurable Longbow grenade throw and pre-teleport timing for Borderlands 3. Speeds up equipped Longbow delivery without changing other grenade delivery types, exposes the tested timing values through the Mod Menu, and enforces a safe minimum for Longbow teleport timing. diff --git a/_oak_mods/GuardianVaultCardDisabler.md b/_oak_mods/GuardianVaultCardDisabler.md index 898ccae..6937a0d 100644 --- a/_oak_mods/GuardianVaultCardDisabler.md +++ b/_oak_mods/GuardianVaultCardDisabler.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/GuardianVaultCardDisabler/pyproject.toml +mod_categories: ui --- diff --git a/_oak_mods/HUDTweaks.md b/_oak_mods/HUDTweaks.md index 2d811ad..0d61086 100644 --- a/_oak_mods/HUDTweaks.md +++ b/_oak_mods/HUDTweaks.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/HUDTweaks/pyproject.toml +mod_categories: ui --- SDK mod that lets you scale your HUD (again). This used to be a vanilla option but gearbox removed it for some reason. diff --git a/_oak_mods/HuntRewards.md b/_oak_mods/HuntRewards.md index 570eb62..441d4b7 100644 --- a/_oak_mods/HuntRewards.md +++ b/_oak_mods/HuntRewards.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/HuntRewards/pyproject.toml +mod_categories: gameplay --- diff --git a/_oak_mods/Leap_Slam.md b/_oak_mods/Leap_Slam.md index 277a8a6..d26e3a5 100644 --- a/_oak_mods/Leap_Slam.md +++ b/_oak_mods/Leap_Slam.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/Itzsmugg/smuggs-oak-sdk-mods/master/leap_slam/pyproject.toml +mod_categories: movement --- diff --git a/_oak_mods/NoDuplicateCosmetics.md b/_oak_mods/NoDuplicateCosmetics.md index 0329113..4afbaac 100644 --- a/_oak_mods/NoDuplicateCosmetics.md +++ b/_oak_mods/NoDuplicateCosmetics.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/Last1SiN/NoDuplicateCosmetics/refs/heads/main/NoDuplicateCosmetics/pyproject.toml +mod_categories: loot --- NoDuplicateCosmetics prevents already-owned cosmetics in Borderlands 3 from being selected again while preserving the game's native, source-local loot behavior. It filters supported owned cosmetics before native loot selection, keeps mixed gear + cosmetic pools on the stock resolver path, and lets exhausted cosmetic-only branches produce no cosmetic instead of replacing them with unrelated loot. diff --git a/_oak_mods/NoWastedEquipmentSDK.md b/_oak_mods/NoWastedEquipmentSDK.md index fd3cafe..88db789 100644 --- a/_oak_mods/NoWastedEquipmentSDK.md +++ b/_oak_mods/NoWastedEquipmentSDK.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/NoWastedEquipmentSDK/pyproject.toml +mod_categories: loot --- This mod makes it so that character-specific attributes will only ever spawn in a version which is useful to a player currently in the game. This applies to COMs, Customizations, and Anointments on gear. diff --git a/_oak_mods/OPMovement.md b/_oak_mods/OPMovement.md index a4df9a5..cab87ae 100644 --- a/_oak_mods/OPMovement.md +++ b/_oak_mods/OPMovement.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/op_movement/pyproject.toml ---- \ No newline at end of file +mod_categories: movement +--- diff --git a/_oak_mods/PersistentMarket.md b/_oak_mods/PersistentMarket.md index f360f28..5fe1286 100644 --- a/_oak_mods/PersistentMarket.md +++ b/_oak_mods/PersistentMarket.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/PersistentMarket/pyproject.toml ---- \ No newline at end of file +mod_categories: loot +--- diff --git a/_oak_mods/PhaseflareFix.md b/_oak_mods/PhaseflareFix.md index 0d41efc..a7c364e 100644 --- a/_oak_mods/PhaseflareFix.md +++ b/_oak_mods/PhaseflareFix.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/PhaseflareFix/pyproject.toml +mod_categories: amara skills --- diff --git a/_oak_mods/PickupAsTrash.md b/_oak_mods/PickupAsTrash.md index 61a2772..2a1d969 100644 --- a/_oak_mods/PickupAsTrash.md +++ b/_oak_mods/PickupAsTrash.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/Siggless/oak-sdk-mods/refs/heads/main/PickupAsTrash/pyproject.toml +mod_categories: loot --- Adds a secondary interaction to pickups, to pickup and mark as trash, and adds a "Sell All Trash" secondary interaction to weapon vendors in BL3. diff --git a/_oak_mods/PocketVehicles.md b/_oak_mods/PocketVehicles.md index 49c06e2..78b12b7 100644 --- a/_oak_mods/PocketVehicles.md +++ b/_oak_mods/PocketVehicles.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/PocketVehicles/pyproject.toml +mod_categories: vehicle --- diff --git a/_oak_mods/QuickSaveReload.md b/_oak_mods/QuickSaveReload.md index ee1cfd7..9565d7f 100644 --- a/_oak_mods/QuickSaveReload.md +++ b/_oak_mods/QuickSaveReload.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/QuickSaveReload/pyproject.toml +mod_categories: gameplay --- diff --git a/_oak_mods/SkillTreeSaver.md b/_oak_mods/SkillTreeSaver.md index db6b1a9..84e11a5 100644 --- a/_oak_mods/SkillTreeSaver.md +++ b/_oak_mods/SkillTreeSaver.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/PyrexBLJ/BL3-SDK-Mods/refs/heads/main/SkillTreeSaver/pyproject.toml ---- \ No newline at end of file +mod_categories: skills +--- diff --git a/_oak_mods/SnappyMovement.md b/_oak_mods/SnappyMovement.md index 89004a0..03790ae 100644 --- a/_oak_mods/SnappyMovement.md +++ b/_oak_mods/SnappyMovement.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/Last1SiN/SnappyMovement/refs/heads/main/pyproject.toml +categories: movement --- SnappyMovement makes Borderlands 3 ground movement more responsive by reducing acceleration ramp-up time and stopping inertia without increasing the game's normal movement speed. It changes only the local player's MaxAcceleration and BrakingDecelerationWalking, while leaving MaxWalkSpeed, MaxSprintSpeed, and GroundFriction untouched. diff --git a/_oak_mods/SpawnMultiplier.md b/_oak_mods/SpawnMultiplier.md index 043aade..767af5f 100644 --- a/_oak_mods/SpawnMultiplier.md +++ b/_oak_mods/SpawnMultiplier.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/Garw00d/BL3-SDK-Mods/refs/heads/main/SpawnMultiplier/pyproject.toml +mod_categories: enemy gameplay --- diff --git a/_oak_mods/TrueFastball.md b/_oak_mods/TrueFastball.md index ef23404..334ce96 100644 --- a/_oak_mods/TrueFastball.md +++ b/_oak_mods/TrueFastball.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/Last1SiN/TrueFastball/refs/heads/main/pyproject.toml +mod_categories: gear --- TrueFastball is a Borderlands 2-style Fastball overhaul for Borderlands 3. It increases Fastball damage with a configurable multiplier and accelerates the tested throw animation, while deliberately leaving Borderlands 3's native Fastball projectile speed and trajectory unchanged. diff --git a/_oak_mods/What_Am_I_Shooting_at.md b/_oak_mods/What_Am_I_Shooting_at.md index 6c611e3..96599ce 100644 --- a/_oak_mods/What_Am_I_Shooting_at.md +++ b/_oak_mods/What_Am_I_Shooting_at.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/Itzsmugg/smuggs-oak-sdk-mods/master/What_Am_I_Shooting_at/pyproject.toml +mod_categories: dev --- diff --git a/_oak_mods/abcd.md b/_oak_mods/abcd.md index 84dd367..ba51560 100644 --- a/_oak_mods/abcd.md +++ b/_oak_mods/abcd.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/apple1417/oak-sdk-mods/master/abcd/pyproject.toml +mod_categories: cheat --- diff --git a/_oak_mods/add_to_inv.md b/_oak_mods/add_to_inv.md index 2ea72cf..5ce9f09 100644 --- a/_oak_mods/add_to_inv.md +++ b/_oak_mods/add_to_inv.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/Itzsmugg/smuggs-oak-sdk-mods/master/add_to_inv/pyproject.toml +mod_categories: save-edit --- diff --git a/_oak_mods/command_history.md b/_oak_mods/command_history.md index 2591c24..e6c4e32 100644 --- a/_oak_mods/command_history.md +++ b/_oak_mods/command_history.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/RedxYeti/BL3-SDK-Mods/refs/heads/main/command_history/pyproject.toml +categories: dev --- diff --git a/_oak_mods/dialog_skipper.md b/_oak_mods/dialog_skipper.md index ea040f1..d7a8458 100644 --- a/_oak_mods/dialog_skipper.md +++ b/_oak_mods/dialog_skipper.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/apple1417/oak-sdk-mods/master/dialog_skipper/pyproject.toml +mod_categories: dialog --- diff --git a/_oak_mods/hunt.md b/_oak_mods/hunt.md index 3554e0d..1089369 100644 --- a/_oak_mods/hunt.md +++ b/_oak_mods/hunt.md @@ -1,5 +1,6 @@ --- pyproject_url: https://raw.githubusercontent.com/apple1417/oak-sdk-mods/master/hunt/pyproject.toml +mod_categories: loot --- The official Borderlands 3 Hunt Tracker. diff --git a/_oak_mods/obj_dump.md b/_oak_mods/obj_dump.md index 4421b58..3750ac2 100644 --- a/_oak_mods/obj_dump.md +++ b/_oak_mods/obj_dump.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/apple1417/oak-sdk-mods/master/obj_dump/pyproject.toml +mod_categories: dev --- diff --git a/_oak_mods/projectile_dysfunction.md b/_oak_mods/projectile_dysfunction.md index 85ae12e..456e85a 100644 --- a/_oak_mods/projectile_dysfunction.md +++ b/_oak_mods/projectile_dysfunction.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/Itzsmugg/smuggs-oak-sdk-mods/master/projectile_dysfunction/pyproject.toml +mod_categories: gear --- diff --git a/_oak_mods/spawn_reset.md b/_oak_mods/spawn_reset.md index 9ea993c..cdd652c 100644 --- a/_oak_mods/spawn_reset.md +++ b/_oak_mods/spawn_reset.md @@ -1,3 +1,4 @@ --- pyproject_url: https://raw.githubusercontent.com/Itzsmugg/smuggs-oak-sdk-mods/master/spawn_reset/pyproject.toml +mod_categories: enemy ---