sirlee

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Guardians Of The Galaxy #195761
    sirlee
    Participant
      @sirlee

      Any Idea why the Backglass Videos stay in the background with this table only? It works for all my other Puppacks.

      Apart from that the table is awesome!

      Thanks a lot

      in reply to: PinUp System Rotating playfield #155187
      sirlee
      Participant
        @sirlee

        Today I added Demon’s Tilt to my collection and had found out that after exiting it, the Popper Menu was on the wrong screen (the backpanel) and rotated 90 degrees.

        After finding this post, I decided to create my own AHK script to “repair” Popper.

        The following script will send: Menu Select, Menu Back, Left, Right

        (Left and Right is required as the backpanel screen is still broken after the menu is “repaired”, I fix it by moving the menu to the next item and back)

        Therefore, with my setup I send ENTER, 5, Cursor Left, Cursor Right

        I needed to put some sleep values in between otherwise it runs too fast for popper.

        Here it is:

        Menurepair:
        Send {ENTER down}
        Send {ENTER up}
        Sleep, 100
        Send {5 down}
        Sleep, 100
        Send {5 up}
        Sleep, 100
        Send {LEFT down}
        Sleep, 100
        Send {LEFT up}
        Sleep, 500
        Send {RIGHT down}
        Sleep, 100
        Send {RIGHT up}
        Sleep, 100
        Exit

        I compiled this to run as an .exe file and call it at the closing script of the Emulator.

         

         

         

        B-)

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

      ©2024 VPinBall.com

      Log in with your credentials

      Forgot your details?