.Tried setting VengeanceDisable = to 1 and it didn't disable the left outlane kickback.
Edited by djredick, 01 July 2022 - 04:19 PM.
Posted 02 July 2022 - 08:47 AM
.Tried setting VengeanceDisable = to 1 and it didn't disable the left outlane kickback.
If you goal was to avoid the unnecessary periodical plunger outgoing, read my previous message.
The file attached to that message is the script adjusted to get it working right and fix the issue.
Everywhere a ball rolls, there's fun!
Posted 02 July 2022 - 03:05 PM
.Tried setting VengeanceDisable = to 1 and it didn't disable the left outlane kickback.
If you goal was to avoid the unnecessary periodical plunger outgoing, read my previous message.
The file attached to that message is the script adjusted to get it working right and fix the issue.
Yes I tried it with your script and it didn't disable the kicker.
Removing the lines with Pmax65 gave a kickback plunger error.
Posted 02 July 2022 - 04:39 PM
.Tried setting VengeanceDisable = to 1 and it didn't disable the left outlane kickback.
If you goal was to avoid the unnecessary periodical plunger outgoing, read my previous message.
The file attached to that message is the script adjusted to get it working right and fix the issue.
Yes I tried it with your script and it didn't disable the kicker.
Removing the lines with Pmax65 gave a kickback plunger error.
Let me understand what you mean (I apologize, I'm Italian and my be that I'm misunderstanding you).
You substituted the script with my own at that message and do you still see the plunger firing out while the ball is around not into the left lane?
Having found other tables with the same issue such as: "Al's Garage Band Goes On A World Tour (Alvin G 1992) ", "Torpedo Alley (Data East 1988)" and "Stellar Airship (Geiger 1979)", I applied a similar approach and worked right on all of them.
By the way, doing that mods I discovered that changing the TimerInterval property to 500ms left the plunger out for too much time respect to the real table, and I modded the script this way as you can download here below.
Edited by Pmax65, 02 July 2022 - 04:40 PM.
Everywhere a ball rolls, there's fun!
Posted 03 July 2022 - 08:03 AM
Hi djredick.
Ok, now I got it (sorry again for misunderstanding what you needed).
You can follow bigus1 suggestion above, or (in case you have my latest script) you can modify the code below:
' ##################### Pmax65
Sub KickbackPlunger(enabled)
If Enabled Then
kickback2.TimerEnabled = False
kickback2.fire
playsound "plunger"
debug.print "kickback enabled"
Else
kickback2.TimerEnabled = true
debug.print "kickback disabled"
End If
End Sub
Sub Kickback2_Timer()
Kickback2.Pullback
End Sub
' ##################### Pmax65
to this new one:
' ##################### Pmax65
dim Is_Version_LE: Is_Version_LE = False
If Is_Version_LE then
l26.visible = True
else
l26.visible = False
End If
Sub KickbackPlunger(enabled)
If Enabled Then
If Is_Version_LE then
kickback2.TimerEnabled = False
kickback2.fire
playsound "plunger"
debug.print "kickback enabled"
End If
Else
kickback2.TimerEnabled = true
debug.print "kickback disabled"
End If
End Sub
Sub Kickback2_Timer()
Kickback2.Pullback
End Sub
' ##################### Pmax65
Doing this way, you can set the variable Is_Version_LE to True to get back the LE version.
Note that since the table image is set to "stlePF" you should export that image, delete the kickback lamp and re-import that image to get the real non LE table, otherwise you'll still see that lamp there always off.
BTW I still don't understand why I have the strange issue of the plunger continuing to fire out its rod every 1.5/2 seconds on some tables, while it seems that you don't have it.
Have a great day and enjoy this nice table, for which I very thanks bigus1 and all those who made it before his mod.
Massimo
Edited by Pmax65, 03 July 2022 - 08:12 AM.
Everywhere a ball rolls, there's fun!
Posted 03 July 2022 - 09:10 AM
@Pmax65
BTW I still don't understand why I have the strange issue of the plunger continuing to fire out its rod every 1.5/2 seconds on some tables, while it seems that you don't have it.
If you have this option enabled, disable it.

Edited by kiwi, 03 July 2022 - 09:12 AM.
Posted 02 August 2022 - 04:07 AM
@Pmax65
BTW I still don't understand why I have the strange issue of the plunger continuing to fire out its rod every 1.5/2 seconds on some tables, while it seems that you don't have it.
If you have this option enabled, disable it.
Kiwi, you are THE MAN! Thank You!!
Posted 11 September 2022 - 11:15 AM
I miss DOF support but Teensy effects worked. The table is great but I hope next update will have DOF. On JP Salas Version I had DOF working but no teensy effects.... Or did I make a misstake.... I hope someone has an idea....
It is a ROM table, so DOF is tied to the ROM
so should have same DOF that JP's has
If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways
Spend it on Hookers and Blow
Posted 11 September 2022 - 06:03 PM
So I tested it. JP Salas Table(DOF worked here) uses 162rom and I try to use this Rom for the Bigus Table. It will not start... I try to use diffrent VPX Versions but with this rom the table will not start.... Any ideas?
Make sure the cgamename in the vpx script matches the rom you're using. Line 70 in Bigus script. For example;
70 Const cGameName = "st_161hc" 'change the romname here
you see here I'm using the colorized st_161hc rom so I make the script to match
Posted 11 September 2022 - 07:06 PM
So I tested it. JP Salas Table(DOF worked here) uses 162rom and I try to use this Rom for the Bigus Table. It will not start... I try to use diffrent VPX Versions but with this rom the table will not start.... Any ideas?
For this game you have to use the st_161h or st_161hc (H is For LE tables)
Posted 11 September 2022 - 08:48 PM
For this game you have to use the st_161h or st_161hc (H is For LE tables)
silly question but would you not just edit directoutputconfig.ini directoutputconfig2.ini and directoutputconfig30.ini
and replace st_161h with st_162h
forgive me if i am wrong, since i dont have DOF i cant really test it
If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways
Spend it on Hookers and Blow
Posted 05 October 2022 - 12:56 PM
Ran into what I think is a physics issue. When I fire a ball into the switch between the Warp ramp and the Alpha Quadrant ramp, sometimes it passes through. It has to be the right angle, but it happens often enough that it's noticeable during a longer game. Ball then usually ends up in the pops. Nothing gets stuck - game play continues, but its freaky. Does anyone know how to test this? I don't recall ever seeing this on the previous version.
Ideas?