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