..:: PCSX2 Forums ::..

Full Version: Purposely slow down game?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to purposely slow down a game? Basically kind of like slow motion I guess. I'd really to get frame rates in the low teens. What I'm thinking is in Final Fantasy XII, doing quickenings, once I get past 10 or so, the timer just goes really fast, and I'd like to slow it down.
Just use this pnach code.

Code:
// Quickening Time always 10 Seconds
patch=1,EE,203B5E08,extended,3C014120
patch=1,EE,203B5E1C,extended,00000000
(02-16-2015, 10:49 PM)Ryudo Wrote: [ -> ]Just use this pnach code.

Code:
// Quickening Time always 10 Seconds
patch=1,EE,203B5E08,extended,3C014120
patch=1,EE,203B5E1C,extended,00000000

What do I do with those? Will they work with the International Zodiac version?
Oh, didn't know you had IZJS..
That particular code won't work with the IZJS version sadly. It's for the NTSC-U version.
Shift-tab to slow down the speed, Shift-tab again to return to normal speed.

By default slow-motion is 50% speed, but you can set it up to whatever speed you like at Config -> emulation settings -> GS -> slowmotion adjust .
(02-16-2015, 11:07 PM)avih Wrote: [ -> ]Shift-tab to slow down the speed, Shift-tab again to return to normal speed.

By default slow-motion is 50% speed, but you can set it up to whatever speed you like at Config -> emulation settings -> GS -> slowmotion adjust .

That works! It's not ideal, but it works. Allowed me to get Black Hole. Thanks!!!