| Last updated | a day ago |
| Total downloads | 18 |
| Total rating | 1 |
| Categories | Client Mods |
| Dependency string | Lumintec-FriendlyFireDetector-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_GTFO
BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.
Preferred version: 3.2.2README
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.