Tag Archives: ghosts

AMH Debug 4-17-14

Had a fairly easy to film episode this week so I have time today to tweak more pinball code! Plan is to get Demon Mode in the game this weekend (yes, working Easter Sunday) in case the game shows up at any events in the near future, wink wink!

  • Continuing “Tilt Testing” – making sure no matter what mode is occuring, if a TILT occurs the game comes out of mode clean, and resets properly for the next ball.
  • Found glitch where Spooky Door might not close at beginning of War Fort mode (needs to be closed to hide the Confederate Gold!)
  • Improved timing of events during Theater Ghost’s play.
  • Rigged game so Spirit Guide won’t award an Extra Ball on Ball One (that’s just too generous!)
  • Changing TILT to give you 2 warnings, and the 3rd offense per ball triggers TILT.
  • Some modes with “Quick Restart” will have to be started over if you TILT during them, other modes where it’s not a programming issue will allow a quick restart of mode after TILT (as it would with a ball drain)
  • Allow Quick Restart after TILT: Theater, War Fort, Hotel, Prison.
  • No Quick Restart after TILT: Hospital, Haunted Bar (they modes with a timed Quick Restart after you lose a ball)
  • TILT acts like a drain + ball search: waits until all balls back in trough before continuing.
  • Found glitch where Hotel mode doesn’t properly end if you Tilt during Hotel Multiball.
  • Found glitch where new Scoop Eject animation sometimes erases flashing Camera Icon (scoop is used in some modes as a target)
  • Improving animation for Scoop Eject caused glitch where uncollected Tour Location icons would stay lit after mode ends (you fix a problem, create 2 more… ug)
  • Put a tourClear() function on each Ghost Mode end/fail, so Tour Location lights won’t interfere with combos / scoop indicators (rare, but Hotel mode showed it was possible)
  • Fixed positioning of “Total EVP Collected” numeral, it was in wrong position from back in the 2 bit shading days.
  • Fixed priority so First EVP Waveform video isn’t overridden by Boss Jackpot Value advance.
  • Found some videos during War Fort that prevented small numbers (such as Confederate Gold Timer) from being displayed. Changed attributes on videos to allow these numbers.
  • If multiball active, you can keep hitting War Fort ghost until down to one ball. Added prompt for “Hit Ghost for Jackpots” instead of “X hits to go” in this condition.
  • Improved synchronization of Ball Throw animation + ghost movement + ball release in War Fort mode.
  • Put in over-compensating kludge so that the War Fort / Bar ghost prompt animations won’t get overridden by continued pop bumper action (that’s been an issue FOREVER!)
  • Disabled tilt when ball is in shoot lane / trying to get a skill shot. Tilt won’t trigger until you’ve launched the ball, and either gotten / missed the skill shot (so nudge away?)
  • If Extra Ball lit when starting Photo Hunt, don’t use that shot as a Ghost Photo location.

Stuff to do yet:

  • Make it so ghost ONLY moves if you have a mode going. This way, you have to EARN getting him to move (also, saves wear & tear)
  • Connect Demon Mode dialog with the existing Wizard Mode
  • Make way for a player’s progress to be reset if they beat Wizard Mode and start over
  • Come up with a cool video mode (I don’t like video modes but other people do – whatever)