Releases: Mursisru/MultiplayerClientSideOptimization
Releases · Mursisru/MultiplayerClientSideOptimization
Release list
MpClientOpt v0.6.9
Summary
Documentation-only release. Code and IL patches identical to v0.6.8.
Documentation
- Full README rewrite: install, upgrade matrix, complete
mod.inireference, distance tiers, combat presentation guards, troubleshooting, performance baseline - CHANGELOG entry for v0.6.9
Install
- Download
MpClientOpt-v0.6.9-NOLoader.zip - Extract to
Nuclear Option\NOLoader\mods\MpClientOpt\ - PatchTool only on first install (see README Upgrade table)
From v0.6.8
Replace DLL + mod.json + mod.ini — no PatchTool re-run required.
MpClientOpt v0.6.8
Summary
- Fixes map icon vs 3D model desync on dedicated clients (GitHub #1)
ShouldAlwaysRunVisualUpdatewithinpresentation_far_mkeepsNetworkTransform::VisualUpdatein sync with map tracking- RB transform-only path now calls
rb.Moveoff-camera (matches vanillaApplySnapshot)
Install
- Download
MpClientOpt-v0.6.8-NOLoader.zip - Extract to
Nuclear Option\NOLoader\mods\MpClientOpt\ - PatchTool once on first install if needed
Test plan
- Map icon tracks ally/enemy aircraft smoothly in combat
- Missile salvo 14/14 visible (v0.6.7)
- No afterburner on apron (v0.6.6)
MpClientOpt v0.6.7
Summary
- Fixes presentation physics/VFX bugs (afterburner on apron, RB jitter, ship propellers) from v0.6.6
- Fixes missile salvo visibility on dedicated clients: all missiles are
remoteSim; kinematic sleep and VisualUpdate throttling no longer hide own/in-combat missiles
Install
- Download
MpClientOpt-v0.6.7-NOLoader.zipbelow - Extract to
Nuclear Option\NOLoader\mods\MpClientOpt\ - Run PatchTool once on first install:
.\scripts\deploy-mp-opt-mod.ps1 -SkipPatchTool:$false - Join a dedicated server mission (not host)
Test plan
- Salvo 14 missiles — all visible, smooth flight, sound matches visuals
- Remote idle on apron — no stale afterburner
- Fly near remote traffic — no physics kicks
- FPS within ±1 of v0.6.5 baseline
MpClientOpt v0.6.5 — stable release
MpClientOpt v0.6.5 — stable production release
Same optimization core as verified v0.6.2 (58 IL patches, ~40 FPS flight / 45–55 hover on dedicated ~20p).
Changes
- Removed all runtime diagnostics (profiler, skip counters, log spam)
- Default \memory_reservoir_mb=5120\ (~5 GB managed RAM reservoir)
- README + CHANGELOG rewrite
Install
Close Nuclear Option, run \scripts/deploy-mp-opt-mod.ps1, join a dedicated server mission.
See CHANGELOG.md for full history.