Skip to content

Releases: bslie/Multicrew-Nuclear-Option

Multicrew Nuclear Option v1.0.2

Choose a tag to compare

@bslie bslie released this 14 Jul 21:32

Multicrew Nuclear Option v1.0.2

Renamed from SimpleWSO to Multicrew Nuclear Option.

Changes

  • Renamed the mod from SimpleWSO to Multicrew Nuclear Option (MulticrewNuclearOption.dll, BepInEx GUID / config com.bongus.multicrewnuclearoption)
  • Local builds: solution + auto-detected Nuclear Option Managed / BepInEx paths so IDE/dotnet build works without manual -p flags; build outputs ignored via .gitignore
  • README rewritten in English and Russian with usage docs and changelog

Migrating from SimpleWSO

Remove the old SimpleWSO plugin folder and install MulticrewNuclearOption. Old config lived at com.bongus.simplewso.cfg — re-apply keybinds/camera offsets in the new config or via F1.

Install

  1. Install BepInEx for Nuclear Option
  2. Extract MulticrewNuclearOption-v1.0.2.zip into Nuclear Option\BepInEx\plugins\
  3. Resulting path: BepInEx\plugins\MulticrewNuclearOption\MulticrewNuclearOption.dll
  4. Launch the game via Steam or Nuclear Option Mod Manager

Both pilot and gunner need the mod in multiplayer (AI pilot exempt).

SimpleWSO v1.0.1

Choose a tag to compare

@bslie bslie released this 14 Jul 21:32

SimpleWSO v1.0.1

First public release under the original SimpleWSO name.

Changes

  • Fixed unreliable pilot presence advertising: prefer GameManager.GetLocalAircraft and periodically rebroadcast so late joiners can seat as gunner
  • Require the pilot to advertise mod presence before a gunner can join a player-piloted aircraft (AI aircraft unchanged)
  • Fixed gunner aircraft not despawning after a landed eject (stale StatusDisplay onDisableUnit callback aborted ReturnToInventory)
  • Gunner camera cycle (K), HUD refresh, safer aircraft disable handling, and Configuration Manager (F1) camera offset editing
  • Release cleanup: remove dead helpers and reduce routine log noise

Install

  1. Install BepInEx for Nuclear Option
  2. Extract SimpleWSO-v1.0.1.zip into Nuclear Option\BepInEx\plugins\
  3. Resulting path: BepInEx\plugins\SimpleWSO\SimpleWSO.dll
  4. Launch the game via Steam or Nuclear Option Mod Manager

Both pilot and gunner need the mod in multiplayer (AI pilot exempt).