- View New Content
-
Getting Started
-
Tutorials
Tutorial Categories
Tutorials Main Page Installation and Setup Downloadable TutorialsROM Adjustments
Number of Balls Adjustments Volume Adjustments
-
Visual Pinball Tables
VP 8 Desktop Tables
All VPM Recreations VP Recreations VP/VPM MODs VP Originals ROMsVP 9 Desktop Tables
All VPM Recreations VP Recreations VP/VPM MODs VP Originals ROMsVP9 Cabinet Tables
All Full Screen Cabinet Full Screen B2S Cabinet Spanned Cabinet Tables Media Packs ROMsVPX Tables
All VPinMAME Recreations VPX- - /VPinMAME - MOD Tables VPX Recreations VPX Originals Media Packs ROMs VR
-
Frontend Media & Backglass
Media Packs
Complete Media Packs Wheel Logos VideosBackglasses
dB2S Animated Backglasses UVP Animated Backglasses Topper Images
- Future Pinball Tables
-
Design Resources
Main Resources
Table Templates Playfield Images Image Library Sound Library Key CodesVP Guides
VP8 Guide - English VP8 Guide - Deutsch VP9 Guide - English VP9.1.x Guide - English VP Object Guide VPM DocumentationFuture Pinball Resources
Playfield Images 3D Model LibraryFuture Pinball Guides
FP Script Guide Big Draco Script Guide FP Table Design Guide FP DMD Guide
- Other Features
- Bug Tracker
- Image Gallery
- Blogs
-
More
BadCats Williams 1989 VPX [Visual Pinball X]
Started By
unclewilly
, Oct 12 2016 10:22 PM
84 replies to this topic
#61
Posted 03 November 2016 - 08:41 PM
updated
1.2 adjusted ball stuck fix.
added option to enable and disable the flipper lag fix. the fix is off by default.
adjustable at the top of the script
"it will all be ok in the end, if it's not ok, it's not the end"
Monster Bash VP10 WIP https://dl.dropboxus... (vpx)WIP15.vpx
#63
Posted 06 November 2016 - 07:12 PM
Thank you for the update uw, just this is still missing for a full force feedback experience
for the gear to the wheel, this code nees to be added
Sub UpdateWheel(aNewPos, aSpeed, aLastPos)' 360/200= 1.8DOF 101, DOFPulseIf aNewPos <> aLastPos thenSFWheel.ObjRotZ = aNewPos * 1.8End IfEnd Sub

My youtube channel
How to use controller.vbs for SS tables in depth
How to use controller.vbs for EM and Original tables in depth
#65
Posted 11 January 2017 - 11:30 PM
I can not get 3 monitor dmd all the tables ok
.GameName = cGameName
If Err Then MsgBox "Can't start Game" & cGameName & vbNewLine & Err.Description:Exit Sub
.SplashInfoLine = "BadCats, Williams 1989" & vbNewLine & "VPX table by unclewilly v.1.0"
.Games(cGameName).Settings.Value("rol") = 0 '1= rotated display, 0= normal
.HandleMechanics = 0
.HandleKeyboard = 0
.ShowDMDOnly = 1
.ShowFrame = 0
.ShowTitle = 0
.Hidden = HiddenVar
If Err Then MsgBox Err.Description
#66
Posted 27 February 2017 - 08:17 AM
I love this table but I would like to see the jackpot value. I play only with one monitor. Unfortunately, I have no idea about programming :-( I see that in the script there are lines referring to the jackpot lights but there is an error if I activate those. I also tried to get a backglass (http://www.vpforums....s&showfile=7604) to run (smaller on the same monitor) but I don't see a possibility in the script to activate one either. I am probably just stupid but it would be great if someone could help me with this.
Edited by Ecktown, 27 February 2017 - 08:17 AM.
#68
Posted 27 February 2017 - 08:53 AM
I love this table but I would like to see the jackpot value. I play only with one monitor. Unfortunately, I have no idea about programming :-( I see that in the script there are lines referring to the jackpot lights but there is an error if I activate those. I also tried to get a backglass (http://www.vpforums....s&showfile=7604) to run (smaller on the same monitor) but I don't see a possibility in the script to activate one either. I am probably just stupid but it would be great if someone could help me with this.
xenonph wrote a tutorial showing how to run a table with a dB2S backglass on a 1 monitor system. Maybe if you follow what he wrote here you may be able to view the backglass and table together on your 1 monitor system: http://www.vpforums....showtopic=32515
Hope this helps.
Need to set or reset replay levels on a particular table? These guides will help you:
For Non-DMD tables: Guide to reset replay levels on non-DMD tables
For DMD tables: Guide to set replay levels on DMD tables
Need to change the number of balls per game on a particular table? These guides will help you:
For Non-DMD tables: Guide to set number of balls per game on non-DMD tables
For DMD tables: Guide to set number of balls per game on DMD tables
Need to adjust the volume on DMD based tables? This guide will help you:
Guide to adjust volume on DMD tables
An alphabetical listing of VPM emulated tables with their MPU and links to their specific replay level, balls per game and volume adjustment procedures can be downloaded as an Excel spreadsheet from this link:
Excel Spreadsheet of VPM emulated tables
For Non-DMD tables: Guide to reset replay levels on non-DMD tables
For DMD tables: Guide to set replay levels on DMD tables
Need to change the number of balls per game on a particular table? These guides will help you:
For Non-DMD tables: Guide to set number of balls per game on non-DMD tables
For DMD tables: Guide to set number of balls per game on DMD tables
Need to adjust the volume on DMD based tables? This guide will help you:
Guide to adjust volume on DMD tables
An alphabetical listing of VPM emulated tables with their MPU and links to their specific replay level, balls per game and volume adjustment procedures can be downloaded as an Excel spreadsheet from this link:
Excel Spreadsheet of VPM emulated tables
#69
Posted 27 February 2017 - 09:50 AM
The backglass can be activated in the Key, Nudge and DOF preferences.
I just see the option "Disable B2S". And it is not turned off in my preferences. Am I missing something?
@ta2686: Yes, I was aware of that tutorial but unfortunately I can't find those script lines, that need to be changed in the Bad Cats script.
#70
Posted 23 January 2018 - 04:38 AM
So... I got a question. The spinning wheel in the middle doesn't spin for me. Even, when I trigger the the event that spins it. I do get the random reward, but the middle never spins or changes. Just wondering if other people had that same issue. It's a shame, because the table plays great and it's a fun table... Was wondering if its just me, or if it's a glitch other people got.
#71
Posted 25 November 2018 - 02:05 PM
Thanks UW and CK, but i can't see the Download File, 1.2. only, from 2016 … 
Otherwise
Otherwise
#72
Posted 25 November 2018 - 02:11 PM
Yeah apparently the site will not take the file from my phone. I'll get it up there after work
"it will all be ok in the end, if it's not ok, it's not the end"
Monster Bash VP10 WIP https://dl.dropboxus... (vpx)WIP15.vpx
#73
Posted 26 November 2018 - 03:59 PM
Ok file updae 1.2.1 a is uploaded
Clarkkent did a physics overhaul, corrected object placement, and general cleanup.
Thanks clark
Clarkkent did a physics overhaul, corrected object placement, and general cleanup.
Thanks clark
"it will all be ok in the end, if it's not ok, it's not the end"
Monster Bash VP10 WIP https://dl.dropboxus... (vpx)WIP15.vpx
#74
Posted 26 November 2018 - 04:24 PM
I can see the file now. Thanks for it. Will check later on the cab !
Try PinballX Database manager as a replacement of PinballX's game list manager
With special thanks to Scutters
#80
Posted 27 November 2018 - 08:09 PM



Top




Contributor












are all trademarks of VPFORUMS.