From f50b9f5b424e245ece390bfd1c2dfec7a9321dc1 Mon Sep 17 00:00:00 2001 From: "Dominic (Cr4nkSt4r)" Date: Tue, 14 Apr 2026 17:52:21 +0200 Subject: [PATCH 1/2] feat(_oak2_mods): add BL4ItemSpawner mod --- _oak2_mods/BL4ItemSpawner.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _oak2_mods/BL4ItemSpawner.md diff --git a/_oak2_mods/BL4ItemSpawner.md b/_oak2_mods/BL4ItemSpawner.md new file mode 100644 index 0000000..85d3fbd --- /dev/null +++ b/_oak2_mods/BL4ItemSpawner.md @@ -0,0 +1,9 @@ +--- +pyproject_url: https://github.com/Cr4nkSt4r/Borderlands-4.Mods/raw/refs/heads/main/bl4_item_spawner/src/pyproject.toml +--- +#### Spawn any supported item with a valid entry in the ItemPool + +**Important information** +By default, only two pearl weapons can be spawned because the others lack an entry in the ItemPool. +This .pak mod adds each to their own ItemPool: [~pearl_itempool.pak](https://github.com/Cr4nkSt4r/Borderlands-4.Mods/raw/refs/heads/main/bl4_item_spawner/~pearl_itempool.pak) +Place the .pak mod inside your games PAK folder `Borderlands 4\OakGame\Content\Paks` From a5765c366794de727afc7d13dcd53fa2108a8ec4 Mon Sep 17 00:00:00 2001 From: "Dominic (Cr4nkSt4r)" Date: Tue, 14 Apr 2026 18:06:38 +0200 Subject: [PATCH 2/2] feat(_oak2_mods): add BL4RewardGenerator mod --- _oak2_mods/BL4RewardGenerator.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _oak2_mods/BL4RewardGenerator.md diff --git a/_oak2_mods/BL4RewardGenerator.md b/_oak2_mods/BL4RewardGenerator.md new file mode 100644 index 0000000..f9c3196 --- /dev/null +++ b/_oak2_mods/BL4RewardGenerator.md @@ -0,0 +1,5 @@ +--- +pyproject_url: https://github.com/Cr4nkSt4r/Borderlands-4.Mods/raw/refs/heads/main/bl4_reward_generator/src/pyproject.toml +--- +#### Generate any supported reward or custom ones with ItemSerials +Note: has some test code still inside.