Difference between revisions of "Open Sram Language Modifier"
Line 7: | Line 7: | ||
| contributor = | | contributor = | ||
| portedby = | | portedby = | ||
− | | version = | + | | version = v3 |
| licence = | | licence = | ||
− | | download = http://wiibrew.org/w/images/ | + | | download = http://wiibrew.org/w/images/1/13/OpenSLM_v3.rar |
| website = | | website = | ||
| discussion = | | discussion = | ||
Line 18: | Line 18: | ||
This is an application to toggle sram settings such as the mono/stereo setting and the language used by gamecube games and the system IPL. The goal of this app is to make PAL gamecube games run on a NTSC gamecube/wii with the desired language, because all PAL games will play in english on a NSTC environment. | This is an application to toggle sram settings such as the mono/stereo setting and the language used by gamecube games and the system IPL. The goal of this app is to make PAL gamecube games run on a NTSC gamecube/wii with the desired language, because all PAL games will play in english on a NSTC environment. | ||
− | This is a clone of | + | This is a clone of emu_kidid's sram language modifier 1.1 and it has the same features. |
I made this in the hope of it working on the wii, using yagd and libogc functions. | I made this in the hope of it working on the wii, using yagd and libogc functions. | ||
Line 64: | Line 64: | ||
Easiest way is to just pull out the front controller panel whilst your gamecube isn't plugged into power for about 5 minutes. | Easiest way is to just pull out the front controller panel whilst your gamecube isn't plugged into power for about 5 minutes. | ||
==== Wii ==== | ==== Wii ==== | ||
− | The battery is located | + | The battery is located on the right side of the wii(in horizontal position). You'll find a little screw, unscrew it to remove the battery and unplug your wii for about 5 minutes. |
== Changelog == | == Changelog == | ||
− | === Version 2 === | + | |
+ | === Version 3 28 July 2009 === | ||
+ | *Added SRAM Hex view. | ||
+ | *Added power and reset button callbacks | ||
+ | === Version 2 27 July 2009 === | ||
*Forgot to initialize the gamecube pad, leading to a code dump on GC mode and in wii mode when a GC pad was connected. | *Forgot to initialize the gamecube pad, leading to a code dump on GC mode and in wii mode when a GC pad was connected. | ||
*Added homebrew channel package. | *Added homebrew channel package. | ||
− | === Version 1 === | + | === Version 1 22 July 2009 === |
*Initial release. | *Initial release. |
Revision as of 09:42, 28 July 2009
Open Sram Language Modifier | |
![]() | |
General | |
---|---|
Author(s) | suloku |
Type | System tool |
Version | v3 |
Links | |
Download | |
Source | |
Peripherals | |
![]() ![]() ![]() |
This is an application to toggle sram settings such as the mono/stereo setting and the language used by gamecube games and the system IPL. The goal of this app is to make PAL gamecube games run on a NTSC gamecube/wii with the desired language, because all PAL games will play in english on a NSTC environment.
This is a clone of emu_kidid's sram language modifier 1.1 and it has the same features.
I made this in the hope of it working on the wii, using yagd and libogc functions.
http://hitmen.c02.at/files/yagcd/yagcd/chap10.html#sec10.5
The "open" is just to differ it from emu_kidid's, as he lost the source and I couldn't find a better name, sorry for that.
suloku 2009
How to use
Run the application on a wii or gamecube by any method (homebrew channel package provided)and you will be shown your current language and audio settings as well as the controls. Use Z button or down button on wiimote to toogle the audio setting and use the other buttons to set the language setting.
The changes are saved in the SRAM, so you might run this only once.
Controls
![]() |
![]() |
Action |
![]() |
![]() |
Toggle audio setting (Mono/Stereo) |
![]() |
![]() |
Set language to English |
![]() |
![]() |
Set language to German |
![]() |
![]() |
Set language to French |
![]() |
![]() |
Set language to Spanish |
![]() |
![]() |
Set language to Italian |
![]() |
![]() |
Set language to Dutch |
![]() |
![]() |
Exit |
How to reset the SRAM
Remove the 3V battery for 5 minutes and wait.
Gamecube
Easiest way is to just pull out the front controller panel whilst your gamecube isn't plugged into power for about 5 minutes.
Wii
The battery is located on the right side of the wii(in horizontal position). You'll find a little screw, unscrew it to remove the battery and unplug your wii for about 5 minutes.
Changelog
Version 3 28 July 2009
- Added SRAM Hex view.
- Added power and reset button callbacks
Version 2 27 July 2009
- Forgot to initialize the gamecube pad, leading to a code dump on GC mode and in wii mode when a GC pad was connected.
- Added homebrew channel package.
Version 1 22 July 2009
- Initial release.