Releases: Mursisru/NOLoader
Release list
NOLoader 0.1.0 (RDYTU + RDYTU.mini + DEV.SDK)
NOLoader 0.1.0 — player and developer bundles
Fresh build (2026-06-15). Pick the zip for your role:
| Asset | Channel | Purpose |
|---|---|---|
| NOLoader-0.1.0-RDYTU.zip | Full RDYTU (maxopt) | EngineTweaker + ModOptimizer + HUD throttle — 60+ FPS target |
| NOLoader-0.1.0-RDYTU.mini.zip | RDYTU.mini | Mod load optimizer only, single boot log, no perf IL |
| NOLoader-0.1.0-DEV.SDK.zip | DEV.SDK | Core + Telemetry + sample mods for authors |
Full RDYTU
- Branch:
master/feature/dev4o1-modoptimizer(Build DEV9O11) - Includes mod unload sync, vanilla auto-restore when NOLoader is removed,
NOLoaderRestore.exe - Docs: RDYTU.md
RDYTU.mini
- Branch:
RDYTU.mini(0.1.0 RDYTU.mini) - INI:
rdytu_mini=1,ring_log=0— one line inNOLoader/logs/noloader_boot.log - Docs: RDYTU.mini.md
DEV.SDK
- Configuration:
DEV_SDK— overlay F10/F11, hot-reload, telemetry, sample mods - Docs: DEV_SDK.md
Install (all player zips)
- Close Nuclear Option
- Extract into the game root (next to
NuclearOption.exe) - Run deploy script or PatchTool for Cecil patches on Managed DLLs
Uninstall / repair
scripts/uninstall-noloader.ps1or double-clickNOLoaderRestore.cmdin game root- If the game hangs after manual deletion: keep
winhttp.dllonce — it restores vanilla DLLs automatically
NOLoader 0.1.0 (RDYTU + RDYTU.mini + DEV.SDK)
Superseded: all assets are on the combined NOLoader 0.1.0 release (RDYTU, RDYTU.mini, DEV.SDK).
NOLoader 0.1.0
NOLoader 0.1.0
First public release for Nuclear Option. Download one zip for your role. Full source and documentation: this repository.
Download assets
| Asset | Channel | Purpose |
|---|---|---|
| NOLoader-0.1.0-RDYTU.zip | RDYTU (full maxopt) | Player install — EngineTweaker, ModOptimizer, HUD throttle, production maxopt INI (feature/dev4o1-modoptimizer) |
| NOLoader-0.1.0-RDYTU.mini.zip | RDYTU.mini | Player install — mod-load optimizer only, no engine/GPU/HUD perf IL, single boot log (RDYTU.mini branch) |
| NOLoader-0.1.0-DEV.SDK.zip | DEV.SDK | Mod authors — telemetry, F10 overlay, hot-reload, sample mod sources |
RDYTU (full)
Target: players who want the full performance-oriented RDYTU stack.
Includes: winhttp.dll proxy, NOLoader/core/*.dll, production noloader_config.ini, empty NOLoader/mods/, INSTALL.txt.
Guide: RDYTU.md
RDYTU.mini
Target: players who only need optimized mod loading with minimal overhead.
Includes: same layout as RDYTU; noloader_config.ini is the mini profile (rdytu_mini=1, ring_log=0); RDYTU.mini.txt.
Guide: RDYTU.mini.md
DEV.SDK
Target: mod authors and loader developers.
Includes: DEV core + NOLoader.Telemetry.dll, proxy, dev noloader_config.ini, sample mod sources (RegistrySample, WeaponNames, UniversalLoadout), DEV_SDK.txt.
Guide: DEV_SDK.md · MOD_AUTHOR.md
Install (RDYTU / RDYTU.mini)
- Close Nuclear Option completely.
- Extract the zip into the game root (next to
NuclearOption.exe). - Apply Cecil patches on Managed DLLs (PatchTool or deploy script — see
INSTALL.txt). - Launch and confirm NOLoader loads.
Install (DEV.SDK)
- Close the game.
- Extract into game root, or deploy from a clone:
scripts/deploy-noloader.ps1 -Configuration DEV_SDK. - Build sample mods from
DEV.SDK/NOLoader.DEV_SDK.slnas needed.