• We have upgaded to the latest version of XenForum and the process finished without any errors!!!! Enjoy the new forum!

Fast flippers on your PC pinball games.

Luckydogg420

Member
May 12, 2013
825
24
18
Kitchener
I found this information on The Pinball Arcade forums for pc's. This improved the flipper responsiveness for PinballFX2 but it should also help virtual pin and future pinball.




If you're experiencing flipper delay in TPA PC version, please read this.
Hi,

I'm posting this as a separate thread such that it can be easily found and help others also enjoy the PC version of TPA to its fullest.

I'd been experiencing the flipper delay in fullscreen mode also and it was kind of ruining my Pinball Arcade experience. Luckily there's a solution for both NVidia and AMD cards that solves this input delay problem for the PC version.

The flipper delay in fullscreen mode is caused by a mechanic in Windows that sets the number of "back buffer frames" that a driver can queue. Sadly this value defaults to three frames, which is good for watching video, or running a game on heavily underpowered machines, but it is very bad for fast action gaming like pinball, especially when the host PC can easily cope with the vsync update rate of TPA.

1. Solving it from a user perspective

Solution for NVidia:
Go to the control panel and set the global "maximum pre-rendered frames" to 1, as in the following picture:



Solution for ATI / AMD:
This is almost unbelievable, but AMD doesn't provide an option to set this value. Luckily there's a neat and clean workaround via the "RadeonPro" tool. Download it at http://www.radeonpro.info and set the "Flip Queue Size" in the "Advanced" panel to 0 or 1. You can set this value gobally, or you can create a profile for a single program (TPA in this case):



2. Solving it from the programmers perspective (possible solution)

The flipper delay problem can possibly also be solved from the Pinball Arcade side, so this is for Mike and/or Stuart. From your code you can set the maximum frame latency by calling IDirect3DDevice9Ex::SetMaximumFrameLatency method, and change the ridiculously high default value of 3 to a much more sane value of 1. See for a full description the MSDN site here: http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx. Possibly this value should be configurable from the TPA config utility? I've seen blockbuster type of games also doing it that way (I think Metro Last Light also has this configurable from its options).

Best of luck to all and Happy Gaming!


For me this made a HUGE difference. Maybe only .25 of a second difference, but if your trying to get that shot off the tip of the flipper, then this is the difference of impossible to realistic.

Hope it helps others too.
 

Attachments

  • image.jpg
    image.jpg
    199.6 KB · Views: 199
  • image.jpg
    image.jpg
    79.6 KB · Views: 199