Jump to content



Photo
* * * * * 1 votes

Skateball


  • Please log in to reply
4 replies to this topic

#1 destruk

destruk

    VPF Veteran

  • VPF Staff
  • 6,307 posts
  • Location:Colorado Springs, CO

  • Flag: United States of America

  • Favorite Pinball: Ultrapin!



Posted 25 February 2009 - 07:44 AM

Skateball



Version: 4.0.0
Category: VPinMAME 8.x Recreations

Author(s): PeBo

Description:
4:3 VPM Table


View File

Submitted by destruk, on Feb 25 2009, 03:44 AM

Build a fire, vipers love the heat.


#2 sast05

sast05

    Enthusiast

  • Members
  • PipPipPip
  • 125 posts

  • Flag: United States of America

  • Favorite Pinball: scuba

Posted 13 February 2011 - 06:30 PM

Excellent gameplay but very easy to win replays.
But where is that wonderful sound, "Knocker" when you beat the machine.
Apparently lost to the wind................

There seem to be issues with Solenoid Callbacks, went to the owners manual
to find the self test codes for each solenoid, then went to VPinMameTest.exe
to see which solenoid fired for each test code. Found:

Code 01= Outhole= Solenoid 7
Code 02= Knocker= Solenoid 6
Code 03= Saucer= Solenoid 2
Code 04= Left Sling= Solenoid 14
Code 05= Right Sling= Solenoid 15
Code 06= Left Thumper Bumper= Solenoid 11
Code 07= Bottom Thumper Bumper= Solenoid 12
Code 08= Right Thumper Bumper= Solenoid 13
Code 09= 5 Drop Target Reset= Solenoid 8
Code 10= 3 Drop Target (Top) Reset= Solenoid 9
Code 11= 3 Drop Target (Middle) Reset= Solenoid 10
Code 12= Coin Lockout= Solenoid 18
Code 13= K1 Relay= Solenoid 19

Looked at the Sol Callbacks in the program:

' VPM Solenoid numbers for skateball
Const sOuthole = 8
Const sKnocker = 6
Const sDropReset3 = 10
Const sDropReset2 = 11
Const sLBump = 6
Const sRBump = 8
Const sBBump = 7
Const sDropReset = 9
Const sLsling = 4
Const sRsling = 5
Const sSaucer = 3
Const sCoinLockout = 18 '(11)
Const sGameOn = 19 '(12)

Both the knocker and left bumper share the same number 6, and for
some reason the sound for sLBump overides the sound for knocker.

So renumbered to the following so there would be no sound conflict:

' VPM Solenoid numbers for skateball
Const sOuthole = 8 (Left at 8 because using Outhole Sol 7 would not allow trough logic to work properly)
Const sKnocker = 6
Const sDropReset3 = 9
Const sDropReset2 = 10
Const sLBump = 11
Const sRBump = 13
Const sBBump = 12
Const sDropReset = 8
Const sLsling = 14
Const sRsling = 15
Const sSaucer = 2
Const sCoinLockout = 18 '(11)
Const sGameOn = 19 '(12)

Plus there was no target reset sound during the game so added:

SolCallback(sDropReset) = "vpmSolSound ""targetreset"","
SolCallback(sDropReset2) = "vpmSolSound ""targetreset"","
SolCallback(sDropReset3) = "vpmSolSound ""targetreset"","

Table seems to be running the way it should now. Reply to post if this fix causes
any unintended problems to pop up.



#3 Tomcat Leader

Tomcat Leader

    Back in Sac

  • Members
  • PipPipPipPip
  • 949 posts
  • Location:Sacramento, California

  • Flag: Ireland

  • Favorite Pinball: F-14 Tomcat

Posted 14 February 2011 - 03:11 PM

Where exactly did you add the target reset in the script?
‎"Compassion hurts. When you feel connected to everything, you also feel responsible for everything. And you cannot turn away. Your destiny is bound with the destinies of others. You must either learn to carry the Universe or be crushed by it. You must grow strong enough to love the world, yet empty enough to sit down at the same table with its worst horrors." - Andrew Boyd

#4 Sabbat

Sabbat

    The Pinball Monk

  • VIP
  • 4,506 posts
  • Location:Aberdeen, WA

  • Flag: United States of America

  • Favorite Pinball: Solar Ride, Centaur, Gorgar, Cyclopes, Fathom, Frontier, ElviraATPM, Atlantis, Hang Glider, Mystic, Old Chicago, Ed/Gordon Gottliebs

  • PS3 Gamer Tag: SabbatM
  • 360 Gamer Tag: Mions Hill


Posted 14 February 2011 - 03:31 PM

JPsalas will be releasing a vp9 version of this table....might as well wait.
If you have a widescreen 16:9 monitor and want to play your VP9 desktop tables without them being stretched, check out This Link

#5 Tomcat Leader

Tomcat Leader

    Back in Sac

  • Members
  • PipPipPipPip
  • 949 posts
  • Location:Sacramento, California

  • Flag: Ireland

  • Favorite Pinball: F-14 Tomcat

Posted 16 February 2011 - 05:49 AM

I got it figured out. Sorry, Sabbat, but I can't use VP9 on my system. I only have VP8. Broke over 3 mil on this table.
‎"Compassion hurts. When you feel connected to everything, you also feel responsible for everything. And you cannot turn away. Your destiny is bound with the destinies of others. You must either learn to carry the Universe or be crushed by it. You must grow strong enough to love the world, yet empty enough to sit down at the same table with its worst horrors." - Andrew Boyd