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. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Snaptick

Basic Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Snaptick

  1. This is the best tutorial I have found, but it still crashes my PinballX where I can't escape from a blank screen after waiting a few minutes for anything to happen - I can see the screen rotate, but Demon's Tilt never loads. It loads super fast in the native app, so I know it's not a loading speed issue.
  2. 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.
×
×
  • Create New...