Arc Rise Fantasia: Difference between revisions

Works "reasonably well." Only major issues are with Dolphin development build bugs, not the 60 fps code. If anyone feels a particular minor issue is too much, point out the specific one.
(→‎60 FPS: If your code doesn't work reasonably well then it doesn't belong on here. Sorry. Develop it further on the forums to avoid some of the bugs.)
(Works "reasonably well." Only major issues are with Dolphin development build bugs, not the 60 fps code. If anyone feels a particular minor issue is too much, point out the specific one.)
Line 19: Line 19:


== Enhancements ==
== Enhancements ==
===60 FPS===
Gecko Code:
<pre>
$60 FPS
C203EA78 00000002 // No movement fix
38630001 7C1D1800
60000000 00000000 //end
C203DCE0 00000003 // Run spaz fix
3E800000 3EA08000
62B51804 92950000
C0150000 00000000 //end
C203DD44 00000001 // Run sound fix
2C000014 00000000 // Change 14 to adjust timing
22441BB0 00000000 //undo for world map
04442610 3F800000 //walk 1
0444260C 3F800000 //walk 2
04442614 00000000 //FPS 60
04442618 00000001 //Battle and UI speed
20442E58 01000000 //VN off switch
22441BB0 00000002 //30fps movie off switch
04442610 40000000 //undo when needed
0444260C 40000000 //undo
04442618 00000002 //undo
04442614 00000001 //undo
F0000000 00000000
</pre>
Issues caused are minor, but include:
*2x speed for stuff like hopping across rocks when it prompts you to hit a button.
*2x speed for some selection windows like changing zones / exiting cities.
*Normal 30 fps world map.
*Half speed for some automated walking sequences, usually during dialog scenes.
*Cutscenes will sometimes switch camera angles a moment later than they should, leading to characters disappearing for a moment before the camera switches.
Dolphin 5.0 stable works great with this code, but development builds may be bugged. While using dev builds, if the game freezes or textures flash across the screen, then you might fix it by turning off "Speed Up Disc Transfer Rate" and setting CPU Clock Override to 125%. If freezing still occurs, try different settings for CPU Clock Override or use 5.0 stable.
== Configuration ==
== Configuration ==
<!--A full list of options is available at Template:Config/doc-->
<!--A full list of options is available at Template:Config/doc-->
20

edits