Jump to content



Photo
- - - - -

Registry settings - FullScreen?

vpx registry fullscreen

  • Please log in to reply
3 replies to this topic

#1 wolis

wolis

    Enthusiast

  • Members
  • PipPipPip
  • 65 posts

  • Flag: Australia

  • Favorite Pinball: Black Knight

Posted 31 August 2022 - 10:19 PM

In a bid to automate switching from Desktop to Fullscreen I thought I could have two *.reg files and use batch files to switch between them as needed.
 
I found the Player part of the registry looks promising - these in particular:
 
[HKEY_CURRENT_USER\Software\Visual Pinball\VP10\Player]
"FullScreen"=dword:00000000
"Width"=dword:00000320
"Height"=dword:00000258
"Display"=dword:00000000
 
When I toggled the 'Use always FS backdrop settings...' it did not change the 'Fullscreen' value but the 'Display' value.
 
Can anyone confirm the checkbox is linked to the 'Display' value? 
 
I though maybe 'Fullscreen' refers to a screen res (Windowed Fullscreen)' but it  didn't change when I changed resolutions.
 
Any idea what the Fullscreen value does? 

Edited by wolis, 31 August 2022 - 10:52 PM.


#2 wolis

wolis

    Enthusiast

  • Members
  • PipPipPip
  • 65 posts

  • Flag: Australia

  • Favorite Pinball: Black Knight

Posted 31 August 2022 - 10:50 PM

FYI this is looking promising:

 

I have two exported *.reg files with different screen settings.

I have two batch files to import then run vpx eg:

 

@echo off
regedit.exe /S "C:\vPinball\VisualPinball\HKCU_Software_VPX_Player_DT.reg"
start "vpx" C:\vPinball\VisualPinball\vpinballX.exe

Aside from the UAC Warning message these do as expected and switch between screen settings.

 

So I probably don't need and answer to my original question I us export and import with the settings I need regardless of what they are called or look like in regedit....

 

... but it would still be nice to know :-)

 

Seems like there is confusion (for me at least) between the term 'Fullscreen' and the concept of 90 degree rotated playfield.


Edited by wolis, 31 August 2022 - 10:50 PM.


#3 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 31 August 2022 - 10:57 PM

Full screen is exclusive full screen mode on or off

 

FS backdrop is orientation (AKA display)

 

and the only line you have to save in your regedit files, is the display line
you can shed all the others if you want


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#4 wolis

wolis

    Enthusiast

  • Members
  • PipPipPip
  • 65 posts

  • Flag: Australia

  • Favorite Pinball: Black Knight

Posted 03 September 2022 - 07:33 AM

Excellent.. thanks!







Also tagged with one or more of these keywords: vpx, registry, fullscreen