Post subject: Slowing things down
Joined: 8/3/2008
Posts: 254
How do I slow down the framew rate to a more reasonable speed? I don't to try a speedrun right now but still how do I slow it down?
Guernsey Adams Pierre
mz
Player (79)
Joined: 10/26/2007
Posts: 693
You can use the hotkeys called "Decrease Speed" and "Increase Speed" until you get the speed that you want. Use the dialog in "Tools" -> "Map Hotkeys" to set them to whatever keys you prefer.
You're just fucking stupid, everyone hates you, sorry to tell you the truth. no one likes you, you're someone pretentious and TASes only to be on speed game, but don't have any hope, you won't get there.
Joined: 8/3/2008
Posts: 254
ok thanks a lot I will try that.
Guernsey Adams Pierre
Joined: 8/3/2008
Posts: 254
Oh and is there a way I can play the game I loaded at a reasonable speed, what is the default speed for normal game not speedruns? Edit: How exactly can I record this with PCSX? I got KKcapture and I followed the instructions but I need how I can get this down to a science. I am trying to make AVI videos with XVid codecs.
Guernsey Adams Pierre
Joined: 1/26/2009
Posts: 558
Location: Canada - Québec
Guernsey wrote:
Oh and is there a way I can play the game I loaded at a reasonable speed, what is the default speed for normal game not speedruns?
It should be about 60fps, but must game are'nt emulated this well... I post a way to fix that with lua here.
Guernsey wrote:
Edit: How exactly can I record this with PCSX? I got KKcapture and I followed the instructions but I need how I can get this down to a science. I am trying to make AVI videos with XVid codecs.
I'm unsure to fully understand where you are stuck, but you have to create a .PXM with pcsxrr first, then use kkapture for replaying your input file.
Joined: 8/3/2008
Posts: 254
Now how do I implement this thing?
Guernsey Adams Pierre
Joined: 1/26/2009
Posts: 558
Location: Canada - Québec
Guernsey wrote:
Now how do I implement this thing?
Alright, try this script instead. Just copy/paste the code into an editor like notepad and save as...' PCSXrrFixFramerate.lua ' in your pcsx folder(make sure that the .lua extension is correct) After, you have to download some additional package, because the Lua scripting function from pcsxrr is lacking something to ask at the computer to wait(somekind of realtime timer ;) ). Download and extract luasocket in your pcsxrr folder. Now, you can start your game, press escape > LuaScripting > New Lua Script Windows. Browse and select "PCSXrrFixFramerate.lua" and run it. If the game is still to slow/quick you can open the script with a file editor and change the value for waitInMilliSeconde. Remember to restart the script. The side effect of this script is that you can't turbo the game, while the script is running. ps: The FPS display for the TAS graphic plugin should become crazy, just ignore this.
Joined: 8/3/2008
Posts: 254
Thanks alot. I think I am getting it now.
Guernsey Adams Pierre