ROM Hack need help using xdelta

  • Thread starter Thread starter valyr
  • Start date Start date
  • Views Views 8,953
  • Replies Replies 5
xdelta -efs (original file) (modified file) (patch to create)
e.g. xdelta -efs ind-hets.nds translation.nds HnEpatch.xd

Here's a batch file you can use to automate the process:

Create Patch.bat
Code:
@echo off
if "%~1"=="" goto help
echo Creating patch...
"%~dp0xdelta" -efs "%~dp0ind-hets.nds" %1 "%~dp1HnEpatch.xd"
echo Done!
goto end

:help
echo Usage: Drag modified rom onto this file to create a patch.

:end
echo.
pause
cls
Put it in the same folder as the original NDS file and xdelta, then drag your edited NDS file onto it to create a patch. Make sure to change the file names if you want to use different ones.
 
excellent
laugh.gif
thanks darthnemesis
 

Site & Scene News

Popular threads in this forum