1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00
ooot/README.md
2022-02-06 10:34:55 -05:00

3.3 KiB

Open Ocarina - The Master Port

- WARNING! -

This repository is a work in progress, and while it can be used to make certain changes, it's still
constantly evolving.

Currently assets are statically linked, however this is just until we get the game sorted.  Once its stable,
we will switch to an external asset loader.  Stability, 60 FPS, and external asset loading are the top priorities.

While it is playable in it's current state, if you are not interested in contributing, then you should
wait until the project is further along before playing it.  This is a development branch.  We need help
finding bugs and PR's for bug fixes and enhancements.

Only Visual Studio Debug 32-bit is currently supported.

Though most of the work for 64-bit is done, 32-bit is being buttoned up first.

32-bit Release works, but is buggy due to optimizations breaking many assumptions.

Note: This repository does not include any of the assets necessary to build the ROM. A prior copy of the game is required to extract the needed assets.

Discord: https://discord.com/invite/8tktBEhbZm

Installation

Windows

Visual Studio 2019+ is the only currently supported build environment, and only the 32-bit X86 Debug build

Visual Studio 2019+ is the only currently supported build environment, and only the 32-bit X86 Debug build

Visual Studio 2019+ is the only currently supported build environment, and only the 32-bit X86 Debug build

Visual Studio 2019+ is the only currently supported build environment, and only the 32-bit X86 Debug build

You must use the ZAPD that is included with this repository, and not the main branch as it is modified.

Run this command to extract the assets from the rom (baserom_original.z64 must exist in the directory)

setup_assets.bat

You must then open up GLideN64/projects/msvc/GLideN64.sln and build Debug_mupenplus - Win32, which should copy GLideN64d.lib, libGLideNHQd.lib, and osald.lib files to externals/Win32/

Then open vs/OOT.sln, select Debug - X86 then hit build.

Once the build completes, press F5 to start it.

macOS

Not currently supported, however a makefile and porting of GLideN64 would allow this and a PR is welcome.

Linux (Native or under WSL / VM)

Not currently supported, however a makefile and porting of GLideN64 would allow this and a PR is welcome.

Contributing

This project is currently maintained by blawar/vertigo and Zel.

All contributions are welcome. This is a group effort, and even small contributions can make a difference. Some tasks also don't require much knowledge to get started. The best contribution that can be made, is playing the game and reporting bugs by opening a github issue on this repository. Code contributions, as well as porting changes from the upstream repo are greatly appreciated.

Most discussions happen on our Discord Server, where you are welcome to ask if you need help getting started, or if you have any questions regarding this project and other decompilation projects.

License

This software is licensed under the terms of the GPLv2, with exemptions noted below:

Nintendo is exempt from GPLv2 licensing and may (at its option) instead license any source code authored for this project under the MIT license.