BCMA

BCMA

BCMA is the file format used for the electronic manuals on the Nintendo 3DS. It presumably stands for Binary CTR Manual.

Region and language codes #

In several places, three letter uppercase region codes and two letter lowercase language codes are used. These will be indicated by the italic placeholders REG and la respectively on this page.

The following region and language codes are known:

Region codeRegionLanguage codeLanguage
EUREuropedeGerman
enBritish English
frFrench
esSpanish
itItalic
nlDutch
ptPortuguese
ruRussian
JPNJapanjaJapanese

Top-level archive overview #

A BCMA file is a regular, uncompressed DARC archive which contains a set of LZ10-compressed DARC archives. These subarchives contoin files containing either textures in the BCLIM format or metadata and manual pages in the binary CLYT format.

At least the following archives should be found in the top level archive:

Archive pathComment
./BcmaInfo.arcArchive containing metadata about this manual, such as available languages and version information.
./REG_la_index.arcArchive containing the table of contents for a specific locale.
./REG_la_large.arcArchive containing the pages of the manual in a large font size.
./REG_la_small.arcArchive containing the pages of the manual in a small font size.

Other archives not named here may be present as well. Usually, these contain locale specific images.

BcmaInfo.arc #

This archive has a single BCLYT file located in ./blyt/BcmaInfo.bclyt. This file contains the following panes, all direct children of the RootPane:

Pane namePane typeUser data
KeyTypeValue description
LangInfopan1LangNumInt[1]
Lang_xxxString
RegionInfopan1RegionNumInt[1]
Region_xxxString
REGpan1LangNumInt[1]
Lang_xxxString
REG_latxt1TexResNumInt[1]
TexRes_xxxxString
VersionInfopan1CurrentVersionInt[1]
DescriptionString

All other properties of the panes seem to be set to a default value and do not seem to matter.

REG_la_index.arc #

This archive contains the table of contents for a certain language. This archive contains exactly one file, ./blyt/Index.bclyt, which contains the following panes, all children of the RootPane:

Pane namePane typeUser data
KeyTypeValue description
MetaDatapan1PageNumInt[1]
CategoryNumInt[1]
SplitNumLInt[PageNum]
SplitNumSInt[PageNum]
PageTitle_xxxtxt1None
Category_xxxtxt1IsValidInt[1]
CategoryPageNumInt[1]
PageID_xxxInt[1]

REGlasize.arc #

These archives actually contain the contents of a page in the manual. It contains the following files:

File nameDescription
./blyt/Page_xxxsizey.bclytContains the text and foreground images of page number xxx, part y and size size.
./blyt/Page_xxx_size_bg.bclytContains all background images on the page.
./blyt/Page_xxx_size_info.bclytCould perhaps contain metadata from the manual editor?

In the filenames, xxx should be replaced by the page number, starting from 000. size should be replaced by either “large” or “small”. Finally, y should be replaced by the page part, starting from 0.

Category:File formats