From cd98f991b54010bd8cbeb535f26df8fae5b8d74f Mon Sep 17 00:00:00 2001 From: cadmic Date: Tue, 20 Feb 2024 04:27:24 -0800 Subject: [PATCH] Suggest explorer.exe in README.md (#1747) * Suggest explorer.exe in README.md * Fix typo and put on separate line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9b44817b..0e3e1bd13d 100644 --- a/README.md +++ b/README.md @@ -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