Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
KilledByAFake
The performance report reveals who the Masked was imitating: 'Was killed by a fake Bob.' Coroner + Mirage integration.
| Date uploaded | 16 hours ago |
| Version | 1.0.1 |
| Download link | ZTM-KilledByAFake-1.0.1.zip |
| Downloads | 54 |
| Dependency string | ZTM-KilledByAFake-1.0.1 |
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.2305EliteMasterEric-Coroner
Add Cause of Death to the performance report, now with a Mod API!
Preferred version: 2.4.1qwbarch-Mirage
Voice mimicking where all players hear the same voice, with a focus on masked enemies. Alternative to Skinwalkers + MaskedEnemyOverhaul.
Preferred version: 1.29.1README
KilledByAFake
You heard your friend calling for help. You followed the voice. It wasn't them.
With Coroner, the performance report tells you a Masked got you. With KilledByAFake, it tells you which friend it was pretending to be:
Notes:
* Was killed by a fake Bob.
What it does
When a Masked enemy kills a player, this mod checks who that Masked was imitating — voice via Mirage, suit and appearance via Mirage's visual copying or the vanilla mask-conversion — and rewrites Coroner's cause of death on the performance report with the impostor's identity.
- Works for naturally spawned Masked (Mirage picks who they imitate).
- Works for Masked created by the Comedy/Tragedy mask: victims see "Was killed by a fake <whoever put the mask on>."
- If the Masked wasn't imitating anyone, Coroner's normal messages are left untouched.
- Respects Coroner's config: if cause-of-death display is disabled, nothing is shown.
Requirements
Install on all clients — everyone should run the same mods anyway.
How it works (for the curious)
Two small Harmony patches: one on MaskedPlayerEnemy.FinishKillAnimation records which
player the Masked was mimicking at the moment of the kill (read from Mirage's synced
MimicPlayer component via reflection, falling back to the vanilla mimickingPlayer
field), and one on HUDManager.FillEndGameStats runs after Coroner writes the report
and replaces its Masked death line with the personalized one. No extra netcode — the
kill animation is already synced, so every client records the name locally.
Credits
- EliteMasterEric for Coroner and its modding API.
- qwbarch for Mirage.
- Built by Zacca (ZTM).
CHANGELOG
Changelog
1.0.1
- Package metadata: website_url now points to the GitHub repository (https://github.com/pZacca/KilledByAFake). No gameplay changes.
1.0.0
- Initial release.
- Masked kills on the performance report now show who the Masked was imitating: "Was killed by a fake <player>."