Shadow the Hedgehog: Difference between revisions

Jump to navigation Jump to search
(7 intermediate revisions by 3 users not shown)
Line 15: Line 15:
== Problems ==
== Problems ==
{{Problems|{{#vardefineecho:problems|
{{Problems|{{#vardefineecho:problems|
 
=== <s>2 Player Mode</s> ===
=== 2 Player Mode ===
Prior to {{revision|5.0-3251}} 2P mode is only playable with '''EFB Copies to Texture Only''' disabled, otherwise the right screen is not shown.
2P mode is playable only with '''EFB Copies to Texture Only''' disabled, otherwise the right screen is not shown.
{{image|Shadow_the_Hedgehog_Multiplayer_Broken.png|2P not showing}}
{{image|Shadow_the_Hedgehog_Multiplayer_Broken.png|2P not showing}}
{{image|Shadow_the_Hedgehog_Multiplayer_Fixed.png|Fixed|br}}
{{image|Shadow_the_Hedgehog_Multiplayer_Fixed.png|Fixed|br}}
Line 24: Line 23:


== Enhancements ==
== Enhancements ==
=== White Stripes ===
=== Infinite Rings AR Codes Causes Loop ===
Much like [[Sonic Heroes]], non-native internal resolutions or anti-aliasing will cause white stripes to appear on the top left of the screen.  This can be avoided by enabling the Vertex Rounding Hack in {{revision|5.0-3251}} or newer.
The Action Replay code for Infinite Rings for Player 1 prevent completing the "Circus Park" "Hero Mission", which requires the player to collect 400 rings to complete. With the Infinite Rings code enabled, one begins the level with 999 Rings, causing the level to automatically complete and loop. To solve the problem, simply disable the code. For the NA version of the game, you can instead use the below alternate code that sets a minimum number of 20 for the Rings, rather than forcing the number to 999:
 
<pre>$Always at Least 20 Rings P1
{{image|ShadowTheHedgehogWhiteLines2xIR.png|White lines at 2x IR}}
2C57670C 00000014
{{image|ShadowTheHedgehogWhiteLines1xIR.png|Working properly at 1x IR|br}}
0457670C 00000014
</pre>


=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
Line 148: Line 148:
E0000000 80008000
E0000000 80008000
</pre>
</pre>
=== <s>White Stripes</s> ===
Much like [[Sonic Heroes]], non-native internal resolutions or anti-aliasing will cause white stripes to appear on the top left of the screen.  This can be avoided by enabling the Vertex Rounding Hack in {{revision|5.0-3251}} or newer, applied by default in {{Revision|5.0-7714}}.
{{image|ShadowTheHedgehogWhiteLines2xIR.png|White lines at 2x IR}}
{{image|ShadowTheHedgehogWhiteLines1xIR.png|Working properly at 1x IR|br}}


== Configuration ==
== Configuration ==
Line 153: Line 159:
{{Config
{{Config
|efb2texonly = Off
|efb2texonly = Off
|efb2texonlynotes = Fixes 2nd player screen.  Not necessary in single player.
|efb2texonlynotes = Fixes 2nd player screen.  Not necessary in single player.
|efbscaledcopy = Off
|vertexrounding        = On
|efbscaledcopynotes = Allows the use 2.5x, 3x, 5x, and 7x IR without glitches. This does make an annoying lighting effect glitch visible. There is a fix for this. There is a Gecko code listed above to remove the lighting effect.
|vertexroundingnotes    = Address higher IR rendering issues
}}
}}


Navigation menu