

This process might take a while depending on your PC performance. If you wish to try 60 FPS (or higher), you can by pressing F7 to decrease the FPS and by pressing F8 to increase it. Master Quest version: python setup.py -b EUR_MQD Retail version: python setup.py -b PAL_1.0 You can do this by running one of the following commands in the Command Prompt ( cmd.exe): Now after Python is installed, run the " setup.py" script in the ooot folder to extract the game assets. If you do not have Python3 installed, you can download the Windows installer (64-bit) here: īefore installing Python, make sure you tick the "Add Python to PATH" checkbox in the Setup window. Make sure the filename is " baserom_original.z64". To play the retail version of Ocarina of Time, copy the Ocarina of Time 1.0 ROM (PAL/EUR) to the " ooot/roms/PAL_1.0" folder. To play the Master Quest Debug version, copy the Ocarina of Time Master Quest Debug ROM (PAL/EUR) to the " ooot/roms/EUR_MQD" folder. NOTE: If you're interested in the most up-to-date EXPERIMENTAL 60 FPS branch, you'll want to switch to the "dev" branch: This will automatically make a new folder called "ooot" in the current directory, and the default branch will be "master". With git installed, open the Command Prompt ( cmd.exe) in your Desktop (any place is fine but I personally prefer using Desktop)Ĭlone the git repository by running the following: When installing Git for Windows, you can keep clicking on " Next" to proceed with the setup. You can clone the repo in different ways, but the fastest way if you don't already have Git installed is by using " Git for Windows". Updating the repo is as easy as running git fetch to see the latest changes and then running git pull to download them! Cloning through Git is the recommended approach and makes it easier for you to stay up to date whenever new changes are pushed to the repo. Do NOT download the Zip from the ooot GitHub page.
_(Rev_A)-1461187520.jpg)
When installing Visual Studio 2019/2022, you'll want to make sure that you install "Desktop development with C++".Ĭlone the ooot git repository. Install Visual Studio 2019 (or 2022, it also works just fine) These are my own documented steps to get ooot to build on Windows 10 using Python 3.10.2 and Visual Studio 2019/2022 written by GreenSwede#0001 last edited
