The Legend of Zelda: Twilight Princess (GC): Difference between revisions

Jump to navigation Jump to search
No edit summary
(→‎Aspect Ratio Fix: Purge oddball aspect ratios and other codes that we don't want to support here.)
Line 20: Line 20:
=== Aspect Ratio Fix ===
=== Aspect Ratio Fix ===
Dolphin's Widescreen Hack will cause reflections to be buggy and certain objects to disappear at the edges of the screen. The following AR codes work as a widescreen patch without causing these issues. The only side effects being the HUD getting slightly stretched and reflections of the game world on water being glitchy. Make sure that "Enable Cheats" is checked under the "Config, General" tab. Aswell as the "Aspect Ratio" under the "Graphics, General" tab being set to "Auto" and "Widescreen Hack" in the "Graphics, Enhancements" tab being unchecked.
Dolphin's Widescreen Hack will cause reflections to be buggy and certain objects to disappear at the edges of the screen. The following AR codes work as a widescreen patch without causing these issues. The only side effects being the HUD getting slightly stretched and reflections of the game world on water being glitchy. Make sure that "Enable Cheats" is checked under the "Config, General" tab. Aswell as the "Aspect Ratio" under the "Graphics, General" tab being set to "Auto" and "Widescreen Hack" in the "Graphics, Enhancements" tab being unchecked.
==== 5.4 Aspect Ratio ====
===== NTSC =====
<pre>0445391C 3fa00000</pre>
===== PAL =====
<pre>044558DC 3fa00000</pre>
===== NTSC-J =====
<pre>0444DA64 3fa00000</pre>


==== 4.3 Aspect Ratio ====
==== 4.3 Aspect Ratio ====
Line 51: Line 41:
<pre>0444DA64 3fcccccd</pre>
<pre>0444DA64 3fcccccd</pre>


==== 21.9 Aspect Ratio ====
===== NTSC =====
<pre>0445391C 4017ae14</pre>
===== PAL =====
<pre>044558DC 4017ae14</pre>
===== NTSC-J =====
<pre>0444DA64 4017ae14</pre>
==== 21.9 Aspect Ratio (3440x1440 ONLY)====
===== NTSC =====
<pre>0445391C 4018e560</pre>
===== PAL =====
<pre>044558DC 4018e560</pre>
===== NTSC-J =====
<pre>0444DA64 4018e560</pre>


==== 16:9 Aspect Ratio ====
==== 16:9 Aspect Ratio ====
Line 80: Line 51:
===== NTSC-J =====
===== NTSC-J =====
<pre>0444DA64 3FE38E39</pre>
<pre>0444DA64 3FE38E39</pre>
==== 48:10 Aspect Ratio ====
===== NTSC =====
<pre>0445391C 4099999A</pre>
===== PAL =====
<pre>044558DC 4099999A</pre>
===== NTSC-J =====
<pre>0444DA64 4099999A</pre>
===== Additional Patches =====
===== No Bloom =====
<pre>04009650 4E800020</pre>
===== No Blur =====
<pre>0400898C 60000000</pre>
<pre>04008990 3800FF01</pre>
===== No Letterbox (Black Bars) =====
<pre>04163018 38800000</pre>


{{image|The Legend of Zelda Twilight Princess (GC), Dolphin, 4-3 original ratio.png|Original 4:3 aspect ratio}}
{{image|The Legend of Zelda Twilight Princess (GC), Dolphin, 4-3 original ratio.png|Original 4:3 aspect ratio}}
{{image|The Legend of Zelda Twilight Princess (GC), Dolphin, 16-9 fixed ratio.png|16:9 aspect ratio, HUD is stretched/map border oddities|width=400}}
{{image|The Legend of Zelda Twilight Princess (GC), Dolphin, 16-9 fixed ratio.png|16:9 aspect ratio, HUD is stretched/map border oddities|width=400}}
{{image|Zelda TP 48-10 ratio.png|48:10 aspect ratio, same as the 16:9 for the HUD.|br|width=400}}


=== HD Texture Pack ===
=== HD Texture Pack ===