Dolphin, the GameCube and Wii emulator - Forums

Full Version: 60 FPS master list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
(05-27-2022, 05:06 AM)Super David Wrote: [ -> ]Of the games you mentioned, I had already taken care of Ghostbusters, although I hadn't posted it.

I haven't played through it much either but it seemed to work well.  The animations, sound effects, etc all seemed to be normal.  Thank you so much!!

(05-27-2022, 09:47 AM)Super David Wrote: [ -> ]Deadly Creatures

I did not ask for that one but was thinking about it.  This works very well thanks.

---

It's so nice when everything works well. You guys are awesome!

So many good ones...updated my master list of games I'm interested in

* Arc Rise Fantasia
* Batallion Wars 2 (animations are double speed)
* Bully: Scholarship Edition
* Conduit, The
* Cursed Mountain
* Deadly Creatures
* Disaster Day of Crisis
* Dragon Quest Swords
* Earth Seeker (most animations are double speed)
* Epic Mickey
* Fishing Resort (animations are double speed)
* Final Fantasy Crystal Chronicles: Crystal Bearers
* Final Fantasy Fables: Chocobo's Dungeon
* Ghostbusters
* Go Vacation
* Last Story, The (very close! Subtitles/Voices go too fast)
* Mushroom Men
* NiGHTS: Journey of Dreams
* Opoona
* Pandora's Tower
* Red Steel
* Rune Factory games (runs at double speed)
* Samurai Warriors 3
* Spectrobes Origins
* Spiderman: Shattered Dimensions
* Star Wars: Force Unleashed
* Tenchu: Shadow Assasins
* Tomb Raider Anniversary
* Xenoblade Chronicles
(05-27-2022, 09:47 AM)Super David Wrote: [ -> ]Dragon Ball Z: Sagas
60fps [Nick Reynolds]
04242ce0 60000000

The wiki already had this code, is there a reason to prefer yours?

$60FPS
003ADA44 00000001
(05-28-2022, 08:00 AM)Kolano Wrote: [ -> ]The wiki already had this code, is there a reason to prefer yours?

$60FPS
003ADA44 00000001

I doubt it. I forgot to check the wiki on that one before posting it, but I would imagine the code does the same thing.
Batallion Wars 2 for NTSC-U

60 fps
045FCBF4 00000001

Note: Animaetions are double speed

Fishing Resort for NTSC-U
60 fps
0539BF74 00000001

Note: Animaetions are double speed
Thank you very much for taking a stab at those two.

Updated my master list of games I'm interested in

* Arc Rise Fantasia
* UNFINISHED Batallion Wars 2 (animations are double speed)
* Bully: Scholarship Edition
* Conduit, The
* Cursed Mountain
* Deadly Creatures
* Disaster Day of Crisis
* Dragon Quest Swords
* UNFINISHED Earth Seeker (most animations are double speed)
* Epic Mickey
* Final Fantasy Crystal Chronicles: Crystal Bearers
* Final Fantasy Fables: Chocobo's Dungeon
* UNFINISHED Fishing Resort (animations are double speed)
* Ghostbusters
* Go Vacation
* UNFINISHED Last Story, The (very close! Subtitles/Voices go too fast)
* Mushroom Men
* NiGHTS: Journey of Dreams
* Opoona
* Pandora's Tower
* Red Steel
* UNFINISHED Rune Factory Frontier (runs at double speed)
* UNFINISHED Rune Factory Tides of Destiny (runs at double speed)
* Samurai Warriors 3
* Spectrobes Origins
* Spiderman: Shattered Dimensions
* Star Wars: Force Unleashed
* Tenchu: Shadow Assassins
* Tomb Raider Anniversary
* Xenoblade Chronicles

Added a number of them to the wiki (plus a few others that I don't own but figured I'd add so people could test more easily).  I was a bit hesitant on Nights since I see the exploding vertices but figured why not (I will look into it more).
Last Story 60fps with voices/subtitles fix. If it seems slightly too fast, it could be slowed a little more.
Gecko Code:
C23B6A14 00000002
7C631A14 907F0058
60000000 00000000

The 60fps code:
AR Code
04C94DB0 0000003C
04C94C04 3F280000
4C87FE78 00000001
04C94DB0 0000001E
04C94C04 3F800000

Blocking movement fix. A few other things use this number, not sure what they are but they probably were too fast.
AR
04881A08 3EAC8B44

Still, various UI animations and pop-up text are sped up. I'm worried there might be a few more unknown issues from setting it to 60fps, so I'll play through it a bit.
/edit When blocking you move at double speed.
(05-29-2022, 08:34 PM)One More Try Wrote: [ -> ]Last Story 60fps with voices/subtitles fix.  If it seems slightly too fast, it could be slowed a little more.
Gecko Code:
C23B6A14 00000002
7C631A14 907F0058
60000000 00000000
Wow Thank you, How did you make this code?
(05-29-2022, 08:34 PM)One More Try Wrote: [ -> ]/edit When blocking you move at double speed.

I discovered that this the address 808808D4 will affect the movement while blocking however it will causes camera issues and bugs
(05-29-2022, 10:14 PM)FuxorLuck Wrote: [ -> ]Wow Thank you, How did you make this code?

Find the place where it sets the counter and then https://github.com/TheGag96/CodeWrite

Blocking movement fix. A few other things use this number, not sure what they are but they probably were too fast.
AR
04881A08 3EAC8B44

Also, run animation is too fast. which is from Code line: 80097f40
So the full code is:

04C94DB0 0000003C
04C94C04 3F280000
4C87FE78 00000001
04C94DB0 0000001E
04C94C04 3F800000
04881A08 3EAC8B44 // blocking fix

?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15