Skip to content

2. Cloning and Setup

Snesrev edited this page Oct 4, 2022 · 4 revisions

Launch Git Bash as Admin (or MSYS2 MINGW64 if you're using MSYS2. Make sure to install the dependencies for MSYS2 at the bottom of 1. Getting Started)

Type: git clone --recursive https://github.com/snesrev/zelda3

git bash git clone

this will create a Zelda3 folder on your C drive>Users>[your user name] directory

go into the zelda3 folder, then inside the tables folder place your zelda3.sfc rom

Screenshot 2022-09-30 22-45-41

return to the Git Bash window (or MSYS2)

type: cd zelda3/tables

git cd tables

type: python extract_resources.py

when finished

type: python compile_resources.py

when finished you should have more files, most importantly the zelda3_assets.dat file at the bottom

cd back to the main zelda3 folder

Head over to 3. Building

Clone this wiki locally