RandomItemGenerating
Spawns a random item into every player's empty slots if they have any every set interval
By Nathrexeio
| Date uploaded | 8 months ago |
| Version | 1.0.5 |
| Download link | Nathrexeio-RandomItemGenerating-1.0.5.zip |
| Downloads | 5290 |
| Dependency string | Nathrexeio-RandomItemGenerating-1.0.5 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
General Information
This Mod Spawns a random item that is in the base game into an empty slot in your inventory If the player doesn't have an empty slot in their inventory for the item they are skipped
You can change the Item Spawn interval and Change weather or not every player gets the same item every spawn interval
Only the host needs this mod, if you are not the host, its not going to happen
The Passport item
By default, the player cannot drop the Passport item, meaning it temporarily occupies an inventory slot unless a workaround is performed. so I added a config option "ExcludePassport" which is set to true by default, preventing the Passport from ever spawning.
The Workarounds (If ExcludePassport is Disabled):
Pass Out: You drop all items in your main slots upon passing out.
Backpack Drop: If you have a backpack, you can drop the Passport using this method:
Move the Passport into your backpack.
Fill all three main inventory slots.
Pull the Passport out of the bag (it will go into your temporary extra slot).
Select one of the three main slots, and your character will drop the Passport.
CHANGELOG
v1.0.5
Added a new config option: RemoveProblematicItems, (Default: true) when set to true, this will remove The grappling hook, cheater compass, and warp compass from the random spawn item pool
v1.0.4
Removed Debug logs and Forced one Second Spawning interval Sorry :|
v1.0.3
The Backpack slot is now checked if the item to be spawned is a Backpack meaning if your inventory is full, you can still get a Backpack Fixing code inconsistances Added config option to remove passport from random item pool (Default: true) because it can be annoying to get rid of Added BepInEx-BepInExPack_PEAK-5.4.2403 Dependency to the manifest.json file Added more info to README.md file
v1.0.2
Fixed SameItemForAll config value being the opposite in the code
v1.0.1
Added Config
v1.0.0
Unreleased first version