Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.32 KB

SR-Hdiff Patcher: a tool for manually updating HSR 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 2.6.0 to 2.7.0:

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

    • hdiffz.exe
    • hpatchz.exe
    • 7z.exe
    • Start.bat
    • Cleanup_2.6.0-2.7.0.txt
    • AudioPatch_Common_2.6.0-2.7.0.txt
    • AudioPatch_English_2.6.0-2.7.0.txt
    • AudioPatch_Japanese_2.6.0-2.7.0.txt
    • AudioPatch_Chinese_2.6.0-2.7.0.txt
    • AudioPatch_Korean_2.6.0-2.7.0.txt
    • game_2.6.0-2.7.0_hdiff.zip
    • audio_en-us_2.6.0-2.7.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