Skip to content

ilbuonmarcio/uLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

uLauncher

Wii U game download & decrypt helper

  • download
  • decrypt

Requirements

db.json: a database list of games, with the following format:

[
    {
        "titleID": "123123123",
        "titleKey": "123123123",
        "name": "Game Title 1",
        "region": "USA"
    },
    {
        "titleID": "123123",
        "titleKey": "123123123",
        "name": "Game Title 2",
        "region": "EUR"
    },
    ...
]

Once you have that, copy it into the ulauncher/ folder

FunKiiU: copy FunKiiU.py into the ulauncher/ folder

CDecrypt-Release: copy CDecrypt_v2.0b.exe, libeay32.dll and msvcr120d.dll files into the ulauncher/ folder

How to run

Run it via

python main.py

Your games will be in the ulauncher/install/ directory.

Testing

Tested on Windows 11, your mileage may vary significantly.

About

Wii U game download & decrypt helper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages