makebanner

Description

This command is for NITRO ROMs. See makebanner.TWL for details on TWL ROMs.

The makebanner tool creates banner files. Banner files contain various information, including the image that identifies an application and is displayed in the launcher at startup of the TWL and the Nintendo DS and DS Lite systems.

The banner file contains image data and game title information for each language. It is created based on the description in the banner specification file (BSF). Once the banner file is created, makerom writes it to the application ROM image.

How to Use

Start Command

% makebanner [-d] [-N ICON_BASENAME] SPECFILE [BANNERFILE]

This function links files according to the description in the banner specification file (SPECFILE, which is described below). It creates a file named BANNERFILE. Using BANNERFILE is optional and may be omitted. If you omit it, a file of the same name as that specified by SPECFILE with the extension .bnr is created.

The -N option enables you to specify from the command line icon files of banners specified by normal banner spec files. It attaches the extensions .nbfc and .nbfp to the base names specified by ICON_BASENAME, turning the resultant files into an image file and image parameter file, respectively. This overwrites the values specified by ImageFile:and PlttFile:parameters in the banner spec file.

The -d option is a debugging message output option for makebanner. It causes a debugging message to be generated at run time. This is usually not necessary.

Banner Specification File Format

The banner specification file is a text file that specifies an image data file and the game title in each language. It must be described and saved in Unicode (UTF-16LE with BOM). Notepad in MS Windows 2000/XP supports Unicode. Select Unicode from the Encoding drop-down list when saving the file.

Parameters

The delimiter between parameter specifications and values is a colon (:).

Image File Parameters

ImageFile:[Image's image filename]
Specifies a binary image, 32x32 x 16 colors.
Store character data using one-dimensional mapping.
The first 512 bytes are written to the banner file.
PlttFile:[Image's palette filename]
Specifies a binary image palette.
The first 32 bytes are written to the banner file.

Use ntexconv (-no -bg -bgb -bgnc) or the like to create image and palette binary data from an image file.

The -N option allows you to specify image file parameters from the command line.

Version Parameters

Version: [Banner Version]
Specifies the banner version.
This parameter is only required in applications for China or Korea.
For applications destined for China, specify '2'; for applications destined for Korea, specify '3'.

Language Parameters

JP: [Japanese Game Title Name]
EN:[English Game Title Name]
FR:[French Game Title Name]
GE:[German Game Title Name]
IT:[Italian Game Title Name]
SP:[Spanish Game Title Name]
Describes the game title name in each language. The maximum is three rows, 128 characters (including carriage returns). A string must be specified in the first line. If a line begins with a space or a tab, it is considered a continuation of the previous line. All content between a blank line and the next language parameter is destroyed. If you want to leave line 1 or 2 blank and write something in line 3, place content in the form of quotation marks ("") in the line you want to leave blank. Always store in the banner file in the following order: Japanese, English, French, German, Italian, and Spanish. As in the banner specification file, the save format is UTF-16LE (without BOM).
JP:[English Game Title Name]
EN:[English Game Title Name]
FR:[English Game Title Name]
GE:[English Game Title Name]
IT:[English Game Title Name]
SP:[English Game Title Name]
CN:[Chinese Game Title Name]
Use the format above to specify a Chinese-language banner for applications for the Chinese market.
JP:[English Game Title Name]
EN:[English Game Title Name]
FR:[English Game Title Name]
GE:[English Game Title Name]
IT:[English Game Title Name]
SP:[English Game Title Name]
CN:[English Game Title Name]
HN:[Korean Game Title Name]
Use the format above to specify a banner for applications for the Korean market. At this time, describe all game title names in English, except for those for Korean.
For more details on characters and character codes that can be used, see the separate document DS IPL Banner Guidelines.

Format

Parameter specification must be made at the beginning of the name line. Lines beginning with # are treated as comments. With the exception of the spaces at the beginning of a line, all spaces are included in the string. If you want to include leading spaces, surround them with quotation marks (" "). Likewise, if you want to include quotation marks, surround them with quotation marks (""").

#BSF --- Banner Spec File

ImageFile: banner.nbfc
PlttFile: banner.nbfp

JP:  ニトロ ("Nitro" in Japanese)
     "にほんご" ("Japanese" in Japanese)
EN: Nitro1
     English
FR: Nitro2
GE: Nitro3
IT: Nitro4
SP: Nitro5

Warnings

The following warning is displayed if the specified game title cannot be displayed correctly by the launcher when starting the TWL or Nintendo DS or DS Lite system.

The following warning is displayed if characters that cannot be displayed by the launcher have been set.

Warning:!!!!  JP in line 1
Warning:!!!!  Game title includes undisplayable characters.

Although the Nintendo DS, DS Lite, and DSi systems can display some kanji and symbols, you cannot specify these characters. The useable character codes are distributed separately. See the DS IPL Banner Guidelines.

The following warning is displayed if the game title cannot be displayed properly because the width of the game title is greater than the launcher display area.
Check the displayable size of the TWL or Nintendo DS or DS Lite system. In the following example, the title for a TWL system is 1 pixel too wide.

Warning:!!!!  EN in line 1
Warning:!!!!  Game title exceeds TWL menu size(240 pixel) by 1 pixel.

Location

$TwlSDK/tools/bin/makebanner.exe

See Also

Banner Overview
makerom

Revision History

2009/06/18 Added explanation to see the DS IPL Banner Guidelines for characters that can be used.
2009/06/02 Removed kanji warning. Explained usable character codes.
2009/05/08 Removed some ways of specifying the game title for applications for the Chinese market.
2009/04/13 Added an explanation for applications for the Chinese market.
2008/11/27 Revised game titles in examples and added a warning regarding the use of kanji.
2008/10/20 Added a warning about the width of game titles.
2008/10/17 Changed the link for documents related to Nintendo DS banners.
2008/09/12 Added a link to documents related to Nintendo DS banners.
2007/01/12 Added to Description about applications for China and Korea.
2004/09/10 Added a link to a list of usable characters.
2004/08/28 Initial version.


CONFIDENTIAL