Sonic Unleashed: Difference between revisions

Jump to navigation Jump to search
(→‎60FPS Hack: update codes -> fix dashing issue, add toggle to work around boss damage lock)
Line 22: Line 22:


== Enhancements ==
== Enhancements ==
=== 60FPS hack ===
=== 60FPS Hack ===
Enter this as an AR code in the game's configuration settings. This patch will unlock the game's frame rate from 30FPS on actual hardware to 60FPS.
Enter this as an AR code in the game's configuration settings. This patch will unlock the game's frame rate from 30FPS on actual hardware to 60FPS.


Check "Store EFB Copies To Texture Only.". It may also be advisable to increase the emulated CPU clock to maintain 60FPS rendering. The 60 FPS is graphic dependent, so lowering the internal rendering resolution may be required to maintain 60 FPS.
Check "Store EFB Copies To Texture Only.". It may also be advisable to increase the emulated CPU clock to maintain 60FPS rendering. The 60 FPS is graphic dependent, so lowering the internal rendering resolution may be required to maintain 60 FPS.


Original 60FPS code
<pre>
<pre>
04868794 3F800000
04868794 3F800000
Line 36: Line 37:
* Boss battles are broken.
* Boss battles are broken.
* May stop werehog from dashing to one side.
* May stop werehog from dashing to one side.
=== Enhanced 60FPS Hack with Toggle ===
FPS Controller Toggle Version  + Werehog Dashing Patch
These are Gecko Codes for US version (RSVE8P)
GameCube Controller:
<pre>
$60 FPS v2 and GC Toggle [yorkiesandskittles, dreamsyntax]
28760BF7 00000008
04868794 3F800000
04792460 0000003C
0419D33C 4E800020
E0000000 80008000
28760BF7 00000004
04868794 40000000
04792460 0000001E
0419D33C 806304C4
E0000000 80008000
*ON GAMECUBE CONTROLLER:
*D-pad Up for 60FPS
*D-pad Down for 30FPS
*
*Can be used on menus/stages.
*Resets automatically to 30fps per level. Bosses are broken with 60fps, so this toggle was made to allow the best of regular stages without needing to restart everytime.
*
*This also fixes the stopping bug with werehog while dashing in 60fps.
*
*Original code by yorkiesandskittles
*Toggle and werehog fix added by dreamsyntax
</pre>
Wiimote + Nunchuck:
<pre>
$60 FPS v2 and Wiimote Toggle [yorkiesandskittles, dreamsyntax]
288144aa 00000008
04868794 3f800000
04792460 0000003c
0419d33c 4e800020
e0000000 80008000
288144aa 00000004
04868794 40000000
04792460 0000001e
0419d33c 806304c4
e0000000 80008000
*ON Wiimote:
*D-pad Up for 60FPS
*D-pad Down for 30FPS
*
*Can be used on menus/stages.
*Resets automatically to 30fps per level. Bosses are broken with 60fps, so this toggle was made to allow the best of regular stages without needing to restart everytime.
*
*This also fixes the stopping bug with werehog while dashing in 60fps.
*
*Original code by yorkiesandskittles
*Toggle and werehog fix added by dreamsyntax
</pre>


== Configuration ==
== Configuration ==