Skip to content

Releases: Mursisru/NOLoader.MissileCamera

v0.27.1 — Documentation

Choose a tag to compare

@Mursisru Mursisru released this 30 Jun 09:59

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

Choose a tag to compare

@Mursisru Mursisru released this 19 Jun 14:29

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

  1. Install NOLoader.
  2. Extract the zip: copy the MissileCamera/ folder into Nuclear Option\NOLoader\mods\.
  3. Run PatchTool once so Cecil IL patches apply.
  4. Read INSTALL.txt at 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 in mod_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

Choose a tag to compare

@Mursisru Mursisru released this 19 Jun 13:13

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 in mod.json)

Install

  1. Install NOLoader (install guide).
  2. Extract the zip: copy the MissileCamera/ folder into Nuclear Option\NOLoader\mods\.
  3. Run PatchTool once so Cecil IL patches apply.
  4. Read INSTALL.txt at the zip root.

Mod id: com.at747.missilecamera

Changes

  • Port of BepInEx exterior camera resolver (mesh bounds, collider probes, ray checks).

v0.26.0

Choose a tag to compare

@Mursisru Mursisru released this 18 Jun 10:54

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

  1. Install NOLoader (install guide).
  2. Extract the zip into \Nuclear Option\NOLoader\mods\MissileCamera\:
    • \NOLoader.MissileCamera.dll\
    • \NOLoader.ModConfig.dll\
    • \mod.json\
    • \mod_config.ini\
  3. 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.