1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
7<BASE target="main">
8<TITLE>Tools</TITLE>
9</HEAD>
10<BODY>
11<H1>Tool and Command Function List</H1>
12
13<H2><a name="Devkit Sysmenu">Development Console Settings</a></H2>
14<TABLE class="api_list" border="1" >
15  <TBODY>
16    <TR>
17      <TH><A href="../tools/devkitmenu.html">DEVKIT System Menu</A></TH>
18      <TD>A utility that configures various console settings accessed by the application in a development console.</TD>
19    </TR>
20  </TBODY>
21</TABLE>
22
23<H2><a name="Wii Remote">Tools for the Wii Remote</a></H2>
24<TABLE class="api_list" border="1" >
25  <TBODY>
26    <TR>
27      <TH><A href="../tools/wpad_mem_util.html">wpad_mem_util.elf</A></TH>
28      <TD>Manipulates data stored in Wii Remote memory and creates an error status. Use this utility when testing applications that use Wii Remote memory. This tool can also initialize Wii Remote memory.</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32
33<H2><a name="REL Module">REL Tools (You Can Also Use the <A href="../rso/tools/tools.html">RSO Tools List</A>)</a></H2>
34<TABLE class="api_list" border="1" >
35  <TBODY>
36    <TR>
37      <TH><A href="../tools/makerel.html">makerel</A></TH>
38      <TD>A tool for games that use a relocatable module system.</TD>
39    </TR>
40    <TR>
41      <TH><A href="../tools/makeo.html">makeo</A></TH>
42      <TD>Converts any binary or text file into an ELF object module.</TD>
43    </TR>
44  </TBODY>
45</TABLE>
46
47<H2><a name="config">Settings Scripts</a></H2>
48<TABLE class="api_list" border="1" >
49  <TBODY>
50    <TR>
51      <TH><A href="../tools/BI3/setcountrycode.html">setcountrycode</A></TH>
52      <TD>Sets the country code for the disc.</TD>
53    </TR>
54    <TR>
55      <TH><A href="../tools/BI2/setsmem2size.html">setsmem2size</A></TH>
56      <TD>Sets the MEM2 memory size to be simulated.</TD>
57    </TR>
58    <TR>
59      <TH><A href="../tools/setfirmware.html">setfirmware</A></TH>
60      <TD>Sets the version of firmware to use at program startup time.</TD>
61    </TR>
62    <TR>
63      <TH><A href="../tools/setinitialcode.html">setinitialcode</A></TH>
64      <TD>Sets the game code (initial code) for a disc application.</TD>
65    </TR>
66    <TR>
67      <TH><A href="../tools/setcompanycode.html">setcompanycode</A></TH>
68      <TD>Sets the company code for a disc application.</TD>
69    </TR>
70    <TR>
71      <TH><A href="../tools/ndrun_prechecker.html">ndrun_prechecker</A></TH>
72      <TD>Checks the operating environment at program startup time.</TD>
73    </TR>
74  </TBODY>
75</TABLE>
76
77<H2><a name="Converter">ELF to DOL Converter</a></H2>
78<TABLE class="api_list" border="1" >
79  <TBODY>
80    <TR>
81      <TH><A href="../tools/makedol.html">makedol</A></TH>
82      <TD>Converts ELF files into the Wii executable DOL format.</TD>
83    </TR>
84  </TBODY>
85</TABLE>
86
87<H2><a name="Compress">Compression Tool</a></H2>
88<TABLE class="api_list" border="1" >
89  <TBODY>
90    <TR>
91      <TH><A href="../tools/ntcompress.html">ntcompress</A></TH>
92      <TD>Data compression is done in a format that can be handled by the CX Library.</TD>
93    </TR>
94  </TBODY>
95</TABLE>
96
97<H2><a name="Archiver">Archiver</a></H2>
98<TABLE class="api_list" border="1" >
99  <TBODY>
100    <TR>
101      <TH><A href="../tools/darch.html">darch</A></TH>
102      <TD>Creates an archive file that can be handled by the ARC Library.</TD>
103    </TR>
104  </TBODY>
105</TABLE>
106
107<H2><a name="Packager">Packager</a></H2>
108<TABLE class="api_list" border="1" >
109  <TBODY>
110    <TR>
111      <TH><A href="../tools/rdpack.html">rdpack</A></TH>
112      <TD>Packages <CODE>dlf/dvdroot</CODE> into an RPF file.</TD>
113    </TR>
114  </TBODY>
115</TABLE>
116
117<H2><a name="TextureConvert">Texture Conversion</a></H2>
118<TABLE class="api_list" border="1" >
119  <TBODY>
120    <TR>
121      <TH><A href="../tools/texconv.html">TexConv</A></TH>
122      <TD>Converts image files in the Truevision Graphics Adapter (TGA) format into TPL files.</TD>
123    </TR>
124  </TBODY>
125</TABLE>
126
127<H2><a name="Mastering">Mastering</a></H2>
128<TABLE class="api_list" border="1" >
129  <TBODY>
130    <TR>
131      <TH><A href="../tools/makemaster.html">makemaster</A></TH>
132      <TD>Generates master data.</TD>
133    </TR>
134    <TR>
135      <TH><A href="../tools/makeUpdateDisc.html">makeUpdateDisc</A></TH>
136      <TD>Generates master data from a GCM file.</TD>
137    </TR>
138  </TBODY>
139</TABLE>
140
141<P>Internal Tools (for reference only&mdash;do not use)</P>
142<TABLE class="api_list" border="1" >
143  <TBODY>
144    <TR>
145      <TH><A href="../tools/internals/tickleBI2.html">tickleBI2</A></TH>
146      <TD> </TD>
147    </TR>
148    <TR>
149      <TH><A href="../tools/internals/peekBI2.html">peekBI2</A></TH>
150      <TD> </TD>
151    </TR>
152  </TBODY>
153</TABLE>
154
155<BR><BR>
156
157<hr><p>CONFIDENTIAL</p></body>
158</HTML>