Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 435 Bytes

recover_h3

A simple python script to recover .h3 files of WiiU CDN downloads. Only the tmd file and the content files are needed.

Prerequisites

  • Python 3
  • cryptography module. Use pip install cryptography

Usage

  • Put the python script / .exe in your system's path
  • Change to the directory containing the tmd file and the content files.
  • run recover_h3 <tmdfile>
  • The .h3 files will be written to the same directory.