Metroid Prime (GC): Difference between revisions

Jump to navigation Jump to search
(→‎Testing: ##GHz to ## GHz mass edit)
Line 37: Line 37:
https://mega.nz/#!XwFl3SzL!zn53p1lKpiK22yd1-Qo1rcyrtqYd9FTOq9R7SJykjsA
https://mega.nz/#!XwFl3SzL!zn53p1lKpiK22yd1-Qo1rcyrtqYd9FTOq9R7SJykjsA


=== NA 16:9 Aspect Ratio Culling Fix ===
=== 16:9 Aspect Ratio Fix ===
 
==== NA Culling Fix ====
Like many games, to optimize performance, objects outside view are not rendered (this is called "frustum culling"). In 16:9, you can see culling on the sides of the screen (because you see more than what you are supposed to). Here's an AR Code that fixes it. It simply makes the frustum larger. Make sure to turn on Widescreen Hack when using this. This code only works for the NTSC version 1.00 of the game. Source: https://m2k2.taigaforum.com/post/metroid_prime_hacking_research_1196.html
Like many games, to optimize performance, objects outside view are not rendered (this is called "frustum culling"). In 16:9, you can see culling on the sides of the screen (because you see more than what you are supposed to). Here's an AR Code that fixes it. It simply makes the frustum larger. Make sure to turn on Widescreen Hack when using this. This code only works for the NTSC version 1.00 of the game. Source: https://m2k2.taigaforum.com/post/metroid_prime_hacking_research_1196.html


<pre>$Widescreen Hack Fix
<pre>$Widescreen Culling Fix
043452A8 C342CB78
043452A8 C342CB78
</pre>
</pre>


=== 16:9 Aspect Ratio Culling Fix Alternative ===
==== NA Alternative ====
If you don't have the version 1.00 of the game, you can try this Gecko Code. Disable the Dolphin Widescreen Hack before using. This Code works for any region of the game but some users experience crashes using it and the EU title.
If you don't have the version 1.00 of the game, you can try this Gecko Code. Disable the Dolphin Widescreen Hack before using. This Code works for any region of the game but some users experience crashes using it and the EU title.


Line 65: Line 67:
60000000 00000000
60000000 00000000
E0000000 80008000
E0000000 80008000
</pre>
==== EU ====
Make sure to disable the Dolphin Widescreen Hack before using.
<pre>$16:9 Widescreen [Ralf]
0400C754 38A00356
</pre>
</pre>


Navigation menu