Skip to content

GuestDreemurr/GiveMiiUplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GiveMiiUplay

A plugin designed to allow the "Uplay" Wii U app to function again.

How does it work?

We currently only hook act::AcquireIndependentServiceToken to satisfy Uplay, However a DNS redirect is required to redirect to a custom Web Server and Quazal Rendez-vous Server.

Credits

GiveMiiYoutube For providing a basic template for skipping service token check, all credits go to people mentioned in the README of that project.

Building

# Build docker image (only needed once)
docker build . -t givemiiuplay_builder

# make 
docker run -it --rm -v ${PWD}:/project givemiiuplay_builder make

# make clean
docker run -it --rm -v ${PWD}:/project givemiiuplay_builder make clean

About

Allows the Wii U Uplay app to continue functioning after its discontinuation.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 51.9%
  • Makefile 37.6%
  • C 9.0%
  • Dockerfile 1.5%