Amorously-SnatcherBugFix icon

SnatcherBugFix

A client mod that tries to fix some snatcher-related bugs

Last updated a month ago
Total downloads 10382
Total rating 1 
Categories Client Mods
Dependency string Amorously-SnatcherBugFix-0.4.1
Dependants 23 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.2 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.2

README

SnatcherBugFix

Attempts to fix a couple of bugs related to snatchers/pouncers:

  1. Forces removes the screen effect when the player is not in the arena dimension. The check is run every 2.5 seconds after the screen effect is applied or a pouncer consume request is receieved, and stops when the screen effect is removed.
  • Also force exits any open menu pages when the screen effect is applied or removed.
  1. Force teleports out of the arena dimension. The check is run every 8 seconds after being consumed or entering the arena dimension, and stops when the player is no longer in the arena dimension or the snatcher dies.
  2. (Host-only) Force despawns any enemies that spawn in the arena dimension.

Thanks to Auri for the patch help from TheArchive, and Dinorush for the delayed callback code from EWC. Also big thanks to Tsopu and ThyUnsuspicious for help testing.