Jan200101 / ns-ronin-shim

Northstar shim for Ronin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Northstar-Ronin shim

For launching Ronin via Northstar

How to compile

  • Get your toolchain of choice (MinGW or MSVC)
  • Compile Library

How to use

  • Extract R2Ronin folder into game directory
  • Extract Ronin.dll into the R2Ronin folder
  • Move custom Northstar.dll into the R2Ronin folder
  • Launch Northstar using -northstar -profile=R2Ronin

Why

Northstar can load DLLs directly from a profile, which is perfect for Ronin. While rebranding Ronin they changed the symbol names, so this project is intended as a shim to simply load Ronin from Northstar.

About

Northstar shim for Ronin

License:MIT License


Languages

Language:C 64.6%Language:CMake 35.4%