Skip to content

Releases: Mursisru/MissileCamera

v0.27.3 — Pink terrain hotfix

Choose a tag to compare

@Mursisru Mursisru released this 07 Jul 12:38

Hotfix

  • Fixed: static/ground objects rendered pink/magenta on the missile camera feed. Feed render now applies Nuclear Option shader globals and terrain height window data for the missile camera, then restores the main view.

Install

Extract MissileCamera.dll into Nuclear Option\BepInEx\plugins\MissileCamera\. See INSTALL.txt in the zip. After updating, delete BepInEx\cache\harmony_interop_cache.dat if needed.

v0.27.2 — Range telemetry hotfix

Choose a tag to compare

@Mursisru Mursisru released this 06 Jul 18:43

Hotfix

  • Fixed: telemetry R (range to target) showed incorrect distance when HQ radar track lagged behind the real intercept. Range now uses the missile guidance aim point, with fallback to the target's actual position.

Install

Extract MissileCamera.dll into Nuclear Option\BepInEx\plugins\MissileCamera\. See INSTALL.txt in the zip. After updating, delete BepInEx\cache\harmony_interop_cache.dat if needed.

v0.27.1 — Documentation

Choose a tag to compare

@Mursisru Mursisru released this 30 Jun 09:59

Summary

  • Full documentation refresh: README (TOC, full Configuration Manager tables, Harmony hooks, troubleshooting), CHANGELOG, INSTALL.
  • Release zip with MissileCamera.dll.

Notes

Documentation-only release — no gameplay changes from v0.27.0.

Install

See release/v0.27.1/INSTALL.txt or download MissileCamera-v0.27.1.zip.
Requires BepInEx 5 + Configuration Manager (recommended).

v0.27.0

Choose a tag to compare

@Mursisru Mursisru released this 19 Jun 14:29

MissileCamera v0.27.0 (BepInEx)

Feature release — manual missile feed controls, zoom, and BepInEx Configuration Manager settings (replaces mod_config.ini).

Keybinds (US English, fixed in code)

Keybind Action
Right Alt + / Next missile (wraps at end of salvo)
Right Alt + , Previous missile (wraps)
Right Alt + ; Zoom in
Right Alt + . Zoom out
Right Shift + . Reset zoom to 0.0

Active only while the MFD missile feed overlay is on and owned missiles are in flight. Keybinds are not in Configuration Manager.

Install

  1. Install BepInEx 5.
  2. Install Configuration Manager (recommended).
  3. Extract the zip: copy the MissileCamera/ folder into Nuclear Option\BepInEx\plugins\.
  4. Settings: BepInEx\config\com.at747.missilecamera.bepinex.cfg or in-game Configuration Manager.
  5. Read INSTALL.txt at the zip root.

Plugin GUID: com.at747.missilecamera.bepinex

Changes

  • Sticky manual missile cycling with cyclic wrap.
  • Session zoom with brief HUD offset readout.
  • All mod settings via BepInEx Configuration Manager (Layout, MissileCameraFeed, MissileCameraHud, MissileCameraControls).
  • Removed mod_config.ini from the plugin package.

Compatibility

Tested on vanilla aircraft and stock Target MFD. May work incorrectly with third-party/custom aircraft or other mods that alter the MFD (layout overlays, Harmony patches to TargetScreenUI / TacScreen / TargetCam). Try Layout → DisplayMode = skip in Configuration Manager or disable conflicting MFD mods. See README Compatibility & limitations.

v0.26.1

Choose a tag to compare

@Mursisru Mursisru released this 19 Jun 13:12

MissileCamera v0.26.1 (BepInEx)

Patch release — fixes #1: camera no longer ends up inside the missile body on some missile types.

Install

  1. Install BepInEx 5 for Nuclear Option.
  2. Extract the zip: copy the MissileCamera/ folder into Nuclear Option\BepInEx\plugins\ (or merge into existing plugins\MissileCamera\).
  3. Read INSTALL.txt at the zip root.

Plugin GUID: com.at747.missilecamera.bepinex

Changes

  • Exterior camera resolver: mesh bounds, collider probes, and ray checks keep the feed outside the missile body.

v0.26.0

Choose a tag to compare

@Mursisru Mursisru released this 18 Jun 10:51

MissileCamera v0.26.0 (BepInEx)

Live missile nose camera and tactical HUD overlay on the cockpit MFD Target view for Nuclear Option.

Install

  1. Install BepInEx 5 for Nuclear Option.
  2. Extract the zip into \Nuclear Option\BepInEx\plugins\MissileCamera\\ ( \MissileCamera.dll\ + \mod_config.ini\ ).

Plugin GUID: \com.at747.missilecamera.bepinex\

Highlights

  • MFD split-screen with live seeker cam on player-owned missiles
  • Telemetry HUD (SPD / ALT / RNG), horizon reticle, salvo info, target marker
  • Per-aircraft layout auto-detection (KR-67 split / Cricket skip)
  • Mission-only bootstrap (no main-menu overhead)

See README for full configuration.