Template:Problems/GC Font: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
Droid Sans does not align well with the size/kerning of the official GameCube font, which can cause text to be misplaced, dialogs to display improperly, and other issues due to augmented text sizes.
Droid Sans does not align well with the size/kerning of the official GameCube font, which can cause text to be misplaced, dialogs to display improperly, and other issues due to augmented text sizes.


This can be corrected by including a region appropriate GameCube <abbr title="Initial Program Loader">IPL</abbr> (i.e. <abbr title="Basic Input Output Systen">BIOS</abbr> <abbr title="Read Only Memory">ROM</abbr>) under &lt;Dolphin User Folder&gt;/GC/. A GameCube "IPL.bin" can be acquired from a real GameCube using [https://www.gc-forever.com/wiki/index.php?title=Swiss Swiss]. Refer {{Issue|8362}}.</includeonly><noinclude>{{documentation}}</noinclude>
This can be corrected by including a region appropriate GameCube <abbr title="Initial Program Loader">IPL</abbr> (i.e. <abbr title="Basic Input Output Systen">BIOS</abbr> <abbr title="Read Only Memory">ROM</abbr>) under &lt;Dolphin User Folder&gt;/GC/. A GameCube "IPL.bin" can be acquired from a real GameCube using [https://www.gc-forever.com/wiki/index.php?title=Swiss Swiss]. Refer {{Issue|8362}}.
 
GameCube BIOS files used by Dolphin are named "IPL.bin", but may have other titles depending on their source, and should be 2,097,152 bytes in size. One exists for each major GameCube region (JP, NA, EU). The known BIOS CRC32 checksums below can be used to [http://www.fileformat.info/tool/hash.htm validate files], but variations with other checksums may exist.
 
{| class="wikitable"
|-
!Region
!CRC32
|-
|Europe (EU)
|4F319F43
DD8CAB7C
AD1B7F16
|-
|Japan (JP)
|6DAC1F2A
D235E3F9
8BDABBD4
|-
|North America (NA)
|6d740ae7
D5E6FEEA
86573808
|}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 08:05, 3 March 2018

[edit] [purge] Template documentation

Adds common text to the "Problems" portion of GameCube titles that have problems with Dolphin's modified font. See {{Problems}} for other shared problem statements.

Usage

{{Problems/GC Font}}

Example

Improper GameCube Font

Due to copyright concerns Dolphin is unable to include official GameCube fonts, and instead uses Droid Sans. Unfortunately Droid Sans does not align well with the size/kerning of the official GameCube font, which can cause text to be misplaced, dialogs to display improperly, and other issues due to augmented text sizes.

This can be corrected by including a region appropriate GameCube IPL (i.e. BIOS ROM) under <Dolphin User Folder>/GC/. A GameCube "IPL.bin" can be acquired from a real GameCube using Swiss. Refer issue 8362.

GameCube BIOS files used by Dolphin are named "IPL.bin", but may have other titles depending on their source, and should be 2,097,152 bytes in size. One exists for each major GameCube region (JP, NA, EU). The known BIOS CRC32 checksums below can be used to validate files, but variations with other checksums may exist.

Region CRC32
Europe (EU) 4F319F43

DD8CAB7C AD1B7F16

Japan (JP) 6DAC1F2A

D235E3F9 8BDABBD4

North America (NA) 6d740ae7

D5E6FEEA 86573808

Used By