In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Open Sram Language Modifier"

From WiiBrew
Jump to navigation Jump to search
Line 7: Line 7:
 
| contributor =  
 
| contributor =  
 
| portedby    =  
 
| portedby    =  
| version    = v2
+
| version    = v3
 
| licence    =  
 
| licence    =  
| download    = http://wiibrew.org/w/images/4/48/OpenSLM_v2.rar
+
| 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 [http://www.tehskeen.com/forums/showthread.php?t=2510 emu_kidid's sram language modifier 1.1]. It has the same features except the SRAM HEX viewer(planned for the next version).
+
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 opposite to the USB connectors. Unscrew the screw to remove it and unplug your wii for about 5 minutes.
+
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
Oslm.png
General
Author(s)suloku
TypeSystem tool
Versionv3
Links
Download
Source
Peripherals
WiiDrawing.svg Wiimote1.svg GameCube Controller

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

Wiimote.svg GameCube Controller Action
Wiimote D-Pad Down GameCube Z Button Toggle audio setting (Mono/Stereo)
Wiimote A Button Gamecube A Button Set language to English
Wiimote B Button Gamecube B Button Set language to German
Wiimote - Button Gamecube Y Button Set language to French
Wiimote + Button Gamecube X Button Set language to Spanish
Wiimote 1 Button GameCube R Trigger Set language to Italian
Wiimote 2 Button GameCube L Trigger Set language to Dutch
Wiimote HOME Button GameCube START Button 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.