jroweboy / OotModLoader

A modloader for Ocarina of Time 1.0. Includes OotOnline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OotModLoader

This is a system for loading mods in Ocarina of Time 1.0.

Features

  • Load romhacks without manually applying patches
  • Load plugins that interact with the game RAM during runtime.
  • Networked by default: Everything is made with multiplayer in mind.

OotOnline

OotOnline comes bundled with the ModLoader as the first plugin created for it. This plugin gives you the ability to share your Ocarina of Time experience with friends. See your friends in the game world, share items and quest progress with them, and push them off ledges as you progress through this timeless classic together.

Installation instructions

Download the latest release from our releases page. Unzip it and run the executable. You need an The Legend of Zelda: Ocarina of Time 1.0 NTSC English or Japanese rom in the ./rom folder in order to play. Team OotO nor its Discord will provide you with any information as to how to obtain this.

Build instructions for developers
  • Download Apache Ant. This requires Java.
  • Unzip Ant into a folder named ant at the project root.
  • Install Node.
  • Download BizHawk.
  • Unzip BizHawk into a folder named bizhawk_dist in the project root. The folder structure should look like ./bizhawk_dist/BizHawk/EmuHawk.exe.
  • Invoke Ant via command line or through build.bat.

About

A modloader for Ocarina of Time 1.0. Includes OotOnline.

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.8%Language:Lua 8.8%Language:CSS 7.7%Language:HTML 5.8%Language:Assembly 0.7%Language:Makefile 0.2%Language:SourcePawn 0.0%Language:C++ 0.0%Language:Batchfile 0.0%Language:PowerShell 0.0%