FriendlyFireDetector
Detects and reports friendly fire damage in GTFO.FriendlyFireDetector
FriendlyFireDetector is a GTFO BepInEx 6 IL2CPP mod that detects friendly fire damage and reports it in-game.
Features
- Detects player-to-player bullet, melee, and fire damage.
- Excludes self damage.
- Reports attacker, victim, actual health lost, and cumulative friendly fire damage per attacker.
- Shows a red
内鬼播报warning title in GTFO's native UI. - Uses GTFO's native timed interaction message UI when available.
- Falls back to local chat display if the native UI layer is unavailable.
- Logs startup and detection events to
BepInEx/LogOutput.log.
Config
The mod creates BepInEx/config/FriendlyFireDetector.cfg.
[General]
EnableMod=true
EnableBroadcast=true
ShowDamageAmount=true
ShowAttackerName=true
ShowVictimName=true
MessageDuration=5
Notes
Explosion damage is observed but not attributed to an attacker because GTFO's verified pExplosionDamageData payload does not contain a source agent.
