Developer: Mursisru
Important
BepInEx 5 (x64) required - install BepInEx before this mod.
Note
Observation-gated marker - requires active observation; short hold uses frozen last-known state; no live tracking through lost visibility.
VectoringTargetHUD_Engine is a BepInEx 5 plugin for Nuclear Option that draws a direction marker for selected air targets on the Flight HUD.
- Wireframe prism-style direction marker with light fill.
- Target filtering for airborne targets with minimum movement speed.
- Anti-cheat style behavior:
- marker requires active observation,
- short hold window uses frozen last-known state,
- no live tracking through lost visibility.
- Delayed marker appearance with damped blink settle effect.
- Live color sampling from HUD theme, hold color for lost target state.
- Configurable behavior through BepInEx config file.
- Nuclear Option (Steam)
- BepInEx 5 installed for the game
- .NET Framework 4.8 (for local build environment)
- Visual Studio (for source build)
Important
BepInEx 5 (x64) required — install BepInEx before this mod.
-
Download release package from GitHub Releases.
-
Extract
VectoringTargetHUD_Engine.dll. -
Copy it to:
Nuclear Option\BepInEx\plugins\ -
Launch the game once to generate/update config.
Plugin config is stored at:
Nuclear Option\BepInEx\config\com.at747.nuclearoption.vectoringtargethud.cfg
- Open
VectoringTargetHUD_Engine.slnxin Visual Studio. - Ensure reference paths in
VectoringTargetHUD_Engine.csprojmatch your local game install. - Build
Release. - Use
bin\Release\VectoringTargetHUD_Engine.dll.
This project uses local reference paths to game assemblies and BepInEx core files, for example:
NuclearOption_Data\Managed\Assembly-CSharp.dllNuclearOption_Data\Managed\UnityEngine*.dllBepInEx\core\BepInEx.dllBepInEx\core\0Harmony.dll
If your game is installed in a different location, update HintPath entries in VectoringTargetHUD_Engine.csproj.
- Marker visualization depends on target tracking state provided by game systems.
- HUD colors can vary by game mode/cockpit HUD implementation.
- Config values from previous versions may override new defaults until edited manually.
nuclear-option, bepinex, harmony, mod, vectoringtargethud, csharp, unity