Skip to content

Mod that restores the original Japanese voice acting from cutscenes that were removed in the international releases of Mystical Ninja Starring Goemon.

License

Notifications You must be signed in to change notification settings

klorfmorf/MNSGRecompRedubMod

Repository files navigation

Mystical Ninja Starring Goemon: Redub Mod

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.

Tools

You'll need to install clang and make to build this template.

  • On Windows, using chocolatey to install both is recommended. The packages are llvm and make respectively.
    • 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.8 or by downloading the 18.1.8 release directly.
  • 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 lld linker. On Debian/Ubuntu based distros this will be the lld package.
  • 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.

Building

  • First, run make (with an optional job count) to build the mod code itself.
  • Next, run the RecompModTool utility with mod.toml as the first argument and the build dir (build in the case of this template) as the second argument.
    • This will produce your mod's .nrm file in the build folder.
    • If you're on MacOS, you may need to specify the path to the clang and ld.lld binaries using the CC and LD environment variables, respectively.

About

Mod that restores the original Japanese voice acting from cutscenes that were removed in the international releases of Mystical Ninja Starring Goemon.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

Languages