diff --git a/guide.html b/guide.html index 12e760a..f7aba1f 100644 --- a/guide.html +++ b/guide.html @@ -2,6 +2,7 @@ + @@ -23,7 +24,7 @@

1. Preparing your Wii

1.1 Install Homebrew

-

First of all you're gonna have to install Homebrew on your Wii. Make sure your SD card is formatted to FAT32 and then click this link for a detailed guide on how to get Homebrew on your Wii. Ignore the "So, what's next?" part.

+

First of all you're gonna have to install Homebrew on your Wii. Make sure your SD card is formatted to FAT32 and then click this link for a detailed guide on how to get Homebrew on your Wii. Ignore the "So, what's next?" section.


1.2 Install the necessary applications

Using Nintendont is the recommended way to use practice codes. To download the most recent build you can click this link.

@@ -32,9 +33,9 @@

2. Install and use the cheatfile

2.1 Generate the file

-

Visit the main site and select your game version from the dropdown menu. Then select all the cheats you want to have enabled from the list and click "Download GCT". The name of the file you downloaded should be "GMSX01.gct" with X being E, P or J depending on the version you selected.

+

Visit the main site and select your game version from the dropdown menu. Then select all the cheats you want to have enabled from the list, choose GCT as file format and hit "Download". The name of the file you downloaded should be "GMSX01.gct" with X being E, P or J depending on the version you selected.


-

Note: JP 1.0 and JP 1.1 both use the same ID (GMSJ01).

+

Note: JP 1.0 and JP 1.1 both use the same ID (GMSJ01). To identify if you own JP 1.0 or 1.1 check the back of your disc. It'll read "DOL-GMSJ-0-00" for 1.0 and "DOL-GMSJ-0-01" for 1.1.


2.2 Copy the file onto your SD card

Create a "codes" folder in the root of your SD card if there is none and copy the GCT file you just downloaded into that folder.

@@ -86,7 +87,7 @@

4.1 Setup

You can download the Cheat Manager from WiiBrew. Unzip the archive and copy the contents into the "apps" folder of your SD card.


-

Using the generator on the main site, select all the codes you want to have available on the cheat manager and click the green "GCM TXT" button instead of "Download GCT" to download a text file formatted for use with the cheat manager. Create a "txtcodes" folder in the root of your SD card if there is none and copy the generated text file into that folder. The name of the text file doesn't matter if you use this application, since the games ID is stored in the textfile.

+

Using the generator on the main site, select all the codes you want to have available on the cheat manager and choose "Cheat Manager TXT" as file format instead of "GCT" to download a text file formatted for use with the cheat manager. Create a "txtcodes" folder in the root of your SD card if there is none and copy the generated text file into that folder. The name of the text file doesn't matter if you use this application, since the games ID is stored in the textfile.

4.2 Using the Cheat Manager

Launch the cheat manager and grab your Wiimote. Navigate to your textfile using the DPad and select it with "A". On the following screen press "+" to activate and "-" to deactivate a cheat.


@@ -95,7 +96,7 @@

5. Appendix: Using the codes with Dolphin

5.1 Setup

-

To use the codes with Dolphin click the blue "Dolphin INI" button instead of "Download GCT" to download the codes formatted for use with Dolphin. Then right click the game in Dolphin and click on "Properties" and on the bottom left corner of the property window click the "Edit configuration" button. Close the property window. Open the text file you downloaded and copy everything following the "[Gecko]" tag below the same tag in the configuration you just opened. If there is no "[Gecko]" tag (it should be the first tag), create one on top of your configuration file. Save and close the configuration file.

+

To use the codes with Dolphin choose "Dolphin INI" as file format instead of "GCT" to download the codes formatted for use with Dolphin. Then right click the game in Dolphin and click on "Properties" and on the bottom left corner of the property window click the "Edit configuration" button. Close the property window. Open the text file you downloaded and copy everything following the "[Gecko]" tag below the same tag in the configuration you just opened. If there is no "[Gecko]" tag (it should be the first tag), create one on top of your configuration file. Save and close the configuration file.


5.1 Using the codes

Reopen the property window, select the "Gecko-Codes" tab and check all the codes you want to be active. Most (but not all codes) will work with Dolphin. However, Dolphin has a code limit which is reached rather quickly. So if your game crashes right after it starts, you probably have too many codes active simultaneously.

diff --git a/ios58.html b/ios58.html index 382b53a..3accb64 100644 --- a/ios58.html +++ b/ios58.html @@ -2,6 +2,7 @@ + diff --git a/style/guide.css b/style/guide.css index 99a9ca6..936b789 100644 --- a/style/guide.css +++ b/style/guide.css @@ -7,7 +7,6 @@ body { display:inline-block; - margin:10px 0px; min-height:450px; font-size:1em; text-align:left @@ -35,7 +34,7 @@ p { } img { - margin:0px 40px; + margin:0px 10px; border-radius:4px; max-width:100% } @@ -54,7 +53,7 @@ p { } ul li { - margin-top:7px + margin:7px 10px } .framed { @@ -70,6 +69,10 @@ ul li { max-width:1000px } +#indexlisting h3 { + margin:2px 20px +} + #iosinstall { text-align:center; }