Filesystem/romfs/Font: Difference between revisions
< Filesystem | romfs
m (what is this nonsense ordering) |
mNo edit summary |
||
Line 1: | Line 1: | ||
The Font folder holds all of the fonts used for the game. Each file is a [[ | The <code>Font</code> folder holds all of the fonts used for the game. Each file is a [[BFARC]] (Binary caFe Archive) file compressed with the [https://en.wikipedia.org/wiki/Zstd ZSTD] format, which then hold several fonts of different types and formats within. | ||
The Chinese, Korean and Taiwanese archives are entire replacements and not additions to the "base" archive, they contain duplicates of even fonts that needed no changes for those languages, such as the PictureFont. | The Chinese, Korean and Taiwanese archives are entire replacements and not additions to the "base" archive, they contain duplicates of even fonts that needed no changes for those languages, such as the PictureFont. |
Revision as of 08:23, 15 October 2023
The Font
folder holds all of the fonts used for the game. Each file is a BFARC (Binary caFe Archive) file compressed with the ZSTD format, which then hold several fonts of different types and formats within.
The Chinese, Korean and Taiwanese archives are entire replacements and not additions to the "base" archive, they contain duplicates of even fonts that needed no changes for those languages, such as the PictureFont.
Folders
- None.
Files
Filename | Format | Information |
---|---|---|
Font.Nin_NX_NVN.bfarc.zs | BFARC | The default fonts for the majority of languages. |
Font_CNzh.Nin_NX_NVN.bfarc.zs | BFARC | The fonts used for Chinese. |
Font_KRko.Nin_NX_NVN.bfarc.zs | BFARC | The fonts used for Korean. |
Font_TWzh.Nin_NX_NVN.bfarc.zs | BFARC | The fonts used for Taiwanese. |