add more stuff to guide
This commit is contained in:
parent
e0586daf58
commit
b694c1731c
3 changed files with 156 additions and 120 deletions
30
guide.html
30
guide.html
|
@ -11,6 +11,14 @@
|
|||
<h1 style="text-align:center;width:100%">How to install and use practice codes</h1>
|
||||
<p style="margin:0;text-align:center;width:100%;">This page is a simple guide to explain the recommended way to install practice codes on your Nintendo Wii.</p>
|
||||
<br />
|
||||
<div id="indexlisting">
|
||||
<h3><a href="#1">1. Preparing your Wii</a></h3>
|
||||
<h3><a href="#2">2. Install and use the cheatfile</a></h3>
|
||||
<h3><a href="#3">3. Troubleshooting</a></h3>
|
||||
<h3><a href="#4">4. Appendix: Cheat Manager (Homebrew)</a></h3>
|
||||
<h3><a href="#5">5. Appendix: Using the codes with Dolphin</a></h3>
|
||||
</div>
|
||||
<br />
|
||||
<hr />
|
||||
<h2 id="1"><a href="#1">1. Preparing your Wii</a></h2>
|
||||
<h3 id="1.1"><a href="#1.1">1.1 Install Homebrew</a></h3>
|
||||
|
@ -68,6 +76,28 @@
|
|||
<br />
|
||||
<h3 id="3.4"><a href="#3.4">3.4 The site doesn't show codes or the download button</a></h3>
|
||||
<p>The main site requires Javascript to work properly. Make sure you have Javascript enabled in your browser.</p>
|
||||
<br />
|
||||
<br />
|
||||
<hr />
|
||||
<h2 id="4"><a href="#4">4. Appendix: Cheat Manager (Homebrew)</a></h2>
|
||||
<br />
|
||||
<p>The Cheat Manager is a homebrew application that allows you to generate GCTs on your Wii. This way you don't 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>" 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 have available on the cheat manager and click the green "<i>GCM TXT</i>" button instead of "<i>Download 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>
|
||||
<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>
|
||||
<br />
|
||||
<p>After activating your desired codes press "<i>1</i>" to generate the GCT file. The cheatmanager then creates the GCT file in your "<i>codes</i>" folder, overwriting the old one if there's already a GCT with the same name. If you now launch the game with cheats active the new codes will be loaded.</p>
|
||||
<br />
|
||||
<hr />
|
||||
<h2 id="5"><a href="#5">5. Appendix: Using the codes with Dolphin</a></h2>
|
||||
<h3 id="5.1"><a href="#5.1">5.1 Setup</a></h3>
|
||||
<p>To use the codes with Dolphin click the blue "<i>Dolphin INI</i>" button instead of "<i>Download GCT</i>" to download the codes formatted for use with Dolphin. Then right click the game in Dolphin and click on "<i>Properties</i>" and on the bottom left corner of the property window click the "<i>Edit configuration</i>" button. Close the property window. Open the text file you downloaded and copy everything following the "<i>[Gecko]</i>" tag below the same tag in the configuration you just opened. If there is no "<i>[Gecko]</i>" tag (it should be the first tag), create one on top of your configuration file. Save and close the configuration file.</p>
|
||||
<br />
|
||||
<h3 id="5.2"><a href="#5.2">5.1 Using the codes</a></h3>
|
||||
<p>Reopen the property window, select the "<i>Gecko-Codes</i>" 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.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -21,11 +21,11 @@ h2 {
|
|||
|
||||
h3 {
|
||||
font-size:15px;
|
||||
margin:20px 0px 5px 40px
|
||||
margin:20px 0px 5px 20px
|
||||
}
|
||||
|
||||
p {
|
||||
margin:0px 60px;
|
||||
margin:0px 40px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
|
@ -57,6 +57,12 @@ hr {
|
|||
text-align:justify
|
||||
}
|
||||
|
||||
#indexlisting h2, #indexlisting h3{
|
||||
font-size:14px;
|
||||
font-weight:normal;
|
||||
margin:0
|
||||
}
|
||||
|
||||
#iosinstall {
|
||||
clear:both;
|
||||
margin-top:100px;
|
||||
|
|
Loading…
Reference in a new issue