The shuffleboard tables from vp9 help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #141767
    roccodimarco
    Participant
      @roccodimarco
      Member

      I posted on the vpuniverse, but I’m hoping to find an answer, and since these tables are somewhat old, I fear my questions may go unnoticed there.
      http://vpuniverse.com/forums/topic/301-strike-master-shuffle-alley-williams-1991-rascal-and-wildman-11-fs-db2s-pin2k/?tab=comments#comment-44846

      One these shuffleboard tables, A selects the game.  Is there a way to remap them to the magnasaves?  I’m sure there is, but everything I try inst working.  Also, on the dmd shuffleboard table (Strike Master) I would like to make the high score select to be the flipper buttons.  Again, I tried to add this into the script with no sucess.  Would anyone be willing to give it a quick look over?  I’m sure I’m close, and just missing something.

      #141773
      32assassin
      Participant
        @32assassin
        Member

        Line 119

        If KeyCode=KeyUpperLeft Then Controller.Switch(15)=1 ‘Game Select

        Line 150

        If KeyCode=KeyUpperLeft Then Controller.Switch(15)=0 ‘Game Select

         

        Change “KeyUpperLeft”  to  “RightMagnaSave” or “LeftMagnaSave”

         

        if you want to use either the left or the right button

        change it to this

        If KeyCode = RightMagnaSave OR KeyCode = LeftMagnaSave Then Controller.Switch(15)=1 ‘Game Select

        Make sure you change the 1 and 0

        and you might want to update line 121  and 152,  as that key is hard-coded to be H

        open the VPMkeys.vbs and it will show you the Visual Studio equivalent numbers to the keyboard keys

        H = 35

        A= 30

        L-CTRL = 29

        ect.

        I would suggest you use “keyFront”  if you have one.

        see a table you like help me find the resources so that I can finish it
        https://www.dropbox.com/sh/7qtake9whi5ium2/AAB4K4W78oMVlqSxTzKtGHTHa?dl=0

        #141793
        JR
        Participant
          @jfr1
          Member

          Damn.

          #141828
          roccodimarco
          Participant
            @roccodimarco
            Member

            That did it 32! Thanks again!

          Viewing 4 posts - 1 through 4 (of 4 total)

          Forums are currently locked.

          ©2024 VPinBall.com

          Log in with your credentials

          Forgot your details?