Update By: PhOeNiX
Hi guys, this is Phoenix from SadNES cITy.
I wrote this piece of news to present my new xdelta front end, named Delta Patcher. My teammates and I were not fully satisfied by the the previous xdelta front ends, because they all lack patch customizations provided by the original command-line program. They only allowed the user to create
or apply a patch, ignoring all of the other useful options.
While Delta Patcher doesn't deal with all the options available, it has some very nice features that might be interesting for game hackers:
- You can choose among all the compression levels supported by the original xdelta.
- The program automatically deletes the unpatched file and renames the patched file after the original (this way it will act like PPF-O-MATIC or LunarIPS).
- If the user wants to keep a backup of the original file, it is absolutely possible to do so by simply checking the "Keep original file" box.
- It can ignore checksum during patch making and applying. This is particularly useful for PSX/PS2 games, since ISO images are very susceptible to minimal, albeit insignificant, changes to their file size.
- It is a stand-alone program. You won't need additional DLLs or the .NET Framework in order to make it work. Yuppie!
- It's easily translatable to other languages: just make your own ".po" file and put it in the resource folder (the tool comes with two language files: English and Italian).
- It's possible to associate the ".xdelta" extension to Delta Patcher. A very comfortable feature!
- Fully compatible with Linux!
Inside the package you will find two versions of Delta Patcher: the normal one and "Delta Patcher Lite". The lite
version allows patching operations only. It is meant to accompany patch releases, so that the users won't mistakenly use the "patch making" option. The full version is addressed to game hackers who know what they are doing. ;)
If you are interested in the sources, you can download them
here. Just install wxWidgets and compile it.
Thanks for your time, and enjoy Delta Patcher!
RHDN Project PageRelevant Link: (
http://www.sadnescity.it)