Skip to content

GesthosNetwork/ZZZ-Hdiff-Patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZZZ-Hdiff Patcher: a tool for manually updating ZZZ properly

If you update the game by simply copying all the update files and then replacing them in the game client directory, that's actually not the correct way. You should merge the .pck.hdiff update with the old .pck file and delete the obsolete files listed in deletefiles.txt.

How to use?

For example, you want to update the game from 1.3.0 to 1.4.0:

  1. Put the following files in the same place as ZenlessZoneZero.exe:

    • hpatchz.exe
    • 7z.exe
    • Start.bat
    • Cleanup_1.3.0-1.4.0.txt
    • AudioPatch_Common_1.3.0-1.4.0.txt
    • AudioPatch_English_1.3.0-1.4.0.txt
    • AudioPatch_Japanese_1.3.0-1.4.0.txt
    • AudioPatch_Chinese_1.3.0-1.4.0.txt
    • AudioPatch_Korean_1.3.0-1.4.0.txt
    • game_1.3.0-1.4.0_hdiff.zip
    • audio_en-us_1.3.0-1.4.0_hdiff.zip
  2. Run Start.bat and wait until the process finishes.

  3. Now, your game is updated!

Note

  • Overview of the merging process:
    Banks0.pck (59.5 MB)        // old file, before update
    + Banks0.pck.hdiff (3.0 MB) // hdiff update
    -----------------------------
    = Banks0.pck (62.5 MB)      // new size after update
    

About

A tool for manually updating ZZZ properly.

Topics

Resources

License

Stars

Watchers

Forks