mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
Suggest explorer.exe in README.md (#1747)
* Suggest explorer.exe in README.md * Fix typo and put on separate line
This commit is contained in:
parent
5c31e686f6
commit
cd98f991b5
1 changed files with 2 additions and 1 deletions
|
@ -103,6 +103,7 @@ cd oot
|
|||
#### 3. Prepare a base ROM
|
||||
|
||||
Place a copy of the Master Quest (Debug) ROM inside the `baseroms/gc-eu-mq-dbg/` folder.
|
||||
If you are under WSL, you can run the command `explorer.exe .` to open the current directory in the Windows file explorer.
|
||||
|
||||
Rename the file to `baserom.z64`, `baserom.n64` or `baserom.v64`, depending on the original extension.
|
||||
|
||||
|
@ -115,7 +116,7 @@ make setup
|
|||
```
|
||||
|
||||
This downloads some dependencies (from pip), and compiles tools for the build process.
|
||||
Then it generates a new ROM "baseroms/gc-eu-mq-dbg/baserom-decompressed.z64" that will have the overdump removed and the header patched.
|
||||
Then it generates a new ROM `baseroms/gc-eu-mq-dbg/baserom-decompressed.z64` that will have the overdump removed and the header patched.
|
||||
It will also extract the individual assets from the ROM.
|
||||
|
||||
#### 5. Build the ROM
|
||||
|
|
Loading…
Reference in a new issue