Metroid Prime (GC): Difference between revisions

Replaced dead Reddit link with a mirror of the original mod
(Replaced dead Reddit link with a mirror of the original mod)
(3 intermediate revisions by 2 users not shown)
Line 29: Line 29:
== Enhancements ==
== Enhancements ==
=== 16:9 HUD Mod ===
=== 16:9 HUD Mod ===
https://www.reddit.com/r/Metroid/comments/35btmt/i_just_released_a_mod_for_metroid_prime_that/
https://mega.nz/#!XwFl3SzL!zn53p1lKpiK22yd1-Qo1rcyrtqYd9FTOq9R7SJykjsA


=== 16:9 Aspect Ratio Culling Fix ===
=== NA 16:9 Aspect Ratio 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


Line 39: Line 39:


=== 16:9 Aspect Ratio Culling Fix Alternative ===
=== 16:9 Aspect Ratio Culling Fix 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 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 experience crashes using it and the EU title.


<pre>$16:9 Widescreen Region Free
<pre>$16:9 Widescreen Region Free
Line 62: Line 62:


=== 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 Gecko code to do that. This code only works for the NTSC version 1.00 of the game.
<pre>$VR Culling Fix
<pre>$VR Culling Fix
04344FCC 38600001
04344FCC 38600001
Line 79: Line 79:
<!--A full list of options is available at Template:Config/doc-->
<!--A full list of options is available at Template:Config/doc-->
{{Config
{{Config
|ubershaders     = Hybrid
|shadercomp     = Asynchronous (Ubershaders)
|ubershadersnotes = Fixes stuttering
|shadercompnotes = Fixes stuttering
}}
}}