fourbanks
Pinball Wizard
- Joined
- Nov 27, 2019
- Messages
- 317
- Solutions
- 1
- Reaction score
- 74
- Points
- 35
- Favorite Pinball Machine
- cyclone
'#############################################################################################
'############################# PINEVENT V2 CUSTOM TABLE SETTINGS #############################
' If you want to use custom PinEvent settings "for this table only", you enable those here.
' - to use Custom Table Settings, set PinEvent_Custom_Table_Settings_enabled = true
' - then set the other options to true or false as needed for the modes you play in (Desktop, Cabinet, VR)
' - these settings will override the global settings in the PinEvent_V2_Settings.txt file
' - Note: if PinEvent_V2_Settings.txt file cannot be found, these Custom settings will be used (if PinEvent_enabled = true in TABLE OPTIONS)
PinEvent_Custom_Table_Settings_enabled = true
Sub PinEvent_Custom_Table_Settings(1)
'****** Desktop Settings ******
if xBAM.Camera.Mode = 0 true
DOF_enabled = false
PUP_DMD_enabled = true
PUP_SSF_enabled = true
End if
'****** Cabinet Settings ******
if xBAM.Camera.Mode = 0 false
DOF_enabled = false
PUP_DMD_enabled = false
PUP_SSF_enabled = false
End if
'****** VR Settings ******
if xBAM.Camera.Mode = 0 then
DOF_enabled = false
PUP_DMD_enabled = false
PUP_SSF_enabled = false
End if
'############### PUP Stream Settings ###############
' - PUP Stream uses the BAM PuP plug-in to stream PuP windows into FP as a texture so you can see PUP "in" the FP table.
' - cabinet users MUST have the Future Pinball Backglass and Arcade mode disabled in FP Video settings when using this feature!
' - This feature may not work for everyone!
' - In some cases it could cause a crash if trying to stream from a window displayed on a secondary GPU
' - If PinEvent tables start to crash, try disabling PUP Stream to see if that is the problem
PUP_Stream_enabled = true
' These are the options available (not all tables will support each option)
PUP_Stream_Backglass_enabled = true ' PuP Backglass
PUP_Stream_FullDMD_enabled = true ' PuP FullDMD displayed on the FP backbox
PUP_Stream_ApronLeft_enabled = false ' left apron card
PUP_Stream_ApronRight_enabled = false ' right apron card
PUP_Stream_PF_Screen_enabled = false ' playfield mini screen
PUP_Stream_HUDLeft_enabled = true ' Desktop mode only, HUD on the top left
PUP_Stream_HUDRight_enabled = true ' Desktop mode only, HUD on the top right
PUP_Stream_Delay_Start = 3000 ' time in ms to delay PUP Stream on startup. You may need more time depending on the speed of your computer
'############### PUP Stream Windows ###############
' - set the names of the window that will be used for the PUP Stream options
' - FullDMD (PUPSCREEN5) is normally used for most options
PUP_Stream_Backglass = "PUPSCREEN2"
PUP_Stream_FullDMD = "PUPSCREEN5"
PUP_Stream_ApronLeft = "PUPSCREEN5"
PUP_Stream_ApronRight = "PUPSCREEN5"
PUP_Stream_PF_Screen = "PUPSCREEN5"
PUP_Stream_HUDLeft = "PUPSCREEN5"
PUP_Stream_HUDRight = "PUPSCREEN5"
'############################# PINEVENT V2 CUSTOM TABLE SETTINGS #############################
' If you want to use custom PinEvent settings "for this table only", you enable those here.
' - to use Custom Table Settings, set PinEvent_Custom_Table_Settings_enabled = true
' - then set the other options to true or false as needed for the modes you play in (Desktop, Cabinet, VR)
' - these settings will override the global settings in the PinEvent_V2_Settings.txt file
' - Note: if PinEvent_V2_Settings.txt file cannot be found, these Custom settings will be used (if PinEvent_enabled = true in TABLE OPTIONS)
PinEvent_Custom_Table_Settings_enabled = true
Sub PinEvent_Custom_Table_Settings(1)
'****** Desktop Settings ******
if xBAM.Camera.Mode = 0 true
DOF_enabled = false
PUP_DMD_enabled = true
PUP_SSF_enabled = true
End if
'****** Cabinet Settings ******
if xBAM.Camera.Mode = 0 false
DOF_enabled = false
PUP_DMD_enabled = false
PUP_SSF_enabled = false
End if
'****** VR Settings ******
if xBAM.Camera.Mode = 0 then
DOF_enabled = false
PUP_DMD_enabled = false
PUP_SSF_enabled = false
End if
'############### PUP Stream Settings ###############
' - PUP Stream uses the BAM PuP plug-in to stream PuP windows into FP as a texture so you can see PUP "in" the FP table.
' - cabinet users MUST have the Future Pinball Backglass and Arcade mode disabled in FP Video settings when using this feature!
' - This feature may not work for everyone!
' - In some cases it could cause a crash if trying to stream from a window displayed on a secondary GPU
' - If PinEvent tables start to crash, try disabling PUP Stream to see if that is the problem
PUP_Stream_enabled = true
' These are the options available (not all tables will support each option)
PUP_Stream_Backglass_enabled = true ' PuP Backglass
PUP_Stream_FullDMD_enabled = true ' PuP FullDMD displayed on the FP backbox
PUP_Stream_ApronLeft_enabled = false ' left apron card
PUP_Stream_ApronRight_enabled = false ' right apron card
PUP_Stream_PF_Screen_enabled = false ' playfield mini screen
PUP_Stream_HUDLeft_enabled = true ' Desktop mode only, HUD on the top left
PUP_Stream_HUDRight_enabled = true ' Desktop mode only, HUD on the top right
PUP_Stream_Delay_Start = 3000 ' time in ms to delay PUP Stream on startup. You may need more time depending on the speed of your computer
'############### PUP Stream Windows ###############
' - set the names of the window that will be used for the PUP Stream options
' - FullDMD (PUPSCREEN5) is normally used for most options
PUP_Stream_Backglass = "PUPSCREEN2"
PUP_Stream_FullDMD = "PUPSCREEN5"
PUP_Stream_ApronLeft = "PUPSCREEN5"
PUP_Stream_ApronRight = "PUPSCREEN5"
PUP_Stream_PF_Screen = "PUPSCREEN5"
PUP_Stream_HUDLeft = "PUPSCREEN5"
PUP_Stream_HUDRight = "PUPSCREEN5"