You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 2 weeks ago |
| Version | 1.0.1 |
| Download link | Lumintec-FriendlyFireDetector-1.0.1.zip |
| Downloads | 99 |
| Dependency string | Lumintec-FriendlyFireDetector-1.0.1 |
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.