CrvyloOo wrote:
How exactly do I patch this? I tried dragging the ROM file into the xdelta.exe, but that just brings up a command prompt and freezes.
I think i have an answer to that question somewhere in my private messages... Yep, here it is.
Quote:
Let's take a look at the files inside the archive:
ketsui_v0.2.xdelta - this is the patch file
readme.txt - a simple readme file
xdelta3.exe - program that does all the work
So, what you need to do in order to patch the game is:
1 - Extract all the files from the archive.
2 - Get the rom file of Ketsui. For example, "ketsui.nds".
3 - Put the rom file into the same folder as the files of the archive.
4 - Now you just need to launch the xdelta.exe with certain parameters. There are several ways to do so, but i'm going to use one of the most simple ones.
5 - So... Hit "Start", then "Run...". (or you can hold the windows key on the keyboard and press R)
6 - Click on "Browse" and select the xdelta3.exe file.
7 - Now write "-d -s your_ketsui_rom_file xdelta_file new_rom_file" without the brackets after the filename.
The result string should look like this:
C:\Ketsui_v02\xdelta3.exe -d -s ketsui.nds ketsui_v0.2.xdelta ketsui_translated.nds
What do all those parameters mean:
C:\Ketsui_v02\xdelta3.exe - path to the exe file.
-d -s - tells the xdelta patcher that we're gonna patch using an xdelta file.
ketsui.nds - rom file name (see 2).
ketsui_v0.2.xdelta - xdelta file name (if you rename the file from the archive - put the other name here).
ketsui_translated.nds - translated rom file name. The file will be created, so you can name it however you want.
8 - That's it, hit "OK". You'll see the xdelta program working. If there's no errors, the translated rom file will be created in the folder you put everything in.