ExileMod-StopMoaning

  • Stops that annoying moaning when the player is only slightly injured.

Settings

  • Change the value of _ExileClient_MinInjured_MoanThreshold to determine when the player character should start moaning when injured (default: < 80% health).

Installation

Make a Customcode override for the following Exile function in your missionfile or merge the code if it already exists!

  • ExileClient_object_player_event_hook

For merging

  • The code part is marked with //StopMoaning Startc and //StopMoaning End.