Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
KarmaFix
Fixed version of KarmaForBeingAnnoying. The original mod calls a removed Landmine.SpawnExplosion overload causing MissingMethodException on every karma trigger. Recompiled against current Assembly-CSharp. Drop-in replacement — existing config preserved.
By Keroppi
| Last updated | a month ago |
| Total downloads | 99 |
| Total rating | 0 |
| Categories | Mods Items Bug Fixes Tweaks & Quality Of Life |
| Dependency string | Keroppi-KarmaFix-1.1.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
KarmaFix
Fixed drop-in replacement for CTMods-KarmaForBeingAnnoying.
Problem
The original mod (v1.1.0, abandoned) calls Landmine.SpawnExplosion(Vector3, bool, float, float) — a 4-parameter overload that no longer exists in the current game. This causes a MissingMethodException silently swallowed in the coroutine every time the karma probability roll fires. The probability rolls were working fine; only the actual explosion was broken.
Fix
Recompiled against the current Assembly-CSharp.dll. The compiler resolves the same call to the 8-parameter overload (the 4 new params all have defaults), so no logic changes were needed.
Usage
Replace CTMods-KarmaForBeingAnnoying with this mod in your profile. Your existing Chrigi.KarmaForBeingAnnoyingMod.cfg config file is preserved — this mod uses the same GUID.