N64FlashcartMenu
|
To show certain (metadata) information on the N64 ROM information screen, add a .ini
file in the same directory as the game ROM file with the same ROM filename (but excluding the ROM extension i.e. [.z64
, .v64
, .n64
] )
my N64 game rom.z64
will load Rom information metadata from my N64 game rom.ini
.and the following content under the file content header:
Examples of the "key=values" are:
The age rating of the original ROM as matched to the ESRB rating (at the time of the game release).
an example for an age rating of "Everyone 10+" would be:
Note: PEGI support may be added as an option at a later date. In future, this can be of use for content filtering.
The N64FlashcartMenu allows the ability to test new fonts or adding regional characters without recompiling the menu. However the font is explicitly linked to the currently used version of the libdragon SDK.
Add a font64
file to the sd:/menu/
directory called custom.font64
.
You can build a font64 file with Mkfont
, one of libdragon
's tools. At the time of writing, you will need to obtain libdragon
's preview branch artifacts to find out a copy of the prebuilt Windows executable. Read its related Wiki page for usage information.