Releases: Mursisru/NOLoader.MissileCamera
Release list
v0.27.1 — Documentation
Summary
- Full documentation refresh: README (TOC, loader choice, troubleshooting, config tables), CHANGELOG, INSTALL, AI .cursorrules.
- Release zip with mod DLLs, mod.json, mod_config.ini.
Notes
Documentation-only release — no gameplay changes from v0.27.0.
Install
See release/v0.27.1/INSTALL.txt or download NOLoader.MissileCamera-v0.27.1.zip.
Requires NOLoader. Run PatchTool after install (game closed).
v0.27.0
NOLoader.MissileCamera v0.27.0
Feature release — manual missile feed controls and zoom (BepInEx build).
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.
Install
- Install NOLoader.
- Extract the zip: copy the
MissileCamera/folder intoNuclear Option\NOLoader\mods\. - Run PatchTool once so Cecil IL patches apply.
- Read
INSTALL.txtat the zip root.
Mod id: com.at747.missilecamera
Changes
- Sticky manual missile cycling with cyclic wrap (6/6 → Next → 1/6).
- Session zoom with brief HUD offset readout.
- New
[MissileCameraControls]section inmod_config.ini(zoom step/limits; keys not in ini). - README/INSTALL keybind documentation.
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, TargetScreenUI / TacScreen / TargetCam patches). Try DisplayMode=skip in mod_config.ini or disable conflicting MFD mods. See README Compatibility & limitations.
v0.26.1
NOLoader.MissileCamera v0.26.1
Patch release — same exterior camera placement fix as MissileCamera v0.26.1.
Requirements
- NOLoader in the game folder
- Matching game
Assembly-CSharp.dll(patch hashes inmod.json)
Install
- Install NOLoader (install guide).
- Extract the zip: copy the
MissileCamera/folder intoNuclear Option\NOLoader\mods\. - Run PatchTool once so Cecil IL patches apply.
- Read
INSTALL.txtat the zip root.
Mod id: com.at747.missilecamera
Changes
- Port of BepInEx exterior camera resolver (mesh bounds, collider probes, ray checks).
v0.26.0
NOLoader.MissileCamera v0.26.0
NOLoader port of MissileCamera — live missile nose camera and tactical HUD on the cockpit MFD Target view for Nuclear Option.
Requirements
- NOLoader installed in the game folder
- Matching game \Assembly-CSharp.dll\ (patch hashes in \mod.json)
Install
- Install NOLoader (install guide).
- Extract the zip into \Nuclear Option\NOLoader\mods\MissileCamera\:
- \NOLoader.MissileCamera.dll\
- \NOLoader.ModConfig.dll\
- \mod.json\
- \mod_config.ini\
- Run PatchTool once so Cecil IL patches apply (included with NOLoader / mod deploy script).
Mod id: \com.at747.missilecamera\
Highlights
- Same gameplay as BepInEx MissileCamera (seeker cam, HUD, per-aircraft MFD layout)
- Cecil IL patches via \mod.json; loads at Mission stage
- Do not install alongside the BepInEx build
See README for configuration.