The Last Story: Difference between revisions

(→‎Enhancements: Add new HD texture pack project by linckandrea. It is several times the size of the previously listed project.)
Line 38: Line 38:
*[https://forums.dolphin-emu.org/Thread-the-last-story-hd-texture-pack The Last Story - HD Texture Pack] (1.3 GB) was maintained by themriron2, but it seems abandoned. It incorporated textures from the Matrix2525 GUI pack. It has 1,591 files (1.37 GB) at the time of writing.
*[https://forums.dolphin-emu.org/Thread-the-last-story-hd-texture-pack The Last Story - HD Texture Pack] (1.3 GB) was maintained by themriron2, but it seems abandoned. It incorporated textures from the Matrix2525 GUI pack. It has 1,591 files (1.37 GB) at the time of writing.
*[https://forums.dolphin-emu.org/Thread-the-last-story-hd-gui-texture-pack The Last Story HD GUI+ Texture Pack] by Matrix2525.
*[https://forums.dolphin-emu.org/Thread-the-last-story-hd-gui-texture-pack The Last Story HD GUI+ Texture Pack] by Matrix2525.
=== 60 FPS ===
This code will provide 60 FPS with a few issues.
*The second boss that rolls and other unique enemy actions do so at double speed
*Some rare dialogue issues
*There may be other timing issues too
It's usable, but people should prepare to disable the code by: saving their game (not savestate)-> disable the code -> restart (game off / then on) -> then reload their save.
<pre>
$60 FPS
04C94DB0 0000003C // 60 fps
04C94C04 3F000000
04885a08 3F860000 //Camera editable
04885a50 3F333333 // Aim camera
C213CC80 00000002 // Separate movement logic
C00303A4 EC000024
60000000 00000000
C213CB74 00000002 //Move speed
396106B0 C0A29408
EC420172 00000000
04881A08 3EAC8B44 // Shuffle speed
C23B6A14 00000002 // Fix speech
7C631A14 907F0058
60000000 00000000
C21F68C8 00000002 // Fix UI animations
C0030054 C0428668
EC0000B2 00000000
C21F4418 00000002
C0428668 EC0000B2
C04300A0 00000000
2087FE78 00000001 // 30 fps cutscenes
04C94DB0 0000001E
04C94C04 3F800000
E0000000 80008000
</pre>


== Configuration ==
== Configuration ==