Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

Pinball wicked working in my cabinet


joyrider3774

Recommended Posts

Can I edit the PinballWickedLauncher.ini  or LaunchPinballWicked.ahk to skip the player/mode select menu altogether? I really only want to launch into single player Action mode.

I added this before the SkipNagScreen snippet in the LaunchPinballWicked.ahk to see if I could circumvent the menu with an auto select, but it didn't work so I reverted to my backup. Changed WaitForMenu to 3000.

---------------------------------------------------------------------

;Added by SNAP

;enter key AUTO Single Player Action
SkipModeSelect() {
    global KeyDelay
    Sleep, %KeyDelay%
    Send {Enter down}
    Sleep, %KeyDelay%
    Send {Enter up}
    Sleep, %KeyDelay%
    Sleep, 7000
    Return
}

;end of SNAP addition

---------------------------------------------------------------------

It's not a game ruiner, still loads just fine but I have to be quick on the enter key after selecting the table or I may miss the 12-sec timer I have the autokey set to. We tend to play single player games at home and let our high scores compete for themselves.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...