- View New Content
-
Getting Started
-
Tutorials
Tutorial Categories
Tutorials Main Page Installation and Setup Downloadable TutorialsROM Adjustments
Number of Balls Adjustments Volume Adjustments
-
Visual Pinball Tables
VP 8 Desktop Tables
All VPM Recreations VP Recreations VP/VPM MODs VP Originals ROMsVP 9 Desktop Tables
All VPM Recreations VP Recreations VP/VPM MODs VP Originals ROMsVP9 Cabinet Tables
All Full Screen Cabinet Full Screen B2S Cabinet Spanned Cabinet Tables Media Packs ROMsVPX Tables
All VPinMAME Recreations VPX- - /VPinMAME - MOD Tables VPX Recreations VPX Originals Media Packs ROMs VR
-
Frontend Media & Backglass
Media Packs
Complete Media Packs Wheel Logos VideosBackglasses
dB2S Animated Backglasses UVP Animated Backglasses Topper Images
- Future Pinball Tables
-
Design Resources
Main Resources
Table Templates Playfield Images Image Library Sound Library Key CodesVP Guides
VP8 Guide - English VP8 Guide - Deutsch VP9 Guide - English VP9.1.x Guide - English VP Object Guide VPM DocumentationFuture Pinball Resources
Playfield Images 3D Model LibraryFuture Pinball Guides
FP Script Guide Big Draco Script Guide FP Table Design Guide FP DMD Guide
- Other Features
- Bug Tracker
- Image Gallery
- Blogs
-
More
True Full screen in VP 10.1 loses focus - requires Alt-tab
Started By
atarian
, May 03 2016 08:23 PM
373 replies to this topic
#162
Posted 15 August 2016 - 05:05 AM
Yeah, hard decisions, right? Well, maybe freezy can provide a solution in the course of time. If you have to run a custom solution and you have to have secondary in-game videos, it is doable in a AutoHotkey script.
Sent from my iPad using Tapatalk
I don't "need" secondary in-game videos for VP....that was more for PBX. It all looks the same in the end for now when VPX tables are launched.... I still have the marquees...just at almost half the resolution.
#164
Posted 17 August 2016 - 10:19 PM
I have 3 screen setup and hate the look of the black bars around the dmd with ddraw 0. Is it possible to change my resolution on my dmd monitor so the black bars won't exist? Or any other suggestions?
Change your resolution? Depends on your card and your display.
#165
Posted 17 August 2016 - 10:19 PM
I have 3 screen setup and hate the look of the black bars around the dmd with ddraw 0. Is it possible to change my resolution on my dmd monitor so the black bars won't exist? Or any other suggestions?
Yes, that's what I do. I have Pinball X run a program that changes my middle "DMD" screen to a custom 820x462 resolution whenever a VPX table is launched. This allowed for the DMD to be set to 777x201 in PinMAME which is the maximum you can go with ddraw=0, without any black borders. This equals 768x192 for the actual DMD resolution, which is a perfect multiple of 128x32, which results in a clean DMD with square pixels.
This is my current workaround, combined with the "delay" feature of VPX 10.2 beta (that toggles VP out of focus and back in focus) in order to allow me to use VPX in exclusive fullscreen. It works great, and I can max out VPX graphics with no ball stutter and it looks and plays great. For whatever reason though.... I cannot get some B2S files to load up when launched from Pinball X when using exclusive fullscreen. For those tables I have given up and just use a static backglass image for now...
#166
Posted 17 August 2016 - 10:28 PM
Great info thank you!I have 3 screen setup and hate the look of the black bars around the dmd with ddraw 0. Is it possible to change my resolution on my dmd monitor so the black bars won't exist? Or any other suggestions?
Yes, that's what I do. I have Pinball X run a program that changes my middle "DMD" screen to a custom 820x462 resolution whenever a VPX table is launched. This allowed for the DMD to be set to 777x201 in PinMAME which is the maximum you can go with ddraw=0, without any black borders. This equals 768x192 for the actual DMD resolution, which is a perfect multiple of 128x32, which results in a clean DMD with square pixels.
This is my current workaround, combined with the "delay" feature of VPX 10.2 beta (that toggles VP out of focus and back in focus) in order to allow me to use VPX in exclusive fullscreen. It works great, and I can max out VPX graphics with no ball stutter and it looks and plays great. For whatever reason though.... I cannot get some B2S files to load up when launched from Pinball X when using exclusive fullscreen. For those tables I have given up and just use a static backglass image for now...
#167
Posted 18 August 2016 - 04:34 AM
This is my current workaround, combined with the "delay" feature of VPX 10.2 beta (that toggles VP out of focus and back in focus) in order to allow me to use VPX in exclusive fullscreen. It works great, and I can max out VPX graphics with no ball stutter and it looks and plays great. For whatever reason though.... I cannot get some B2S files to load up when launched from Pinball X when using exclusive fullscreen. For those tables I have given up and just use a static backglass image for now...
Are you getting the error that it can't find the B2S file, which is being reported as an empty filename like "\.directb2s"? I get that on certain tables only when launched from PinballX and using fullscreen, so I gave up on the fullscreen option for now.
#168
Posted 18 August 2016 - 04:43 AM
I don't get any error display or tone of any sort. It simply doesn't load some B2s files from PBX when VPX is in fullscreen.
Most B2S files are pretty plain anyway, so a looping video would do fine for a backglass in exchange for exclusive fullscreen. Its worth having butter smooth gameplay all the time.
#171
Posted 21 August 2016 - 04:35 AM
As I posted in another thread:
By running VPX in a "custom" "other system" in PBX instead of the integrated Visual Pinball system, I was now able to get most of my VPX tables to load up their DB2S files, and be able to get the table into focus with the 10.2 "alt-tab" feature for full screen (set to 15 secs).
The only tables that didn't load their DB2S was :
Monster Bash, Walking Dead, Demolition Man.
I also tried Atarian's AHK script (without VPX's alt-tab switch) "bring_to_top.ahk".
#SingleInstance force
DetectHiddenWindows, On
WinWaitActive, Form1,,10
WinWaitActive, Visual Pinball Player,,30
WinMaximize, Visual Pinball Player
ExitApp
Using that script, only these tables didn't load their DB2S (though I'm sure I could have tweaked it):
Walking Dead, America's Most Haunted, Demolition Man, Dirty Harry, Judge Dredd, King Pin, Monster Bash, South Park
Strange that Monster Bash, Walking Dead, and Demolition Man won't load no matter what (unless VPX is in windowed full screen)
It seems PBX's integrated VP handling is causing an issue. I also had to do the same thing with Pinball FX2 (custom system) in order to get dmdext to work with it (also having to use an AHK script).
#172
Posted 21 August 2016 - 05:05 AM
I don't think those tables have controller.vbs support, so you may have to turn b2s on in the script itself.
If that doesn't work you might try updating those tables to use controller.vbs. arngrim has a detailed post describing how to do this here
http://www.vpforums....453#entry329679
#173
Posted 21 August 2016 - 05:12 AM
walking dead not sure, but mb and dm has, but i don't think it makes a difference, i understood he has dof working so the issue is not there

My youtube channel
How to use controller.vbs for SS tables in depth
How to use controller.vbs for EM and Original tables in depth
#174
Posted 21 August 2016 - 05:44 AM
Strange that Monster Bash, Walking Dead, and Demolition Man won't load no matter what (unless VPX is in windowed full screen)
The thing that these three tables have in common is that they are very slow to load vs. other tables. My guess is that in full screen with PBX and the various methods of bringing focus to the PF that you are using, the backglass is actually "loading" but is not in focus, and that if you manually "alt tab" around enough you will see them... or that if they aren't actually "loading" it has to do something with the timing of the methods of bringing the PF to focus.
#175
Posted 21 August 2016 - 06:08 AM
well, on my cab for example, mb is showed first, then comes the backglass, then focus is lost to the playfield and is black until i manually alt tab

My youtube channel
How to use controller.vbs for SS tables in depth
How to use controller.vbs for EM and Original tables in depth
#176
Posted 21 August 2016 - 03:41 PM
Every time a table would not show a DB2S backglass after loading from PBX, I always alt-tabbed to make sure that the backglass was not loaded... and yes DOF was always working in all situations.
Using the alt-tab of VP 10.2 seems to work really well....I even tried setting it to 30 sec which is more than long enough for any file combination to load.
Edited by TerryRed, 21 August 2016 - 03:45 PM.
#178
Posted 29 August 2016 - 12:47 PM
thanks for this new version with the delayed alt+tab function!
I have to +1 on everyone that I can't really go back now
Splendid work dev team.
The tab function doe's not work all the way for me though CAB SPEC.
I can see it tab but it only goes to the form1-window and back to the B2S and missing the visual pinball-window which I can tab to manually ![]()
Would be great to select how many tap-presses it would go or to have the focus set to vp named window. Guess it is this way though and my computer sux ass in one way or another *lol*
Cheers!
#180
Posted 03 September 2016 - 03:54 PM
So I ran a little test:
If I load tommy with True Fullscreen with Pinballx with Aatarian's.ahk file I get a 57 second load time
W/O True Full with Pinball X it is 7 Seconds
This is one of the few tables I can run w/o Aatarians.ahk file and Pinball x and I get a 20 second load time
With True FullScreen and W/o Pinball X it is a 12 second load
Any Thoughts.
I have attached my .ahk
Josh
Edited by osujd, 03 September 2016 - 03:56 PM.



Top

Contributor












are all trademarks of VPFORUMS.