This is a mod for Goemon 64: Recompiled that restores the original Japanese voice acting from cutscenes that were removed in the international releases of Mystical Ninja Starring Goemon.
You'll need to install clang and make to build this template.
- On Windows, using chocolatey to install both is recommended. The packages are
llvmandmakerespectively.- The LLVM 19.1.0 llvm-project release binary, which is also what chocolatey provides, does not support MIPS correctly. The solution is to install 18.1.8 instead, which can be done in chocolatey by specifying
--version 18.1.8or by downloading the 18.1.8 release directly.
- The LLVM 19.1.0 llvm-project release binary, which is also what chocolatey provides, does not support MIPS correctly. The solution is to install 18.1.8 instead, which can be done in chocolatey by specifying
- On Linux, these can both be installed using your distro's package manager. You may also need to install your distro's package for the
lldlinker. On Debian/Ubuntu based distros this will be thelldpackage. - On MacOS, these can both be installed using Homebrew. Apple clang won't work, as you need a mips target for building the mod code.
On Linux and MacOS, you'll need to also ensure that you have the zip utility installed.
You'll also need to grab a build of the RecompModTool utility from the releases of N64Recomp. You can also build it yourself from that repo if desired.
- First, run
make(with an optional job count) to build the mod code itself. - Next, run the
RecompModToolutility withmod.tomlas the first argument and the build dir (buildin the case of this template) as the second argument.- This will produce your mod's
.nrmfile in the build folder. - If you're on MacOS, you may need to specify the path to the
clangandld.lldbinaries using theCCandLDenvironment variables, respectively.
- This will produce your mod's