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` 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.