PreventPickup
This mod prevents picking up items you don't want and gives you scrap or a random item of the same rarity instead (configurable).
Last updated | 2 years ago |
Total downloads | 7805 |
Total rating | 4 |
Categories | Mods Tweaks Items |
Dependency string | Vl4dimyr-PreventPickup-1.1.0 |
Dependants | 7 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.1905README
PreventPickup
Description
This mod prevents picking up items you don't want and gives you scrap or a random item of the same rarity instead (configurable).
Config
TL;DR
Use Risk Of Options for in-game settings!
Manual Config
The config file (\BepInEx\config\de.userstorm.preventpickup.cfg
) will be crated automatically when the mod is loaded.
You need to restart the game for changes to apply in game.
With the following config example picking up a SoldierĀ“s Syringe
would have a 33% chance of giving a random white item, otherwise White Scrap. Picking up Tougher Times
would not be prevented.
[Balance]
## Chance to get a random white item when a white item pick up is prevented. (0.00 to 1.00, 0.00 == 0%, 1.0 == 100%)
# Setting type: Single
# Default value: 0.05
WhiteRandomItemChance = 0.33
# ...
[PreventPickup]
## Item index: 0 | Name: SoldierĀ“s Syringe | Tier: Tier1
# Setting type: Boolean
# Default value: false
Syringe = true
## Item index: 1 | Name: Tougher Times | Tier: Tier1
# Setting type: Boolean
# Default value: false
Bear = false
# ...
If you want to play without shields set
PersonalShield
,ShieldOnly
andHeadHunter
pickup prevention totrue
Manual Install
- Install BepInEx and R2API
- Download the latest
PreventPickup_x.y.z.zip
here - Extract and move the
PreventPickup.dll
into the\BepInEx\plugins
folder
Changelog
The Changelog can be found on GitHub.
Bugs/Feedback
For bugs or feedback please use GitHub Issues.
Help me out
It is by no means required, but if you would like to support me head over to my Patreon.