Sonic Colors: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Moved AA issue to its own section, removed LLE config since it's no longer needed)
Line 31: Line 31:


== Enhancements ==
== Enhancements ==
=== Anti-aliasing Lines ===
Noticeable lines appear under Sonic and stay for the whole game. Disabling anti-aliasing fixes this.
:{{Image|SNCE8P-7-Lines.jpg|AA On, Small lines around Sonic's shadow}}{{Image|SNCE8P-10_no_lines.jpg|AA Off, No lines|br}}
=== Linear 16:9 support ===
=== Linear 16:9 support ===
This code straightens the 16:9 view to be expanded for monitor display, although widescreen is natively supported.
This code straightens the 16:9 view to be expanded for monitor display, although widescreen is natively supported.
Line 278: Line 282:
</pre>
</pre>


This code will make completing '''Asteroid Coaster Act 2''' difficult at the point shown below. Using Boost should allow getting past.
==== Known problems ====
*This code will make completing '''Asteroid Coaster Act 2''' difficult at the point shown below. Using Boost should allow getting past.
{{Image|Sonic Color 60FPS Bug.jpg|60 FPS Bug|br}}
{{Image|Sonic Color 60FPS Bug.jpg|60 FPS Bug|br}}


==== Known problems ====
*Aquarium Park, Act 1: The scripted loop at the beginning of the level bugs out, sometimes sending Sonic out of the stage to his death. To fix this, simply don't touch the controls at the start of the level. Sonic will get stuck in the loop, but then he'll get unstuck and continue through the loop. You can also disable the 60FPS patch for that particular section. Save states can be used even when the patch is enabled/disabled.
*Aquarium Park, Act 1: The scripted loop at the beginning of the level bugs out, sometimes sending Sonic out of the stage to his death. To fix this, simply don't touch the controls at the start of the level. Sonic will get stuck in the loop, but then he'll get unstuck and continue through the loop. You can also disable the 60FPS patch for that particular section. Save states can be used even when the patch is enabled/disabled.
*Every level: Noticeable lines appear under Sonic and stay for the whole game. Disabling anti-aliasing fixes this.
:{{Image|SNCE8P-7-Lines.jpg|AA On, Small lines around Sonic's shadow}}{{Image|SNCE8P-10_no_lines.jpg|AA Off, No lines|br}}


*Tropical Resort, Act 1: If you jump at the right spot, the game will freeze.
*Tropical Resort, Act 1: If you jump at the right spot, the game will freeze.
Line 297: Line 298:
<!--A full list of options is available at Template:Config/doc-->
<!--A full list of options is available at Template:Config/doc-->
{{Config
{{Config
 
|antialiasing = Off
|dspengine = LLE
|antialiasingnotes = Prevents lines from appearing underneath Sonic
|dspenginenotes = Play underwater and other sound effects appropriately.
}}
}}