
ItemsBounceBack
Makes equippable items bounce out of hurt/kill boxes!Details
Makes equippable items bounce out of hurt/kill boxes!
A very simple mod. No more losing items for the rest of the level when your teammate knocks you off the map (does not apply to carts and item upgrades)
If you have any issues, report them to me through either the mod listing on the R.E.P.O Modding Discord or on github
Mod Compatiblity (for Developers):
By default, this mod populates a dictionary of all items, making most hotbar-equippable items bounce. The following item types are disabled by default: cart, pocket_cart, and item_upgrade.
If you want to override a custom item's behaviour, add this mod as a soft dependency and call ItemsBounceBack.TryAddBounceEntry(itemAssetName, bool)
somewhere in your code (this only needs to be called once, don't put it in Update()
)
If you like my mods, please consider supporting me via one of the badges below!