Jump to content

[New VP10 Alert] halloween


Recommended Posts

halloween


play the first 3 balls empty.
the table will then initialize.small adaptation
extract the folder music  in the music folder of visual pinball.

other improvement in the future, depending on my free time.

just for fun , little script.

the light show is looping in a voluntary way. if you decide to have a more traditional light game, proceed as for eddy.


 

Link to comment
Share on other sites

fun layout!

 

here's some code to rotate through the music but have not tied it to the game start stop

 

'Start the music
MusicOn
'End Sub
'Sub Table1_Paused:Controller.Pause = 1:End Sub
'Sub Table1_unPaused:Controller.Pause = 0:End Sub
Sub MusicOn
Dim x
x = INT(3 * RND(1) )
Select Case x
Case 0:PlayMusic "elvira2.ogg"
Case 1:PlayMusic "elvira3.ogg"
Case 2:PlayMusic "elvira1.ogg"
End Select
End Sub
Sub Table1_MusicDone()
MusicOn
End Sub
Link to comment
Share on other sites

The double flippers were bothering me. So I cut them out but it looked too flat as a single colour and gradient so I did a simple copy paste.. Little clone brush. I'll do a better job later... Too late at night to test on my cabinet but it did look ok in desktop.

image22.png

Link to comment
Share on other sites

Got the b2s to run with this code from the WW thread. 

Dim Controller
Set Controller = CreateObject("B2S.Server")
Controller.B2SName = ("B2S FILE NAME HERE")
Controller.Run

I mean I still don't have a score. but it's a start.

Genuine question: What is Shiva Engine? because doing a cut/replace with the code snippet above doesn't work for me.

Link to comment
Share on other sites

shiva engine is a kind of pre-established table (bonus, multiplier ....) for those who do not have the desire or the knowledge to code a table ....

all the routines that make up a pinball are coded

it is necessary anyway to adapt the shiva with its own table in particular rename the active elements (lights, trigger, flipper, target .....) like those of the shiva.

but the simplest is to find another table with identical characteristics (there must be plenty of this kind) and obviously rename the active elements .....

otherwise you can recover a script of EM (basic) without rom (original) and add 2/3 multiball, you will have a table with an interest of play.

toutes les tables , je les ai faites à l'arrache sans me préoccuper du script , seulement le look et l'architecture , le script vient après.

je peux faire des scripts  pour jeu simple ,  les modes demandent un peu plus de temps , ils viendront après.....le plus ennuyeux sont les lumières (elles sont nombreuses). il faut creer de nombreuses collections...

apprendre  a coder , est un divertissement très sympa et formateur....

Link to comment
Share on other sites

  • 1 month later...
  • 6 months later...
  • 2 weeks later...
  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...