1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<title>StrapImage.arc</title> 9</head> 10 11<body> 12 13<h1>StrapImage.arc</h1> 14 15<h2>Location</h2> 16<p> 17<code>$REVOLUTION_SDK_ROOT/dvddata/archives/StrapImage.arc</code> 18</p> 19 20<h2>Description</h2> 21<p> 22<CODE>StrapImage.arc</CODE> is a shared content file located in Wii console NAND memory which enables developers to use the image for the Strap Usage Screen. <br>To use it, specify the shared content attribute in <CODE>makeWad</CODE>. 23</p> 24<p> 25The Strap Usage Screen images (.tpl format) for each supported language are archived as LZ77 compressed files. Each TPL file includes Screen A (without extension controller) and Screen B (with extension controller).<br>The North American and European versions share the same English, French, and Spanish language screens.<br><br> 26 27<STRONG>Note: </STRONG> The image content file for the Strap Usage screen contains 640x480 (4:3) Strap Usage screen images. Applications should either expand or shrink the image data to convert it to a size other than 640x480, if necessary.<br> 28 29If the screen's aspect ratio is 16:9, do not change the width-to-height ratio of the image data for the Strap Usage screen (4:3). Instead, display the image data with a white (RGB = {255,255,255}) border added to each side. Stretching the aspect ratio from 4:3 to 16:9 will change the width-to-height ratio of the image data as well, which may prevent characters from being read properly. 30 31 32</p> 33 34<h2>Structure</h2> 35<table border="1" width="80%"> 36 <tbody> 37 <tr> 38 <td width="80%"> 39<pre><code> 40strapImage_Du_LZ.bin 41strapImage_En_LZ.bin 42strapImage_Fr_LZ.bin 43strapImage_Ge_LZ.bin 44strapImage_It_LZ.bin 45strapImage_Sp_LZ.bin 46strapImage_jp_LZ.bin 47</code></pre> 48 </td> 49 </tr> 50 </tbody> 51</table> 52<br> 53 54<h2>See Also</h2> 55<p> 56 <a href="../intro.html">NADK Introduction</a><BR><a href="../tools/makeWad.html"><CODE>makeWad.exe</CODE></a> 57</p> 58 59<H2>Revision History</H2> 60<p> 612008/07/23 Added a note about changing image sizes.<br>2008/03/04 Changed the image format from .bmp to .tpl.<br>2008/02/20 Initial version. 62</p> 63 64 65<hr><p>CONFIDENTIAL</p></body> 66</html> 67