TMWS-ItemsBounceBack_Updated icon

ItemsBounceBack Updated

Makes equippable items bounce out of hurt/kill boxes!

Last updated 3 weeks ago
Total downloads 1729
Total rating 1 
Categories Mods Misc Items Weapons
Dependency string TMWS-ItemsBounceBack_Updated-1.2.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Zehs-REPOLib-3.0.1 icon
Zehs-REPOLib

Library for adding content to R.E.P.O.

Preferred version: 3.0.1

README

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 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 this mod, please consider supporting via one of the badges below!

(Updated For v0.3.0)