View Single Post
  #26  
Old 05-12-2009, 03:16
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by mongrel View Post
ohh, so xdelta is a patching tool, right??
Right.

Quote:
Originally Posted by mongrel View Post
can anyone tell me exactly what this command does, i tried to find it online but couldn't!
xdelta3.0 -d -v -fs autorun.dat NFSS.dlt "autorun patched.dat"
Apply a patch (-d for decode) called "NFSS.dlt" (first filename = input) to "autorun.dat" (value of -s for source, not a stand-alone filename!), resulting in "autorun patched.dat" (last filename = output) which is to be overwritten (-f for force overwrite), and be verbose (-v for verbose) about the process.

(Yes, the command line syntax of this software is not trivial, it's somehow quite confusing...)
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote