1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-30 16:29:55 +00:00
Go to file
2022-03-01 20:46:18 -05:00
.github Updated github actions workflow file 2022-02-21 00:13:52 +01:00
asm boss_ganon (Ganondorf) OK (#1037) 2021-12-02 17:31:39 -05:00
AziAudio@be5f78ee4c updated azi and gliden 2022-03-01 20:46:18 -05:00
data boss_ganon (Ganondorf) OK (#1037) 2021-12-02 17:31:39 -05:00
docs Cutscene Camera Commands: POS -> EYE, FOCUS -> LOOK_AT (#993) 2021-12-02 22:04:55 +01:00
external fixed json button mapping loader 2022-02-17 09:12:25 -05:00
GLideN64@af0bea46f4 updated azi and gliden 2022-03-01 20:46:18 -05:00
include Added AudioMgr_Shutdown. 2022-03-02 00:00:55 +01:00
roms added support for multiple rom hashes 2022-03-01 17:10:23 -05:00
src Made the audio thread a variable on the stack 2022-03-02 00:13:53 +01:00
tools added support for multiple rom hashes 2022-03-01 17:10:23 -05:00
vs Added Azi as a dependency of OOT. 2022-03-01 23:05:48 +01:00
.clang-format refactored build system to support multiple roms 2022-02-17 22:03:25 -05:00
.gitattributes First proper commit. 2020-03-17 00:31:30 -04:00
.gitignore fixed bug with bad includes paths 2022-02-18 00:52:18 -05:00
.gitmodules audio partially working 2022-03-01 14:19:45 -05:00
checksum.md5 Added 'extract' target to makefile 2020-03-27 22:30:19 -04:00
diff_settings.py Update asm-processor and diff.py (#903) 2021-08-15 18:52:10 -04:00
diff.py Update diff.py (#964) 2021-09-13 13:20:07 -04:00
docker-compose.yml Docker Support for OSX (#91) 2020-04-24 20:34:00 -04:00
Dockerfile Update Dockerfile (#1062) 2021-12-06 13:28:36 -05:00
Doxyfile Configure Doxygen (#206) 2020-06-28 14:42:16 -04:00
first_diff.py Fix sym_info.py and first_diff.py map lookup issues (#1055) 2021-12-03 09:11:49 -05:00
fixle.sh Setup formatting with clang-format and clang-tidy 2020-03-22 20:18:10 +01:00
format.sh Add every unreserved object in an automated way (#805) 2021-05-16 12:36:40 -04:00
Jenkinsfile Fix Jenkinsfile 2021-12-19 00:31:22 +09:00
LICENSE port merge 1 2022-01-31 19:05:17 -05:00
Makefile libultra files and directories restructure (#1038) 2021-11-30 19:08:57 -05:00
oldfuncs.h higher frame framework 2022-02-14 10:56:17 -05:00
progress.py Changed progress.py csv output to be compatible with new website (#1075) 2021-12-19 00:09:51 +09:00
README.md Merge branch 'master' of github.com:blawar/ooot 2022-02-19 20:09:31 +01:00
setup.py vs proj cleanup (retail build works now) 2022-02-18 12:13:27 -05:00
spec Objects4 (#1057) 2021-12-27 08:08:26 -05:00
sym_info.py Fix sym_info.py and first_diff.py map lookup issues (#1055) 2021-12-03 09:11:49 -05:00
undefined_syms.txt Objects4 (#1057) 2021-12-27 08:08:26 -05:00
variables_old.txt added missing file from last commit 2022-02-14 10:56:17 -05:00

Windows Build

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.

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

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.

Note: Be sure to use git clone --recursive https://github.com/blawar/ooot.git when cloning the repo for the submodules.

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

Contributers

The current main contributers of this project are blawar, mrneo240, and DaMarkov

Installation

Windows

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

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

PAL 1.0 RETAIL ROM

If you are using the EUR PAL 1.0 retail rom, than place it at roms/PAL_1.0/baserom_original.z64

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

setup.py -b PAL_1.0

EUR Masterquest Debug ROM

If you are using the EUR Master Quest Debug rom, than place it at roms/EUR_MQD/baserom_original.z64

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

setup.py -b EUR_MQD

Open vs/OOT.sln, make sure Debug - Win32 or Release - Win32 is selected, 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

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.