You are viewing a potentially older version of this package. View all versions.
bouncyshield-OutOfBoundsSafe-1.0.3 icon

OutOfBoundsSafe

Allows you to exit the map bounds freely, but teleports you back if you fall through the floor.

Date uploaded a week ago
Version 1.0.3
Download link bouncyshield-OutOfBoundsSafe-1.0.3.zip
Downloads 217
Dependency string bouncyshield-OutOfBoundsSafe-1.0.3

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2108 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2108
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3

README

Out Of Bounds Safe

Whenever you hit a stage limit, this mod "tethers" you to it so that you won't be teleported back in bounds until you fall through the map, or hit the panic button (by default B, can be edited in the config file)

oobsafe

Discord: bouncyshield

CHANGELOG

1.1.0

  • Added tooltip for the first boundary break per run, can be disabled in config
  • MapZone whitelist thoroughly updated
  • Certain stage 1 spawns no longer instantly tether you

1.0.4

  • Null checking for isPlayerControlled
  • Added some cool screenshots for the README
  • Changed default fall buffer to 600
  • Removed LanguageAPI dependency (???)

1.0.3

  • Added a panic button (by default B)
  • Changed the qualification of "falling through the floor" to some coordinate buffer (by default 400) below the lowest ground node, instead of a universal y = -500
  • Added a config file if you want to change either of these things

1.0.2

  • Fixed an issue where attacking Newt traps you in the Bazaar shop

1.0.1

  • I don't remember

1.0.0

  • First release