Skip to content

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.