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

Effectual

EffectArea tweaks and customization.

Date uploaded 2 weeks ago
Version 1.1.0
Download link ComfyMods-Effectual-1.1.0.zip
Downloads 54
Dependency string ComfyMods-Effectual-1.1.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Effectual

EffectArea tweaks and customization.

Features

  • Fixes NullReferenceException console spam when Character objects are destroyed within an EffectArea.
  • Increases EffectArea.m_tempColliders buffer size used for GetBaseValue() and IsPointInsideArea() checks.
  • Enabling/disabling mod requires a full restart of the game to take effect.

Notes

CHANGELOG

Changelog

1.1.0

  • Updated for the v0.221.12 patch.
  • Migrated to SDK-style project.
  • Added new EffectArea.GetBaseValue() transpiler patch to also check and increase m_tempColliders buffer size.
  • Added new EffectArea.CustomFixedUpdate() transpiler patch to check for valid Character.m_nview.
  • Added new Character.OnDestroy() transpiler patch to remove destroyed Character reference from all EffectArea.m_collidedWithCharacter lists.

1.0.0

  • Initial release.