Jump to content



Photo
- - - - -

Working on a supermode renders the machine unplayable


  • Please log in to reply
4 replies to this topic

#1 Ace of spades pinbal

Ace of spades pinbal

    AceOfSpadesProduc100

  • Members
  • PipPipPip
  • 150 posts

  • Flag: United States of America

  • Favorite Pinball: ?

Posted 26 January 2017 - 11:00 PM

On my table that was started a month ago, I was creating a mode that is engaged by pressing "6" for coin and "2" to start. The mode is about maximum multipliers, endless multiball, all for 1:30 minutes per player. But, when I was about to test it, I can only insert the standard coin (5 key), but none of the play buttons work. I will send you a download link to my project for you to investigate the problem: http://www.mediafire...fcm/The JOJ.fpt



#2 tomasaco

tomasaco

    Hobbyist

  • Members
  • PipPip
  • 16 posts

  • Flag: Spain

  • Favorite Pinball: road girls

Posted 27 January 2017 - 01:18 AM

Ace of spades pinball

He probado el pinball y he cambiado algunas líneas al programa y la bola ya sale.

puede que tenga que poner las líneas que he eliminado en otra zona del programa.

prácticamente, solo he visto que salía la bola y no he tenido tiempo de averiguar mas.

espero que le ayude.

I have tried the pinball and I have changed some lines to the program and the ball already comes out.
You may have to put the lines that I have deleted in another area of the program.
Practically, I have only seen that the ball came out and I have not had time to find out more.
I hope it helps.

http://www.mediafire...x8/The JOJ2.rar



#3 Ace of spades pinbal

Ace of spades pinbal

    AceOfSpadesProduc100

  • Members
  • PipPipPip
  • 150 posts

  • Flag: United States of America

  • Favorite Pinball: ?

Posted 27 January 2017 - 01:42 AM

And what were the lines that you have changed if you remember?



#4 Ace of spades pinbal

Ace of spades pinbal

    AceOfSpadesProduc100

  • Members
  • PipPipPip
  • 150 posts

  • Flag: United States of America

  • Favorite Pinball: ?

Posted 27 January 2017 - 02:28 AM

But thank you still. It now works. If I have another problem with that table, then I will report it to here.



#5 tomasaco

tomasaco

    Hobbyist

  • Members
  • PipPip
  • 16 posts

  • Flag: Spain

  • Favorite Pinball: road girls

Posted 27 January 2017 - 01:16 PM

he eliminado unas pocas lineas y cambiado otras de lugar.

I have removed a few lines and changed others.

​89  EndOfGame()
90  Kicker1.CreateBall()
91  Kicker2.CreateBall()
92  Kicker3.CreateBall()
93  BallsOnPlayfield = 1
94  'PlaySound "NewPinball"
95  RndMatch = 0
96  nvBallsPerGame = 5
97 GameTimer.Set true, 1
98 End Sub

 

estas lineas han cambiado

These lines have changed

 

 

89  Kicker1.CreateBall()
90  Kicker2.CreateBall()
91  Kicker3.CreateBall()
92  EndOfGame()
93
94 End Sub