Options
All
  • Public
  • Public/Protected
  • All
Menu

modloader64

ModLoader64

This system is the successor to OotModLoader. It is designed to provide memory access, rom patching, and multiplayer networking in an easy to use framework.

Emulator

This project uses mupen64plus as its N64 emulator. This copy of mupen is slightly modified and bound to an NAPI module. This allows Nodejs code to directly interact with the emulator without a middleman.

Status

This project is released to the public. See our releases page in the launcher repository.

Please put any API or feature suggestions in #public-dev of the ModLoader64.

Building

Requirement - NodeJS:

Running

  • (WINDOWS) Windows 10 and a graphics card capable of OpenGL 3.3 support.
  • (LINUX) A reasonably sane distro and a graphics card capable of OpenGL 3.3 support.

npm link

Testing

npm run start

Generated using TypeDoc