A Monster Hunter Tri mod for general experimentation.
Features include:
- Display player (position, rotation)
- Display arena id
devkitPro is a gcc-based compiler suite for Wii and other consoles.
See here for full installation details.
git clone https://github.com/InusualZ/MH3G.git
The compilation of the mod produce a ELF file. We need to convert that ELF into a RSO module. In order to that we use elf2rso.
Currently I only have precompiled binary for Windows x64. The program should be compatible with any OS with CMake and a compiler. You would have to compile from source.
After you have the elf2rso
binary. You need to place the executable in tools/
folder with the name elf2rso.exe
(Or without extension for non-Windows platforms)
On Windows use the Msys2 terminal from the devkitPro
cd MH3G
make
The final MH3G.rso
would be placed in the folder riivolution/MH3G/
.
Right now the mod could only be used with a Riivolution patch
Start with Riivolution
-> Select MH3G.xml
from the riivolution/
folder
-
Copy the
riivolution
folder to the root of your SD card. -
Insert your Monster Hunter Tri disk and load Riivolution. You should see the patch options appear with default settings; do not change these settings from their defaults.
-
Launch the game with the patches via Riivolution and enjoy!
Thank you to:
ComplexSphere for ApeSphere template mod