<
From version < 15.1 >
edited by Calinou
on 2024/01/31 03:25
To version < 15.2 >
edited by Calinou
on 2024/01/31 03:26
>
Change comment: Remove .exe suffix from xdelta command as Windows automatically appends it (PATHEXT), and it won't work on Linux/macOS

Summary

Details

Page properties
Content
... ... @@ -38,7 +38,7 @@
38 38  
39 39  //If you like things easy but prefer doing things your own way...//
40 40  
41 -* Open [[Rom Patcher JS>>https://www.romhacking.net/patch/||target="_blank"]] in a web browser
41 +* Open [[Rom Patcher JS>>https://www.romhacking.net/patch/||rel="noopener noreferrer" target="_blank"]] in a web browser
42 42  * Make sure you have the "Apply Patch" tab selected
43 43  * Click "Browse..." next to **ROM file** and browse for your "rom_crack.z64"
44 44  * Click "Browse..." next to **Patch file** and browse for your xdelta patch file
... ... @@ -52,7 +52,7 @@
52 52  * Download **xdelta3.exe** either from one of the many mirrors online, or build it yourself from its [[GitHub page>>https://github.com/jmacd/xdelta]].
53 53  * Place the xdelta executable and the rom_crack.z64 in the same directory
54 54  * Open a command prompt window in this location and run the following command
55 -** {{code language="none"}}xdelta3.exe -d fs rom_crack.z64 name-of-dinoplanet-patch.xdelta dinosaurplanet.z64{{/code}}
55 +** {{code language="none"}}xdelta3 -d fs rom_crack.z64 name-of-dinoplanet-patch.xdelta dinosaurplanet.z64{{/code}}
56 56  ** //Keep in mind, you may need to change the name of "xdelta3.exe" in the command to match your own copy//
57 57  * A new file should appear in the directory that says "dinosaurplanet.z64"
58 58  * Run it in your favorite N64 emulator and enjoy!