Skip to content

Pretengo Documentation

Samboge edited this page Aug 30, 2023 · 1 revision

Compiling Program

  1. Download and install golang atleast v1.21.0
  2. Run The Command go run . or go run pretengo.go
  3. You should see the configuration you're used on terminal

Using the Program

  1. If you're using original nnid dump from your wii-u, you should directly use Pretendo Server and skip no.2
  2. Download Fake Online Files from this Repo https://github.com/SmmServer/FakeOnlineFiles
  3. Extract it into Cemu root folder, Run Cemu and Choose Option tab > General Settings > Account and Check the Enable Online Mode and There's Checkmark below that said "Your Account is Valid Account"

image

  1. Now we need to redirect account.nintendo.net and srv-mhf-wiiu.capcom-networks.jp into our local ip, the easiest way is to use host file in windows. edit the host file using text editor with administrator right and add the following
127.0.0.1 srv-mhf-wiiu.capcom-networks.jp
127.0.0.1 account.nintendo.net

image

  1. Now we can Run the Pretengo.go and Run the MHF-Z on Cemu, you can monitor the response on terminal image

  2. Next step is using MHF Server emulator to get inside the game, you can look the server emulator here https://github.com/ZeruLight/Erupe

Clone this wiki locally