- This topic has 72 replies, 4 voices, and was last updated 4 years, 10 months ago by
JR.
-
AuthorPosts
-
April 28, 2019 at 2:05 pm #126011
@genesis38 LMAO! but is true
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
You need to login in order to like this post: click here
April 28, 2019 at 2:17 pm #126012Really fun table, looks great too! Thanks for this table to all involved in its creation!
You need to login in order to like this post: click here
April 28, 2019 at 2:28 pm #126013@Herweh It gives me great pleasure to see you again in this beautiful hobby.
long life with pinball
"Learning without thought is vain, thought without learning is dangerous." (Confucius)
"Aprender sin pensar es inútil, pensar sin aprender es peligroso". (Confucio)
Please, if you can help me with a small contribution to update my work team and continue to make more tables I will be eternally grateful.https://paypal.me/javier1515?locale.x=es_XC
"Learning without thought is vain, thought without learning is dangerous." (Confucius)
"Aprender sin pensar es inútil, pensar sin aprender es peligroso". (Confucio)
Please, if you can help me with a small contribution to update my work team and continue to make more tables I will be eternally grateful.https://paypal.me/javier1515?locale.x=es_XC
You need to login in order to like this post: click here
April 28, 2019 at 3:13 pm #126024“You’ve got an arm like a wet rag.”
Well done!
“Your grandma throws better than you”
You need to login in order to like this post: click here
1 user thanked author for this post.
April 28, 2019 at 5:39 pm #126102Great table! just gave it a few plays and love it. thanks for filling this huge hole in vpx
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
You need to login in order to like this post: click here
April 28, 2019 at 7:28 pm #126125Great table, Thanks to Everyone,Great ball sounds, 1st time i played tryed to hit the ball as it was coming around, lol.
You need to login in order to like this post: click here
1 user thanked author for this post.
April 28, 2019 at 7:37 pm #126129Ive been waiting for this to come to VPX. And the day is finally here. I cannot thank you enough for this release. Thank you, Thank you
We all who play almost have the entire WPC95 collection. Only a couple more releases leftYou need to login in order to like this post: click here
April 29, 2019 at 1:33 am #126210A really nice game similar to cyclone but better.
You need to login in order to like this post: click here
April 29, 2019 at 4:37 am #126225Well done Herwe, I love this table
Thank you for this great release
You need to login in order to like this post: click here
April 29, 2019 at 10:05 am #126275Thanks for this beauty.
You need to login in order to like this post: click here
April 29, 2019 at 12:50 pm #126308Absolutely awesome!!!!! Great work!!
You need to login in order to like this post: click here
April 29, 2019 at 4:21 pm #126384Love it. Plays great. looks great! Thank you
"And in the end, the love you take is equal to the love you make"
"And in the end, the love you take is equal to the love you make"
You need to login in order to like this post: click here
April 29, 2019 at 4:59 pm #126393Glad you’re back! Looking forward to your next.
You need to login in order to like this post: click here
April 30, 2019 at 8:39 pm #126661Anyone else having problems with the rom not saving high scores on this one? When I get a chance I will try deleting the nvram and also try a different download of the rom. Just curious if this is a known issue or not
You need to login in order to like this post: click here
April 30, 2019 at 11:58 pm #126694Anyone else having problems with the rom not saving high scores on this one? When I get a chance I will try deleting the nvram and also try a different download of the rom. Just curious if this is a known issue or not
No problems here, Hiscore is saving fine for me. The ROM is sometimes a bit „overloaded“ under heavy load like a multiball with a lot action. Then the music gets lost till the current balls drained. And I have noticed an issue when all multiballs drain in one second or two. Then the ROM needs about 10 seconds or even more to realize that all balls are gone. After that time everything is working like it should.
You need to login in order to like this post: click here
May 1, 2019 at 4:30 am #126709Thank you Herweh for this fantastic vpx version, really plays well and beautiful ;)
Here are some update in the script, to activate DOF RGB undercab
Sub UpdateGI(GINo, GILevel)
If EnableGI = 0 And Not isGIOn Then Exit Sub
‘ GINo: 2 = bottom GI, 4 = top GI
‘ GILevel: value between 0 and 8
‘If GILevel = 1 Then GILevel = 0
Select Case GINo
Case 2 : UpdateGIBottom GILevel
Case 4 : UpdateGITop GILevel
End Select
If isWheelMoving Then
If GILevel = 0 Then
If isGIOn Then PlaysoundAtVol “fx_relay_off”, GILightTR1, 2
isGIOn = False
DOF 101, DOFOff
Else
If Not isGIOn Then PlaysoundAtVol “fx_relay_on”, GILightTR1, 2
isGIOn = True
DOF 101, DOFOn
End If
End If
End SubAnd 2 soundfx fixes
‘ jugglers ball stack
Set bsRightJuggler = new cvpmBallStack
bsRightJuggler.InitSaucer RightJuggler, 57, 225, 2
bsRightJuggler.InitExitSnd SoundFX(“fx_popper_ball”,DOFContactors), SoundFX(“solon”,DOFContactors)Sub SolLeftJuggler(Enabled)
If Enabled Then
If Controller.Switch(56) Then
PlaySoundAtVol SoundFX(“fx_popper_ball”,DOFContactors), LeftJuggler, 2
Controller.Switch(56) = False
jugglerStep = 1
LeftJuggler.TimerInterval = 10
LeftJuggler.TimerEnabled = True
End If
End If
End SubCheers
You need to login in order to like this post: click here
1 user thanked author for this post.
May 1, 2019 at 5:51 am #126715Really nice release! :)
You need to login in order to like this post: click here
May 2, 2019 at 2:59 pm #126898Version 1.0.1 with some minor bug fixes uploaded:
- Added 4 missing DOF commands
- Disabled flippers after startup
- Added a missing balldrop sound when plunger kick is too weak
- Fixed a visual ball issue on apron
Have fun!
You need to login in order to like this post: click here
2 users thanked author for this post.
May 2, 2019 at 3:02 pm #126900Thank you for this great table! It is so much fun and plays outstanding. I really appreciate all the hard work, and want to thank everyone who were involve in this project. :)
You need to login in order to like this post: click here
May 2, 2019 at 3:26 pm #126903I am loving this table!!
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.

