Metroid Prime (GC): Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 34: Line 34:
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>
<pre>$Widescreen Hack Fix
043452A8 C342CB78
043452A8 C342CB78
</pre>
</pre>
Line 41: Line 41:
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 have had crashes using it.
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 have had crashes using it.


<pre>
<pre>$16:9 Widescreen Region Free
F6000001 80008180
F6000001 80008180
FF401090 EF210032
FF401090 EF210032
Line 63: Line 63:
=== VR Culling Fix ===
=== VR Culling Fix ===
In VR, culling needs to be disabled completely and this is the AR code to do that. This code only works for the NTSC version 1.00 of the game. (Note: Largely decrease performance.) Source: https://m2k2.taigaforum.com/post/metroid_prime_hacking_help_26.html
In VR, culling needs to be disabled completely and this is the AR code to do that. This code only works for the NTSC version 1.00 of the game. (Note: Largely decrease performance.) Source: https://m2k2.taigaforum.com/post/metroid_prime_hacking_help_26.html
<pre>
<pre>$VR Culling Fix
04344FCC 38600001
04344FCC 38600001
04344FD0 4E800020
04344FD0 4E800020

Navigation menu