Post Reply 
 
Thread Rating:
  • 8 Votes - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Discussion] 60FPS patches for PSP games that run at 30FPS
09-12-2018, 06:05 PM (This post was last modified: 09-13-2018 12:26 AM by Verymelon Benda.)
Post: #766
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
The Idolmaster: Shiny Festa Series. Smile

Code:
_S NPJH-50674
_G The Idolm@ster: Shiny Festa - Honey Sound [JP]
_C0 60 FPS (Beta)
_L 0x200BDBC8 0x00000000
_S NPJH-50675
_G The Idolm@ster: Shiny Festa - Groovy Tune [JP]
_C0 60 FPS (Beta)
_L 0x200BDBC4 0x00000000
_S NPJH-50676
_G The Idolm@ster: Shiny Festa - Funky Note [JP]
_C0 60 FPS (Beta)
_L 0x200BDBC4 0x00000000

In-game not double speed but some animation speed x2. -_-#
Visit this user's website Find all posts by this user
Quote this message in a reply
09-30-2018, 02:50 AM
Post: #767
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Is there an actual 60fps hack for castlevania? I have looked everywhere and could only find the piece of code that alters it to 15fps. Although that 60fps hack for ghosts "n" goblins was a life saver.
Find all posts by this user
Quote this message in a reply
10-08-2018, 08:12 AM
Post: #768
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
(03-30-2016 12:53 AM)niko of death Wrote:  
(03-08-2016 02:40 PM)Vashzaron Wrote:  [quote='Kabuto_Kun' pid='116121' dateline='1457433272']- Valkyria Chronicles 2: @Vashzaron, I only have the demo right now, if it has Ad Hoc included I may take a look at this multiplayer FPS cap.

Not sure if the Demo has Ad Hoc, but thanks anyway!

Edit: I actually managed to fix this myself in the most roundabout way.

So basically I understand little of this and in an attempt to fix this myself I checked your "easy" fps unlocking tutorial and followed it. In the end I made these codes:

Code:
_C0 60 fps test
_L 0x20561E4C 0x00000001
_C0 30 fps test
_L 0x20561E4C 0x00000002
_C0 20 fps test
_L 0x20561E4C 0x00000003

Which controls the games frameskipping, problem is the game speeds up or slows down depending on what framerate it is actually expecting. (Battle 30, Ad Hoc 20, Non Combat 60)

I unfortunately do not know how I would fix that problem, but I looked at the original codes LunaMoo made:

Code:
_S ULUS-10515
_G Valkyria Chronicles II
_C0 60 fps
_L 0xE003C29C 0x003B8D00
_L 0x203B8D00 0x00000000
_L 0x20044800 0x46006346
_L 0x20044AEC 0x46006B06
//requires restart after activating:3
_C0 60 fps [Disable]
_L 0x203B8D00 0x0E32C29C
_L 0x20044800 0x460C0342
_L 0x20044AEC 0x460D6302

I know nothing about how this works but it stops 30fps > 60 from going double speed. Does not work in Ad Hoc mode. (20 > 30 and it slowed down.)

So I figured what if I enable both my 30 fps test code with the original 60fps one by LunaMoo? ...Bam it works! Besides 60 fps everywhere including Adhoc it also has the added effect of stopping segments in the game that were 60fps already from being double speed. (Non Combat Menus, Lanseal)

I don't know if the code can be cleaned up or whatever but it works as is for me and hopefully this helps anyone else that was potentially wondering.

Hello. I am new to this forum and PPSSPP in general. I was wondering if you can help me a bit. I did everything I needed to do, I activated your 30 FPS test combined with LunaMoo's 60 FPS cheat, and it gives me proper 60 FPS but with DOUBLE speed. I tried various combinations, but still I couldn't make it to work with 60 FPS normal speed Sad

What am I missing? I would really appreciate any help!
Find all posts by this user
Quote this message in a reply
10-08-2018, 01:40 PM
Post: #769
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
(03-08-2016 02:40 PM)Vashzaron Wrote:  
(03-08-2016 09:34 AM)Kabuto_Kun Wrote:  - Valkyria Chronicles 2: @Vashzaron, I only have the demo right now, if it has Ad Hoc included I may take a look at this multiplayer FPS cap.

Not sure if the Demo has Ad Hoc, but thanks anyway!

Edit: I actually managed to fix this myself in the most roundabout way.

So basically I understand little of this and in an attempt to fix this myself I checked your "easy" fps unlocking tutorial and followed it. In the end I made these codes:

Code:
_C0 60 fps test
_L 0x20561E4C 0x00000001
_C0 30 fps test
_L 0x20561E4C 0x00000002
_C0 20 fps test
_L 0x20561E4C 0x00000003

Which controls the games frameskipping, problem is the game speeds up or slows down depending on what framerate it is actually expecting. (Battle 30, Ad Hoc 20, Non Combat 60)

I unfortunately do not know how I would fix that problem, but I looked at the original codes LunaMoo made:

Code:
_S ULUS-10515
_G Valkyria Chronicles II
_C0 60 fps
_L 0xE003C29C 0x003B8D00
_L 0x203B8D00 0x00000000
_L 0x20044800 0x46006346
_L 0x20044AEC 0x46006B06
//requires restart after activating:3
_C0 60 fps [Disable]
_L 0x203B8D00 0x0E32C29C
_L 0x20044800 0x460C0342
_L 0x20044AEC 0x460D6302

I know nothing about how this works but it stops 30fps > 60 from going double speed. Does not work in Ad Hoc mode. (20 > 30 and it slowed down.)

So I figured what if I enable both my 30 fps test code with the original 60fps one by LunaMoo? ...Bam it works! Besides 60 fps everywhere including Adhoc it also has the added effect of stopping segments in the game that were 60fps already from being double speed. (Non Combat Menus, Lanseal)

I don't know if the code can be cleaned up or whatever but it works as is for me and hopefully this helps anyone else that was potentially wondering.

Hello there. I am new to this forum and PPSSPP in general, but I would like to ask you for a favor. The thing is..it doesn't work for me. If I use those two cheats combined, it gives me 60 FPS but at double speed. And the problem is that I tried all potential combinations between your cheats and LunaMoos' cheats and I get the same thing over and over again. The speed up is true in normal mode and also adhoc mode Sad

If there is a possibility for you to help me, I would really, really appreciate it!!
Find all posts by this user
Quote this message in a reply
11-04-2018, 04:02 AM
Post: #770
Thumbs Up RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
The cheat codes for the Wipeout Pure(EU) Works fine and this gona sound weird because I wonder if anyone have a cheat code for 30 fps always I want the code because I use the emulator on my phone (Android) and looks great with 30 fps but i need to use the frameskip (1) to achive this also I played Wipeout pulse and use the 30 fps always code and that fix the game Heart so
Do someone have the code? please Huh
Find all posts by this user
Quote this message in a reply
11-04-2018, 07:44 PM
Post: #771
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
@dannyscorps
just use my updated 60fps patch, it's in the game's thread and works well enough to also be in my cheat.db in here together with some other fixes to that game.

Note that this patch like many others require restarting emulation after activating it and the game has to be continued normally from in-game save or started new, savestates will NOT work since it patches code which game only runs on boot.

Also note that different game versions require different codes.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
11-12-2018, 02:18 AM
Post: #772
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Can someone make 60fps cheat for 'Race Driver 2006' please?
It's an expanded edition of Toca race driver 2!
I'm begging you,please T_T
Find all posts by this user
Quote this message in a reply
12-03-2018, 11:28 PM
Post: #773
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Please, make one for Phantasy Star Portable : Infinity, that would be great for anyone too, i want make that, but i don't know how to make a cheat like that, can someone teach me?
Find all posts by this user
Quote this message in a reply
12-06-2018, 10:27 AM
Post: #774
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Has anybody tested it in a real psp?is it working? Thx for reply..
Find all posts by this user
Quote this message in a reply
12-10-2018, 08:15 PM (This post was last modified: 12-10-2018 08:18 PM by RibShark.)
Post: #775
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Pac-Man Rally (Europe) (En,Fr,De,Es,It) (Beta)
Code:
_S ULES-00705
_G Pac-Man Rally (Europe) (En,Fr,De,Es,It) (Beta)
_C0 60 FPS
_L 0x20113128 0x0A244C55
_C0 30 FPS [Default]
_L 0x20113128 0x10A0000A
Ported from Kabuto_Kun's patch for the US version.
This is a near-final beta and the only multilanguage version for the PSP, so I ported the patch in case someone wants to use it in a non-English language.
Find all posts by this user
Quote this message in a reply
12-11-2018, 04:05 AM
Post: #776
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
(09-30-2018 02:50 AM)wpninja Wrote:  Is there an actual 60fps hack for castlevania? I have looked everywhere and could only find the piece of code that alters it to 15fps. Although that 60fps hack for ghosts "n" goblins was a life saver.

Seconding this. Is there any 60fps codes for the Rondo of Blood remake?
Find all posts by this user
Quote this message in a reply
01-08-2019, 08:34 PM
Post: #777
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
Patapon 3 [ALL REGIONS]:

Code:
_G Patapon 3
_C0 # 60 FPS Patch v2
_L 0x2003E754 0x00000000
_L 0x2003D5CC 0x00000000
_L 0x2003D5D0 0x00000000
_L 0x2003D5DC 0x00000000
_L 0x2003D66C 0x00000000
_L 0x2003D670 0x00000000

The main issue of unusable drums is fixed, but there's still some stuff that doesn't work properly.
The unit movement is a bit off and the Debug Mode won't open while the code is active.
Find all posts by this user
Quote this message in a reply
01-16-2019, 02:07 PM (This post was last modified: 01-16-2019 02:13 PM by Verymelon Benda.)
Post: #778
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
NFS: Underground Rivals (USA) with 60 FPS not get double speed. Big Grin

Code:
_S ULUS-10007
_G NFS: Underground Rivals [US]
_C0 60 FPS
_L 0x20032D7C 0x00000000
Visit this user's website Find all posts by this user
Quote this message in a reply
01-20-2019, 02:56 PM
Post: #779
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
60 FPS for Phantasy Star Portable 2 Infinity. Wink

Code:
_S NPJH-50332
_G Phantasy Star Portable 2 Infinity [JP]
_C0 60 FPS
_L 0x0069D46C 0x00000001
_L 0x206DA554 0x42700000
_L 0x206DA558 0x0000003C
_L 0x206DA55C 0x3F800000
_L 0x206DA560 0x00000001
_L 0x206DA564 0x3F000000
_L 0x206DA568 0x3C888889
_C0 30 FPS
_L 0x0069D46C 0x00000002
_L 0x206DA554 0x41F00000
_L 0x206DA558 0x0000001E
_L 0x206DA55C 0x40000000
_L 0x206DA560 0x00000002
_L 0x206DA564 0x3F800000
_L 0x206DA568 0x3D088889

Found this on (https://sites.google.com/site/psp2iguide...ELLANEOUS)
Visit this user's website Find all posts by this user
Quote this message in a reply
01-24-2019, 03:04 AM
Post: #780
RE: [Discussion] 60FPS patches for PSP games that run at 30FPS
#ptpa
For those who wants the best ppsspp settings in their Android phone low specs just visit my youtube channel ?
?
https://www.youtube.com/channel/UCWl5z_G...j0--FwvxyQ
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: