Skip to content

Releases: Mursisru/NOLoader

NOLoader 0.1.0 (RDYTU + RDYTU.mini + DEV.SDK)

Choose a tag to compare

@Mursisru Mursisru released this 15 Jun 09:10
4a05eec

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 in NOLoader/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)

  1. Close Nuclear Option
  2. Extract into the game root (next to NuclearOption.exe)
  3. Run deploy script or PatchTool for Cecil patches on Managed DLLs

Uninstall / repair

  • scripts/uninstall-noloader.ps1 or double-click NOLoaderRestore.cmd in game root
  • If the game hangs after manual deletion: keep winhttp.dll once — it restores vanilla DLLs automatically

NOLoader 0.1.0 (RDYTU + RDYTU.mini + DEV.SDK)

Choose a tag to compare

@Mursisru Mursisru released this 14 Jun 18:19

Superseded: all assets are on the combined NOLoader 0.1.0 release (RDYTU, RDYTU.mini, DEV.SDK).

NOLoader 0.1.0

Choose a tag to compare

@Mursisru Mursisru released this 09 Jun 14:19

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)

  1. Close Nuclear Option completely.
  2. Extract the zip into the game root (next to NuclearOption.exe).
  3. Apply Cecil patches on Managed DLLs (PatchTool or deploy script — see INSTALL.txt).
  4. Launch and confirm NOLoader loads.

Install (DEV.SDK)

  1. Close the game.
  2. Extract into game root, or deploy from a clone: scripts/deploy-noloader.ps1 -Configuration DEV_SDK.
  3. Build sample mods from DEV.SDK/NOLoader.DEV_SDK.sln as needed.