1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>ctr_makedlexbanner32</title>
6<style type="text/css">
7    <!--
8    body {
9    /*
10        font-size       : 10pt;
11    */
12        font-weight     : normal;
13        color           : #000000;
14        margin          : 8px;
15    }
16
17    div {
18        width           : 98%;
19        white-space     : nowrap;
20    }
21
22    div.title {
23        text-align      : left;
24        font-weight     : bold;
25    /*
26        font-size       : 16pt;
27    */
28        font-size       : 150%;
29        color           : #202020;
30        border-style    : double;
31        border-width    : 8px;
32        /* タイトルを囲む枠線の色を指定 */
33        border-color    : #CD202C;
34
35        /* RVLプラットフォーム系列 */
36    /*
37        border-color    : #34beed;
38    */
39
40        /* TWLプラットフォーム系列 */
41    /*
42        border-color    : #ff458f;
43    */
44
45        margin          : 4px;
46        padding         : 4px;
47    }
48    H1 {
49      font-size                 : 150%;
50      font-family               : Arial;
51      border-bottom-width       : 5px;
52      border-bottom-style       : solid;
53      border-bottom-color       : #CD202C;
54      padding-bottom            : 1px;
55      margin-bottom             : 20px;
56      letter-spacing            : normal;
57      font-weight               : bold;
58    }
59
60    h2 {
61        font-weight     : bold;
62    /*
63        font-size       : 16pt;
64    */
65        font-size       : 150%;
66        border-style    : none none solid double;
67        border-width    : 0px 0px 2px 8px;
68        /* 見出しの線の色を指定 */
69        border-color    : #CD202C;
70
71        /* RVLプラットフォーム系列 */
72    /*
73        border-color    : #34beed;
74    */
75
76        /* TWLプラットフォーム系列 */
77    /*
78        border-color    : #ff458f;
79    */
80
81        margin-left     : 2px;
82        padding-left    : 4px;
83    }
84    CODE {
85      font-family       : "Courier New", monospace;
86      position          : normal;
87      left              : 12px;
88      font-size         : 10pt;
89    }
90    table {
91      margin-top        : 2pt;
92      margin-bottom     : 2pt;
93      margin-left       : 0pt;
94      margin-right      : 0pt;
95      padding-left      : 0pt;
96      padding-right     : 0pt;
97      position          : relative;
98      left              : 12px;
99      font-family       : Arial;
100      font-size         : 10pt;
101      border-style      : none none none none;
102    }
103    td,th {
104      padding           : 2pt;
105      border-width      : 2pt;
106      border-style      : none none none none;
107      font-style        : normal;
108      text-align        : left;
109    }
110    td {
111      background        : #e8f4f4;
112      font-weight       : normal;
113    }
114    th {
115      background        : #c0d8d8;
116      font-weight       : bold;
117    }
118
119    p {
120        margin-left     : 4px;
121    }
122    p.code {
123      font-family       : "Courier New", monospace;
124      position          : normal;
125      left              : 12px;
126      font-size         : 10pt;
127      background        : #e8f4f4;
128    }
129
130    -->
131</style>
132
133</head>
134<body>
135<a name="top"></a>
136
137<h1>ctr_makedlexbanner</h1>
138
139<h1>Contents</h1>
140<ol>
141<li><a href="#intro">Introduction</a></li>
142<li><a href="#usage">How to Use</a></li>
143<li><a href="#sample">Sample Execution</a></li>
144<li><a href="#bug">Known Problems</a></li>
145<li><a href="#history">Revision History</a></li>
146</ol>
147
148
149
150<h2><a name="intro">Introduction</a></h2>
151<p><CODE>ctr_makedlexbanner32.exe</CODE> is a tool for generating the binary files that distribute downloadable contextual banners.</p>
152
153<h2><a name="usage">How to Use</a></h2>
154
155
156<h3>Commands</h3>
157
158
159<p class="code">
160    % ctr_makedlexbanner32.exe EXBNR_BIN_DIRECTORY_PATH [OUTPUT_FILE_NAME]<br />
161<p class="first_ja">
162<B>Note:</B> Will not work without <CODE>ctr_makebannerarchive.dll</CODE>.<br />
163
164<h3><CODE>EXBNR_BIN_DIRECTORY</CODE></h3>
165<p class="first_ja">
166You must specify <CODE>EXBNR_BIN_DIRECTORY_PATH</CODE>.<br />
167
168This specifies the directory where the BIN files created by <CODE>ctr_make_ex_banner32.exe</CODE> are collected.<br />
169
170Only the following filenames are valid within <CODE>EXBNR_BIN_DIRECTORY_PATH</CODE>.</p>
171<p class="code">
172COMMON.bin<br /> CHN_CN.bin<br /> EUR_EN.bin<br /> EUR_FR.bin<br /> EUR_GE.bin<br /> EUR_IT.bin<br /> EUR_SP.bin<br /> EUR_DU.bin<br /> EUR_PO.bin<br /> EUR_RU.bin<br /> JPN_JP.bin<br /> KOR_KR.bin<br /> TWN_TW.bin<br /> USA_EN.bin<br /> USA_FR.bin<br /> USA_SP.bin<br /> USA_PO.bin<br />
173</p>
174
175<p class="first_ja">
176Any other included files are ignored.<br /><br /> Not all languages need to be included, nor does <CODE>COMMON.bin</CODE> need to be included. <br />Specify either a relative path from the current directory or an absolute path.</p>
177
178<h3><CODE>OUTPUT_FILE_NAME</CODE></h3>
179<p class="first_ja">
180Specifies the output filename. If nothing is specified, then a file named <CODE>dlexbanner.bin</CODE> is output to the current directory.
181
182
183
184
185
186<h2><a name="sample">Sample Execution</a></h2>
187
188Assume a folder structure configured as shown below.<br />
189
190<p class="code">
191DLExBanner ━┳━ ctr_makedlexbanner32.exe<br />
192       ┃   <br />
193       ┣━ ctr_makebannerarchive.dll<br />
194       ┃<br />
195       ┗━ binfolder ━┳━ COMMON.bin<br />
196                ┣━ JPN_JP.bin<br />
197                ┣━ EUR_DU.bin<br />
198                ┗━ EUR_EN.bin<br />
199         </p>
200
201In the <CODE>./DLExBanner</CODE> folder, if we run the command
202<p class="code">
203    % ctr_makedlexbanner32.exe binfolder dlexbnr.bin
204<p class="first_ja">
205then the file <CODE>./DLExBanner/dlexbnr.bin</CODE> is output as the execution result.<br />
206
207<h2><a name="bug">Known Problems</a></h2>
208Under certain conditions, the HOME Menu freezes when textures are switched in contextual banners (including DL contextual banners)
209
210<h3>Details</h3>
211<p>
212When textures that are referenced from multiple materials are switched in contextual banners, an internal memory leak occurs when that banner is displayed on the HOME Menu.<br /><br /> After another application on the HOME Menu is selected and another banner is displayed, the operation that displays the banner in which the texture was changed is repeated and the HOME Menu finally freezes.
213</p>
214
215<h3>Workaround</h3>
216<p>
217Do not switch textures that are referenced from multiple materials in contextual banners.
218</p>
219
220
221<h3>Verification Procedure</h3>
222<p>
223Display a contextual banner on the HOME Menu.<br />When data that would cause an error is used, an error message is displayed on the bottom portion of the upper screen.
224</p>
225
226<h2><a name="history">Revision History</a></h2>
227    <dl class="history">
228      <dt>2012/04/17</dt>
229<dd>Removed English from Taiwan/Hong Kong region.</dd>
230      <dt>2012/04/16</dt>
231<dd>Added Known Problems.</dd>
232      <dt>2011/12/02</dt>
233<dd>Added support for the Chinese, Korean, and Taiwan/Hong Kong regions.</dd>
234      <dt>2011/06/01</dt>
235<dd>Revised the manual.<br />
236      <dt>2011/01/19</dt>
237<dd>Initial version.<br />
238      </dd>
239    </dl>
240<hr><p>CONFIDENTIAL</p></body>
241</html>