Dolphin, the GameCube and Wii emulator - Forums > Dolphin Site > dolphin-emu.org articles > Game Modification: 60 FPS Hacks and Patches
Full Version: Game Modification: 60 FPS Hacks and Patches
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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
Meowmaritus
04-15-2017, 08:02 PM
(03-26-2017, 11:23 PM)solitarius Wrote: [ -> ]Everything is double speedThe Legend of Zelda Skyward Sword SOUE01
60fps
00780198 00000001@gamemasterplc, ok thx for the info
Mind telling me how you found that address?
slarlac249
05-02-2017, 02:03 AM
is there one for cod 2 big red one?
Super David
05-02-2017, 03:19 AM
Here is the code solitarius made for that one.
(03-17-2017, 05:44 PM)solitarius Wrote: [ -> ]Call of Duty 2: Big Red One GQCE52
60fps
0424EC14 60000000
slarlac249
05-02-2017, 03:57 AM
(05-02-2017, 03:19 AM)SuperDavid Wrote: [ -> ]Here is the code solitarius made for that one.
Ah, thanks, i'm not sure how to add it to the game in dolphin, tried adding asa patch but still get 30fps, did i do it wrong?
Super David
05-02-2017, 06:06 AM
You should enter it as an Action Replay code instead. You could use it as a Gecko code, but it is easier to enter it as Action Replay. Also, you'll want to make sure cheats are enabled in the main configuration window.
slarlac249
05-02-2017, 06:39 PM
(05-02-2017, 06:06 AM)SuperDavid Wrote: [ -> ]You should enter it as an Action Replay code instead. You could use it as a Gecko code, but it is easier to enter it as Action Replay. Also, you'll want to make sure cheats are enabled in the main configuration window.
ok, thanks.
also forgot to ask but has one been foundone for cod 3?
nvm, finally located the cod 2 post, says it runs at hyperspeed so not usable. guess i'll stick to the 30fps, at least it runs full speed.
DarthVitrial
05-06-2017, 09:07 AM
(03-26-2017, 06:21 PM)solitarius Wrote: [ -> ]Fatal Frame 4 Zero: Tsukihami no Kamen
60fps
040083E0 60000000
0448C2B8 3F000000 //speed@gamemasterplc, can't do in this case, because as with fatal frame 4, on my computer the game only works in an older dolphin build which lacks memory breakpoints. While the execution breakpoints help me with identifying framerate routines, without memory breakpoints I cannot pinpoint the exact instructions which read or wite that speed value.
So to avoid having everything at double speed, should I use the whole thing or just the 040083E0 60000000?
The Hero of Time
05-11-2017, 06:41 AM
(03-24-2017, 07:23 AM)retroben Wrote: [ -> ]Mario Kart 64 [NABE]60fps
00F72DA3 00000000
Works in menus too,use the pacing hacks to fix the speeds for a perfect 60fps code.Alt 60 Frame Pace (1P Mode)
00F7328F 00000001Anti Frameskip
010C1ED7 00000001
Prevents choppy framerate on lag,useless if 60 frame pacing is used anyway via changing the 02 on those ASM hacks to 01 for the 60fps code.In case these don't work right from offset positions,here is the full sized versions of them with correct values...
04F72DA0 24060000 - 04F7328C 24090001 - 050C1ED4 00000001
Hope these work okay on VC (likely needs large OC amount) and please enjoy!
Is there any way to make a similar code for multiplayer modes? This one works great for single player, thanks!
retroben
05-11-2017, 03:18 PM
I already ported the other codes for multiplayer mode at 60fps pace in an earlier page,the 60fps code I found affects all modes.
https://forums.dolphin-emu.org/Thread-ga...#pid439326
The way the 60fps code itself acts is that its unlimiting the framerate to VI rate,thus technically running double speed without speeding up audio and then the pace codes made by Sean Sullivan can be all set to 60fps pace for perfect speeds in all modes.
The Hero of Time
05-12-2017, 03:36 AM
Thanks man, they work perfectly. Do you know if anyone has ported the code to enable music in 3/4 player mode? I looked but couldn't find much. Found here:
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
Dolphin, the GameCube and Wii emulator - Forums > Dolphin Site > dolphin-emu.org articles > Game Modification: 60 FPS Hacks and Patches