Template:Problems/GC Font: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
No edit summary
m (grammar)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>=== Improper GameCube Font ===
<includeonly>=== Improper GameCube Font ===
Due to copyright concerns Dolphin is unable to include official GameCube fonts, and instead uses [http://www.droidfonts.com/info/droid-sans-fonts/ Droid Sans]. Unfortunately  
Due to copyright concerns, Dolphin is unable to include official GameCube fonts, and instead uses [http://www.droidfonts.com/info/droid-sans-fonts/ 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 differing 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}}.
This can be corrected by including a region appropriate GameCube <abbr title="Initial Program Loader">IPL</abbr> (i.e. <abbr title="Basic Input Output System">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 need to be named "IPL.bin" in order for Dolphin to detect them, and should be 2,097,152 bytes in size. IPL files are different for PAL consoles and NTSC consoles, but American NTSC consoles use the same IPL files as Japanese NTSC consoles. The known good CRC32 checksums below can be used to [http://www.fileformat.info/tool/hash.htm validate files], but it is possible that a bad dump with a different checksum also works.
 
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"
{| class="wikitable"
|-
|-
!Region
!
!CRC32
!NTSC CRC32
!Brazil CRC32
!PAL CRC32
|-
|-
|Europe (EU)
!v1.0
|6DAC1F2A
|
|4F319F43
|4F319F43
DD8CAB7C
AD1B7F16
|-
|-
|Japan (JP)
|6DAC1F2A
D235E3F9
8BDABBD4
|-
|-
|North America (NA)
!v1.1
|6d740ae7
|D5E6FEEA
D5E6FEEA
|667D0B64
86573808
|
|-
!v1.2
|86573808
|
|AD1B7F16
|}</includeonly><noinclude>{{documentation}}</noinclude>
|}</includeonly><noinclude>{{documentation}}</noinclude>

Latest revision as of 01:02, 27 March 2019

[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 differing 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 need to be named "IPL.bin" in order for Dolphin to detect them, and should be 2,097,152 bytes in size. IPL files are different for PAL consoles and NTSC consoles, but American NTSC consoles use the same IPL files as Japanese NTSC consoles. The known good CRC32 checksums below can be used to validate files, but it is possible that a bad dump with a different checksum also works.

NTSC CRC32 Brazil CRC32 PAL CRC32
v1.0 6DAC1F2A 4F319F43
v1.1 D5E6FEEA 667D0B64
v1.2 86573808 AD1B7F16

Used By