Advertisement
Guest User

Untitled

a guest
Jun 26th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. 1) md5sum your ISO like so:
  2.  
  3. md5sum ~/digimon.iso
  4.  
  5. And if it does not equal
  6.  
  7. 512BA70738889081F262CBAFE5E49143
  8. or
  9. 031400B3FEBB5C3B7CC5C83776C119F7
  10.  
  11. then you have an invalid ISO image and should obtain a new one. Save this hash for later (needed for choosing the correct patch)
  12.  
  13. 2) Figure out if you want to use the sub or dub versions
  14.  
  15. 3) Run
  16.  
  17. xdelta -d -f -s "/path/to/file" "/path/to/data/folder/HASH_sub_or_dub.xdelta" "/path/to/output/file"
  18.  
  19. HASH being the md5 hash of your ISO, and the sub/dub prefix. For example:
  20.  
  21. xdelta -d -f -s ~/digimon.iso ~/patch/data/031400B3FEBB5C3B7CC5C83776C119F7_dub.xdelta ~/digimon[patched].iso
  22.  
  23. I have not tested this, but there does not seem to be any black magic or advanced settings used within the GUI frontend so the previous should work. Also the update link is located at
  24.  
  25. http://digimonworldrd.wikispaces.com/file/view/updatefiles.csv
  26.  
  27. which provides direct links to the specific files, as well as their md5 hashes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement