update guides and include cheat manager download
This commit is contained in:
parent
5dad80d0d0
commit
f51317650a
3 changed files with 9 additions and 3 deletions
BIN
files/Cheat_manager_v0_3.zip
Normal file
BIN
files/Cheat_manager_v0_3.zip
Normal file
Binary file not shown.
10
guide.html
10
guide.html
|
@ -117,8 +117,8 @@
|
|||
have to redownload your cheatfile everytime you want a different combination. However, you're gonna have to use
|
||||
a Wiimote to control the application</p>
|
||||
<h3 id="4.1"><a href="#4.1">4.1 Setup</a></h3>
|
||||
<p>You can download the Cheat Manager from <a target="_blank" href="http://wiibrew.org/wiki/CheatManager"
|
||||
title="CheatManager - WiiBrew">WiiBrew</a>. Unzip the archive and copy the contents into the "<i>apps</i>"
|
||||
<p>You can download the Cheat Manager from <a target="_blank" href="/files/Cheat_manager_v0_3.zip"
|
||||
title="CheatManager Download">here</a>. Unzip the archive and copy the contents into the "<i>apps</i>"
|
||||
folder of your SD card.</p>
|
||||
<br />
|
||||
<p>Using the generator on the <a target="_blank" href="index.html">main site</a>, select all the codes you want to
|
||||
|
@ -126,6 +126,9 @@
|
|||
"<i>GCT</i>" to download a text file formatted for use with the cheat manager. Create a "<i>txtcodes</i>"
|
||||
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.</p>
|
||||
<br />
|
||||
<p>Alternatively, a zip archive containing all codes available on this site can be downloaded from <a
|
||||
target="_blank" title="GCM Archive Download" href="/files/GCMCodes.zip">here</a>.</p>
|
||||
<h3 id="4.2"><a href="#4.2">4.2 Using the Cheat Manager</a></h3>
|
||||
<p>Launch the cheat manager and grab your Wiimote. Navigate to your textfile using the DPad and select it with
|
||||
"<i>A</i>". On the following screen press "<i>+</i>" to activate and "<i>-</i>" to deactivate a cheat.</p>
|
||||
|
@ -140,6 +143,9 @@
|
|||
<p>To use the codes with Dolphin choose "<i>Dolphin INI</i>" as file format instead of "<i>GCT</i>" to download
|
||||
the codes formatted for use with Dolphin.</p>
|
||||
<br />
|
||||
<p>Alternatively, a zip archive containing all codes available on this site can be downloaded from <a
|
||||
target="_blank" title="Dolphin Archive Download" href="/files/DolphinCodes.zip">here</a>.</p>
|
||||
<br />
|
||||
<h4 id="5.1.1"><a href="#5.1.1">5.1.1 Configuration in Dolphin 5.0 or older</a></h4>
|
||||
<p>
|
||||
Right click the game in Dolphin and click on "<i>Properties</i>"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<select id="sel-format"
|
||||
data-description="<h2>File Format</h2><p>You can choose between 3 file formats:</p><h4>GCT</h4><p>Download a GCT file for use with Nintendont</p><h4>Dolphin INI</h4><p>Download a textfile containing the formatted codes for use with Dolphin. Copy the contents of the file on top of your games .ini file.</p><p>You can open the .ini file by right clicking the game in Dolphin. In the context menu select 'Properties' and then 'Edit configuration'.</p><h4>Cheat Manager TXT</h4><p>Download the cheats in a textfile formatted for use with the <a target="_blank" href="http://wiibrew.org/wiki/CheatManager">Gecko Cheat Manager</a>. Place the txt file in SD:/txtcodes/.</p><p>A zip archive containing pregenerated txt files with all available codes on this site can be downloaded <a target="_blank" href="files/GCMCodes.zip">here</a>.</p>"
|
||||
data-description="<h2>File Format</h2><p>You can choose between 3 file formats:</p><h4>GCT</h4><p>Download a GCT file for use with Nintendont</p><h4>Dolphin INI</h4><p>Download a textfile containing the formatted codes for use with Dolphin. Instructions on how to set up Dolphin can be found in the <a target="_blank" href="/guide.html#5">guide</a>.</p><h4>Cheat Manager TXT</h4><p>Download the cheats in a textfile formatted for use with the <a target="_blank" href="http://wiibrew.org/wiki/CheatManager">Gecko Cheat Manager</a>. Instructions on how to set up GCM can be found in the <a target="_blank" href="/guide.html#4">guide</a>.</p>"
|
||||
onmouseover="updateUIDescription(this)" autocomplete="off">
|
||||
<option selected value="gct">GCT</option>
|
||||
<option value="ini">Dolphin INI</option>
|
||||
|
|
Loading…
Reference in a new issue