Jump to content



Photo
- - - - -

Table_Init Settings

settings

  • Please log in to reply
1 reply to this topic

#1 whynotpizza

whynotpizza

    Enthusiast

  • Members
  • PipPipPip
  • 385 posts

  • Flag: United States of America

  • Favorite Pinball: TRON Legacy

Posted 19 April 2020 - 02:19 AM

What other values should we be setting in Table_Init()?

 

Here are some I have been using ... anything else to consider?

 

Sub TABLE_Init()
  .GameName = cGameName
 
   NVOffset (2)  ' Set to different (#) for each game using the same cGameName
  .PuPHide = 1  ' Force PinUP Player ON instead of B2S
  .Games(cGameName).Settings.Value("sound") = 1 ' Set sound (0=OFF, 1=ON)
  .Games(cGameName).Settings.Value("showpindmd") = 1 ' Use External DMD (0=OFF,1=ON)
 
End Sub
 
 


#2 capnclaw

capnclaw

    Neophyte

  • Members
  • Pip
  • 4 posts

  • Flag: ---------

  • Favorite Pinball: Gilligans Island

Posted 01 October 2022 - 03:17 PM

Fantastic! This really helped me out!







Also tagged with one or more of these keywords: settings