Post Reply 
 
Thread Rating:
  • 8 Votes - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Discussion] 60FPS patches for PSP games that run at 30FPS
05-27-2015, 07:07 AM (This post was last modified: 09-21-2015 09:07 AM by Kabuto_Kun.)
Post: #481
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
@chaoslordd The game needs different cheat values for singleplayer and multiplayer... so weird. I see that the additional lines for the speed modifier code are always the same, they may not be really useful. In short, would this be the correct cheat file?

Code:
* * *

I modified the speed floats for multiplayer, 3EAB instead of 3EAA is a better aprox. for 0.66... If this cheat is ok, you can post it and I will delete this one, thanks to you we have the cheat of course.

- - - - - - - -

(05-26-2015 09:34 AM)Blackbird Wrote:  Thanks for your interest. Will do!

MGS Portable Ops [USA], ULUS10202.ini
HERE

Thanks to your ram dumps it was easy to port, but remember the known issues:
- You can't press your back against a wall (60 fps cheat only).
- Some time(?) based actions (like grenade explode time) have problems too (almost not noticeable with the 30 fps cheat).
- Conditional 60 FPS cheat: the game will run at 60 fps only on "real" gameplay, not on the menus. This avoids cutscene desync issues.

goo.gl/kNOhTz : 60FPS master list, Mar. 2017 ; Reddit /u/Kabuto_Kun
forums.ppsspp.org/showthread.php?tid=4799&pid=105128#pid105128 : Unlock FPS in PSP games ("easy method")
forums.ppsspp.org/showthread.php?tid=4799&pid=123500#pid123500 : Permanently patch a PSP game with CW cheats.
Find all posts by this user
Quote this message in a reply
05-27-2015, 02:16 PM (This post was last modified: 05-27-2015 03:54 PM by chaoslordd.)
Post: #482
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
(05-27-2015 07:07 AM)Kabuto_Kun Wrote:  @chaoslordd The game needs different cheat values for singleplayer and multiplayer... so weird. I see that the additional lines for the speed modifier code are always the same, they may not be really useful. In short, would this be the correct cheat file?

Code:
_S ULUS-10529
_G Phantasy Star Portable 2 [USA]
_C0 Force 60 FPS [Singleplayer]
_L 0x20630b6c 0x00000001
_L 0x20002000 0x3C013F00
_C0 Default 30 FPS [Singleplayer]
_L 0x20630b6c 0x00000002
_L 0x20002000 0x3C013F80
_C0 Force 60 FPS [Multiplayer]
_L 0x20630b6c 0x00000001
_L 0x20002000 0x3C013EAB //slightly changed from 3EAA
_C0 Force 30 FPS [Multiplayer]
_L 0x20630b6c 0x00000002
_L 0x20002000 0x3C013F2B /slightly changed from 3F2A
_C0 Default 20 FPS [Multiplayer]
_L 0x20630b6c 0x00000003
_L 0x20002000 0x3C013F80

I modified the speed floats for multiplayer, 3EAB instead of 3EAA is a better aprox. for 0.66... If this cheat is ok, you can post it and I will delete this one, thanks to you we have the cheat of course.

i tried yours, but it didnt seem to work, the speed seemed high again.
i tested both sp and mp. the only problem i found is that 60 fps locks the character from running (i dont know why). the fps value is the same for mp and sp (i used your easy guide as reference), i searched the value in sp when it was in 30 fps and i searched again in mp when it was 20, but it was the same adress. i changed the values of my cheat with the ones you suggested.

Code:
//remember to put a higher refresh rate to evade erratic fps
_S ULUS-10529
_G Phantasy Star Portable 2 [USA]
_C1 Force 60 FPS [Singleplayer]
_L 0x20630b6c 0x00000001
_L 0x20002000 0x3C013F00
_L 0x20002004 0x0A2BD232
_L 0x20002008 0x4481A000
_L 0x2021CDD4 0x0E200800
_C0 Force 30 FPS [Singleplayer]
_L 0x20630b6c 0x00000002
_L 0x20002000 0x3C013F80
_L 0x20002004 0x0A2BD232
_L 0x20002008 0x4481A000
_L 0x2021CDD4 0x0E200800
_C0 Force 60 FPS [Multiplayer]
_L 0x20630b6c 0x00000001
_L 0x20002000 0x3C013EAB
_L 0x20002004 0x0A2BD232
_L 0x20002008 0x4481A000
_L 0x2021CDD4 0x0E200800
_C0 Force 30 FPS [Multiplayer]
_L 0x20630b6c 0x00000002
_L 0x20002000 0x3C013F2B
_L 0x20002004 0x0A2BD232
_L 0x20002008 0x4481A000
_L 0x2021CDD4 0x0E200800
_C0 Force 20 FPS [Multiplayer]
_L 0x20630b6c 0x00000003
_L 0x20002000 0x3C013F80
_L 0x20002004 0x0A2BD232
_L 0x20002008 0x4481A000
_L 0x2021CDD4 0x0E200800

with this cheat, i think it works as intended, only problem i found is the character not running in 60 fps
Find all posts by this user
Quote this message in a reply
05-31-2015, 06:53 AM
Post: #483
How to make 60 FPS cheat codes for PSP games?
Hello,

I know this isn't related to PPSSPP development. But I was wondering how people are making 60 fps cheat codes for PSP games? I wouldn't mind trying to make some for games that don't have a 60 fps code available.

Thanks
Find all posts by this user
Quote this message in a reply
05-31-2015, 12:19 PM
Post: #484
RE: How to make 60 FPS cheat codes for PSP games?
Tutorial by LunaMoo: http://forums.ppsspp.org/showthread.php?...99&page=23

Tutorial by Kabuto_Kun: http://forums.ppsspp.org/showthread.php?...99&page=28

It's a bit complicated, but if you're confident enough that you can pull it off... then good luck. Cool

Chill and Go with the flow ~d[o_o]b~

@YT - youtube.com/user/SuperHack333/videos

Specs:
MDL: Dell G7 15 7590 (Laptop)
OPS: Windows 10 Pro 64-bit
CPU: Intel Core i7-9750h @ 2.60 Ghz ~ 4.50 Ghz
GPU: Nvidia GTX 1660 Ti 6GB GDDR6 @ 1455 Mhz ~ 1590 Mhz
RAM: Micron Tech. 8GB DDR4 @ 2666 Mhz (4x2)
Find all posts by this user
Quote this message in a reply
06-01-2015, 01:28 AM
Post: #485
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Is there a chance that the Monster Hunter Portable 3rd patch to be finished? It's hard to complete missions since the timer is doubled and the camera is too fast
Find all posts by this user
Quote this message in a reply
06-01-2015, 01:30 AM
Post: #486
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
I'd like to create some patches for games. What was the method taken to make these?
Find all posts by this user
Quote this message in a reply
06-01-2015, 05:09 AM (This post was last modified: 06-01-2015 05:11 AM by yazza2015.)
Post: #487
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
So I posted a thread yesterday asking how to make 60 fps cheat codes. I've figured out a code for NFS undercover USA ISO

I don't fully understand the CWcheat format

Is the second address the value we want in place? For example, would changing the 1 on the end of the second address to a 2 change it to 30 fps?

Here's the code.

ULUS10376
_C1 Force 60 FPS
_L 0x208697BC 0x00000001

(06-01-2015 01:30 AM)Slightly Apathetic Mio Wrote:  I'd like to create some patches for games. What was the method taken to make these?

I made a thread in the development section yesterday. Check it out, it has links to tutorials.
Find all posts by this user
Quote this message in a reply
06-01-2015, 04:23 PM
Post: #488
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Merged.

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
06-01-2015, 05:08 PM
Post: #489
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
I enabled the FF Type Zero 60 fps hack but it makes the game run at 30 fps at half speed. So I tried making the emulator run at double speed so that the game would play at 60 fps at normal speed, but I couldn't figure out how to do this. I tried setting "alternative speed" to 200% but this did nothing. Any help? I'm using 0.9.8 BTW.
Find all posts by this user
Quote this message in a reply
06-01-2015, 06:53 PM
Post: #490
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
(06-01-2015 05:08 PM)qaopjlll Wrote:  I enabled the FF Type Zero 60 fps hack but it makes the game run at 30 fps at half speed. So I tried making the emulator run at double speed so that the game would play at 60 fps at normal speed, but I couldn't figure out how to do this. I tried setting "alternative speed" to 200% but this did nothing. Any help? I'm using 0.9.8 BTW.
My OS is Windows 7, and in my experience Windows Aero (desktop composition) messes with most fps patches. Or maybe it's because I always play with 3D Vision 2...

Anyway, try disabling that if you use Windows 7 or Vista.

Copy this into a text file and change the extension to ".bat":

Code:
@echo off
sc interrogate uxsms | find "1062"
if %errorlevel%==0 goto :sc_start
sc stop uxsms
exit

:sc_start
sc start uxsms
exit

Then you have to run it as an administrator. I use it to turn Aero off and on without changing the theme.
Find all posts by this user
Quote this message in a reply
06-01-2015, 08:30 PM
Post: #491
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
(06-01-2015 06:53 PM)masterotaku Wrote:  
(06-01-2015 05:08 PM)qaopjlll Wrote:  I enabled the FF Type Zero 60 fps hack but it makes the game run at 30 fps at half speed. So I tried making the emulator run at double speed so that the game would play at 60 fps at normal speed, but I couldn't figure out how to do this. I tried setting "alternative speed" to 200% but this did nothing. Any help? I'm using 0.9.8 BTW.
My OS is Windows 7, and in my experience Windows Aero (desktop composition) messes with most fps patches. Or maybe it's because I always play with 3D Vision 2...

Anyway, try disabling that if you use Windows 7 or Vista.

Copy this into a text file and change the extension to ".bat":

Code:
@echo off
sc interrogate uxsms | find "1062"
if %errorlevel%==0 goto :sc_start
sc stop uxsms
exit

:sc_start
sc start uxsms
exit

Then you have to run it as an administrator. I use it to turn Aero off and on without changing the theme.

That worked, thanks!
Find all posts by this user
Quote this message in a reply
06-02-2015, 12:12 AM
Post: #492
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
(05-31-2015 12:19 PM)cybercjt Wrote:  It's a bit complicated, but if you're confident enough that you can pull it off... then good luck. Cool

The first tutorial is a bit complicated/ lack of explaining concepts for new people.

Second tutorial is easy, but doesn't apply to most games I've tried.

Can I request 60 FPS codes for games and have someone else make them?

I'd try and do it myself, but the tutorials don't explain everything properly (Referring to the first one). If I can grasp the concept, I'd write a more in depth tutorial for new users.
Find all posts by this user
Quote this message in a reply
06-15-2015, 02:06 PM (This post was last modified: 06-15-2015 02:14 PM by rikimtasu.)
Post: #493
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Didn't found it on thread,have anyone made 60FPS patch for 7th Dragon 2020 (NPJH50459) and 7th Dragon 2020-2(NPJH50716)?
Find all posts by this user
Quote this message in a reply
06-16-2015, 04:22 AM (This post was last modified: 06-16-2015 05:07 AM by Gehrich.)
Post: #494
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
(06-15-2015 02:06 PM)rikimtasu Wrote:  Didn't found it on thread,have anyone made 60FPS patch for 7th Dragon 2020 (NPJH50459) and 7th Dragon 2020-2(NPJH50716)?
Could have sworn I had tried to make one before, but I don't have any records of it. Anyways, I just tried kabuto_kun's easy method for 7th Dragon 2020, and it didn't work. There may be a patch down the line, but I certainly can't do much outside of the easy method. I don't have the sequel, currently, but I'll try it at some point if someone else doesn't beat me to it.


While I'm here I guess I should report that Persona 3 Portable, Valhalla Knights, and White Knight Chronicles Origins didn't work with the easy method, either. Was hoping to attempt more games before reporting, but I'm kinda running out of ones to try.

Also, if anyone wants it as a "resource" or whatever, I've made a (probably incomplete) list of games that don't work with the easy method and those that need a half-speed code to work. Idk where I should post it to keep it readily available/noticeable, though. Of course, I'll make sure to keep it updated if I do post it.
Find all posts by this user
Quote this message in a reply
06-21-2015, 01:55 PM
Post: #495
[split] 60 FPS Patches Master List
Why still nothing for mhfu?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: