Patch MH3 iso game. Fork of https://github.com/sepalani/MH3SP-patcher
alkeon f5c57152b8 Disable by default certificate | 7 months ago | |
---|---|---|
User | 7 months ago | |
iso-patcher | 7 months ago | |
riivolution | 7 months ago | |
.gitignore | 7 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago |
Patch MH3 iso game. Fork of https://github.com/sepalani/MH3SP-patcher
The goal of this repository is to provide different ways to patch the game. The users will pick the one they prefer. Currently, this repository provides:
This repository only provides patching mechanisms, not the servers you have to run to play online. So you still have to run the servers on your machine and setup the proper redirection.
There are no special requirements on Dolphin emulator.
Patch EC check
.Launch
and your game should be patched on the fly.Start with Riivolution Patches
.Open Riivolution XML...
and browse to the MH3SP.xml
file.Patch EC check
.Start
button to launch the game.You might also need to add the following entries to your hosts
file
to redirect the traffic:
# Nintendo WFC
127.0.0.1 gpcm.gs.nintendowifi.net
127.0.0.1 gpsp.gs.nintendowifi.net
127.0.0.1 naswii.nintendowifi.net
127.0.0.1 nas.nintendowifi.net
127.0.0.1 gamestats.gs.nintendowifi.net
127.0.0.1 gamestats2.gs.nintendowifi.net
127.0.0.1 wiinat.available.gs.nintendowifi.net
127.0.0.1 wiinat.natneg1.gs.nintendowifi.net
127.0.0.1 wiinat.natneg2.gs.nintendowifi.net
127.0.0.1 wiinat.natneg3.gs.nintendowifi.net
# Monster Hunter 3 (JAP)
127.0.0.1 monhunter3wii.gamestats.gs.nintendowifi.net
127.0.0.1 monhunter3wii.gamestats2.gs.nintendowifi.net
127.0.0.1 monhunter3wii.available.gs.nintendowifi.net
127.0.0.1 monhunter3wii.natneg1.gs.nintendowifi.net
127.0.0.1 monhunter3wii.natneg2.gs.nintendowifi.net
127.0.0.1 monhunter3wii.natneg3.gs.nintendowifi.net
127.0.0.1 monhunter3wii.master.gs.nintendowifi.net
127.0.0.1 monhunter3wii.ms16.gs.nintendowifi.net
# Monster Hunter 3 (EU/US)
127.0.0.1 mh3uswii.available.gs.nintendowifi.net
127.0.0.1 mh3uswii.natneg1.gs.nintendowifi.net
127.0.0.1 mh3uswii.natneg2.gs.nintendowifi.net
127.0.0.1 mh3uswii.natneg3.gs.nintendowifi.net
127.0.0.1 mh3uswii.master.gs.nintendowifi.net
127.0.0.1 mh3uswii.gamestats.gs.nintendowifi.net
127.0.0.1 mh3uswii.gamestats2.gs.nintendowifi.net
127.0.0.1 mh3uswii.ms1.gs.nintendowifi.net
The ISO patcher is a set of scripts to patch disc images directly. Just put
the game image in the iso-patcher
folder and run the patch-images
script
to generate a patched image under the mh3sp-images
directory.
A really rough alternative is to patch your game manually, as explained in the MH3SP wiki:
main.dol
certificate.This project is licensed under the AGPLv3. The iso-patcher
is licensed under
GPLv2 or any later version since it is based on Wiimm's ISO Tools and Wiimmfi
ISO Patcher.