Releases: Mursisru/MissileCamera
Release list
v0.27.3 — Pink terrain hotfix
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
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
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
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
- Install BepInEx 5.
- Install Configuration Manager (recommended).
- Extract the zip: copy the
MissileCamera/folder intoNuclear Option\BepInEx\plugins\. - Settings:
BepInEx\config\com.at747.missilecamera.bepinex.cfgor in-game Configuration Manager. - Read
INSTALL.txtat 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.inifrom 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
MissileCamera v0.26.1 (BepInEx)
Patch release — fixes #1: camera no longer ends up inside the missile body on some missile types.
Install
- Install BepInEx 5 for Nuclear Option.
- Extract the zip: copy the
MissileCamera/folder intoNuclear Option\BepInEx\plugins\(or merge into existingplugins\MissileCamera\). - Read
INSTALL.txtat 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
MissileCamera v0.26.0 (BepInEx)
Live missile nose camera and tactical HUD overlay on the cockpit MFD Target view for Nuclear Option.
Install
- Install BepInEx 5 for Nuclear Option.
- 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.