BepInEx mod (IL2CPP) that adds a configurable hotkey to switch between
Closest Enemy and Smart Aim in real time, with a visible indicator on the HUD
at the bottom right.
| Requirement | Version |
|---|---|
| BepInEx IL2CPP Pack | 6.0.738+ |
| .NET SDK (for compiling) | 6.0+ |
| Megabonk | latest version |
Edit the generated file at:BepInEx/config/com.tuusuario.targettoggle.cfg
[Hotkeys]
## Key to toggle targeting mode
# Valid values: any Unity KeyCode (T, F, Tab, PageUp, Mouse3, etc.)
ToggleTargetingMode = T
---
Change T to whatever key you prefer.
You can see all possible values at: https://docs.unity3d.com/ScriptReference/KeyCode.html
Aburridow.-