You are viewing a potentially older version of this package. View all versions.
hirnukuono-GlueFix-0.0.2 icon

GlueFix

cfoam cleanup crew on aisle You

Date uploaded 2 years ago
Version 0.0.2
Download link hirnukuono-GlueFix-0.0.2.zip
Downloads 294
Dependency string hirnukuono-GlueFix-0.0.2

This mod requires the following mods to function

README

GlueFix

attempts to fix some cfoam related bugs. what is done:

  • removal of blobs hanging in the air after enemy killed or thawed + moved away from blob
  • removal of blobs that are OnDoor but door got destroyed (yes, they are not removed by game)
  • removal of blobs that are not on a weakdoor but exceed 256 seconds of lifetime (fell thru floor maybe)

the removed cfoam blobs release their CellSoundPlayers which reduces the chance of audio bug as well. i recommend using No_More_Cocoons alongside this mod to further combat audiobug from happening.

this mod patches into GlueGunProjectile.Awake and .SyncDestroy .. check the bepinex log for actions taken.

v0.0.2

patching into .SyncDestroy as well to make sure the m_sound is recycled on all blobs, not just the ones that bugged out.

v0.0.1

initial.