doltranslator

command module
v0.0.0-...-f2e10fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 8 Imported by: 0

README

DolTranslator

Inserts strings into a Nintendo Wii/GC DOL.

Usage

You will need a Nintendo Wii/GC DOL which will be translated, as well as a JSON file similar to the following.

{
  "translations": [
    {
      "address": "0x802d7740",
      "text": "This will be inserted!"
    }
  ]
}

The address key is the memory address where this string can be found. You can find this in Ghidra or in Dolphin Emulator Memory view.

You will also need to designate a new region of memory to place translations in the case that an inserted string overflows the original.

Running from CMD:

./DolTranslator [path/to/dol] [path/to/json] [new address]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL