You are viewing a potentially older version of this package. View all versions.
SeroRonin-ItemsBounceBack-1.1.0 icon

ItemsBounceBack

Makes equippable items bounce out of hurt/kill boxes!

Date uploaded 8 months ago
Version 1.1.0
Download link SeroRonin-ItemsBounceBack-1.1.0.zip
Downloads 101558
Dependency string SeroRonin-ItemsBounceBack-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2304
Zehs-REPOLib-3.0.2 icon
Zehs-REPOLib

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

Preferred version: 3.0.2

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 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!

CHANGELOG

v1.2.0

  • Updated to Monster Update + REPOLib 3.0+
  • Mod now waits for other bundles to be loaded (increased mod compatibility)

v1.1.0

  • Refactored code to reduce issues with other mods

v1.0.1

  • Fix some typos

v1.0.0

  • Initial Release