Jump to content

[New B2S Alert] Dracula(Stern)(1979)


Wildman

Recommended Posts

  • 3 years later...

Here is my question. I am using the latest VPMame and when I test the rom in VPMame I can insert coins. I then went to the script in the game and changed to the "dracula" rom setting but when I try to insert coins nothing happens. If I go back to VPMame and do a test and insert a bunch of coins and then go back to the game I can start the game but then if I try to insert more coins using "5" key all it does is add score to the game. How do I correct this?

Link to comment
Share on other sites

  • Content Provider

The keys are defined in the stern.vbs file -- so only a stern table might cause this issue for you.

Edit the stern.vbs file and determine which one works for you. 

.. first does the game actually add credits to the backglass?

if not .. try making these all swCoin1,  then try swCoin2, then try swCoin3 -- see which one puts credits in the game.

            Case keyInsertCoin1  vpmTimer.AddTimer 750,"vpmTimer.PulseSw swCoin1'" : Playsound SCoin
            Case keyInsertCoin2  vpmTimer.AddTimer 750,"vpmTimer.PulseSw swCoin2'" : Playsound SCoin
            Case keyInsertCoin3  vpmTimer.AddTimer 750,"vpmTimer.PulseSw swCoin3'" : Playsound SCoin

 

I dont see how this could be a problem..

            Case StartGameKey    .Switch(swStartButton) = True

 

 

Also F2 should show the various keys for vpm .. so you can try the different add credit keys.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...