I think they are as good as they can be without turning them into monster tables with 500mb of sounds and graphics
So true! Thanks again JP! JP's stuff is like Weight Watchers for VP! ![]()
Posted 13 September 2025 - 05:08 PM
I think they are as good as they can be without turning them into monster tables with 500mb of sounds and graphics
So true! Thanks again JP! JP's stuff is like Weight Watchers for VP! ![]()
Posted 17 September 2025 - 02:53 AM
Thanks all for your kind words ![]()
And remember to click on the image of my signature to get to the list of my uploaded tables. The list is already sorted with the newest uploads at the top.
If you want to check my latest uploads then click on the image below:
Next table? A tribute table to Stern's Foo Fighters
Posted 18 September 2025 - 03:27 PM
These 6.0 tables do seem more lively than previous versions and are even more fun to play. The addition of the LUT to F12 is super useful and allows you to dial the lighting in for a table in just the way you want. It is a long list of tables for sure but it is great to go through each one and play it again. For me, pretty much every table is 5 stars. It's easy to forget how much JP has contributed to the craft, dozens of tables all the way from from the 1950s to the 2000s as well as a bunch as foreign tables.
Thankyou sir.
Posted 20 September 2025 - 04:32 PM
Posted 19 March 2026 - 09:24 AM
Moved LUT to User Options (F12). Now the changes are saved to the table's ini file, so remember to press 1 after making any changes.
Hi, and sorry, I didn't find any other topic about LUT Option.
I'm updating one of my tables and added LUT to User Option Menu (F12), and also the option to mask Side Rails.
My question is about Cab Users. Do they have access to this User Option Menu (F12) ?
DIRECT LINK TO MY TABLES : http://www.vpforums....loads&mid=30858
LINK TO MY 204 BACKDROPS : Design Resources/ Main Resources/Table Templates/Table Resources/Backdrops for VPX Tables (DT 16/9) 2.0
Posted 19 March 2026 - 09:49 AM
Thanks, JP, so I can upload my updated table.
Edited by batch, 19 March 2026 - 10:04 AM.
DIRECT LINK TO MY TABLES : http://www.vpforums....loads&mid=30858
LINK TO MY 204 BACKDROPS : Design Resources/ Main Resources/Table Templates/Table Resources/Backdrops for VPX Tables (DT 16/9) 2.0
Posted 24 March 2026 - 06:39 PM
Another question about LUT Option, I copied the following in the script of my table, but when I press the key F12, nothing happens, surely something else to add in the script ?
'*********************************
' Table Options F12 User Options
'*********************************
' Table1.Option arguments are:
' - option name, minimum value, maximum value, step between valid values, default value, unit (0=None, 1=Percent), an optional array of literal strings
Dim LUTImage
Sub Table1_OptionEvent(ByVal eventId)
Dim x, y
'LUT
LutImage = Table1.Option("Select LUT", 0, 21, 1, 0, 0, Array("Normal 0", "Normal 1", "Normal 2", "Normal 3", "Normal 4", "Normal 5", "Normal 6", "Normal 7", "Normal 8", "Normal 9", "Normal 10", _
"Warm 0", "Warm 1", "Warm 2", "Warm 3", "Warm 4", "Warm 5", "Warm 6", "Warm 7", "Warm 8", "Warm 9", "Warm 10") )
UpdateLUT
' Cabinet rails
x = Table1.Option("Cabinet Rails", 0, 1, 1, 1, 0, Array("Hide", "Show") )
For each y in aRails:y.visible = x:next
End Sub
Sub UpdateLUT
Select Case LutImage
Case 0:table1.ColorGradeImage = "LUT0"
Case 1:table1.ColorGradeImage = "LUT1"
Case 2:table1.ColorGradeImage = "LUT2"
Case 3:table1.ColorGradeImage = "LUT3"
Case 4:table1.ColorGradeImage = "LUT4"
Case 5:table1.ColorGradeImage = "LUT5"
Case 6:table1.ColorGradeImage = "LUT6"
Case 7:table1.ColorGradeImage = "LUT7"
Case 8:table1.ColorGradeImage = "LUT8"
Case 9:table1.ColorGradeImage = "LUT9"
Case 10:table1.ColorGradeImage = "LUT10"
Case 11:table1.ColorGradeImage = "LUT Warm 0"
Case 12:table1.ColorGradeImage = "LUT Warm 1"
Case 13:table1.ColorGradeImage = "LUT Warm 2"
Case 14:table1.ColorGradeImage = "LUT Warm 3"
Case 15:table1.ColorGradeImage = "LUT Warm 4"
Case 16:table1.ColorGradeImage = "LUT Warm 5"
Case 17:table1.ColorGradeImage = "LUT Warm 6"
Case 18:table1.ColorGradeImage = "LUT Warm 7"
Case 19:table1.ColorGradeImage = "LUT Warm 8"
Case 20:table1.ColorGradeImage = "LUT Warm 9"
Case 21:table1.ColorGradeImage = "LUT Warm 10"
End Select
End Sub
DIRECT LINK TO MY TABLES : http://www.vpforums....loads&mid=30858
LINK TO MY 204 BACKDROPS : Design Resources/ Main Resources/Table Templates/Table Resources/Backdrops for VPX Tables (DT 16/9) 2.0
Posted 24 March 2026 - 09:08 PM
Are you using VPX8? The F12 menu is only available in VPX8.
If you are using VPX8 then my first question should be: is there another Sub Table1_OptionEvent(ByVal eventId) in the script?
If you want to check my latest uploads then click on the image below:
Next table? A tribute table to Stern's Foo Fighters
Posted 24 March 2026 - 10:21 PM
It's my table Abra Ca Dabra (Gottlieb 1975) 1.1, I already updated the physics and I wanted to add the LUT option.
I updated two of my other tables "Penthouse" and "Amazon Hunt" which were also VPX7 and it worked fine, but these are Rom tables, whereas Abra Ca Dabra is an EM table.
And there's no other Sub Table1_OptionEvent(ByVal eventId) in the script.
There was an Option Menu, but I removed it

Edited by batch, 24 March 2026 - 10:22 PM.
DIRECT LINK TO MY TABLES : http://www.vpforums....loads&mid=30858
LINK TO MY 204 BACKDROPS : Design Resources/ Main Resources/Table Templates/Table Resources/Backdrops for VPX Tables (DT 16/9) 2.0
Posted 25 March 2026 - 05:50 AM
Hi, thanks, in the script there's "Sub Abra_Ca_Dabra" and not "Sub Table1"
So, I have to replace "Sub Abra_Ca_Dabra" by "Sub Table1" ?
I'll try that on a copy of the table.
Edited by batch, 25 March 2026 - 05:52 AM.
DIRECT LINK TO MY TABLES : http://www.vpforums....loads&mid=30858
LINK TO MY 204 BACKDROPS : Design Resources/ Main Resources/Table Templates/Table Resources/Backdrops for VPX Tables (DT 16/9) 2.0
Posted 25 March 2026 - 06:29 AM
Since you called your table Abra_Ca_Dabra (in the playfield properties), the you need to replace the Table1 by Abra_Ca_Dabra, like in all the other Subs you have in the script. Like this:
Sub Table1_OptionEvent(ByVal eventId) will be:
Sub Abra_Ca_Dabra_OptionEvent(ByVal eventId)
If you want to check my latest uploads then click on the image below:
Next table? A tribute table to Stern's Foo Fighters
Posted 25 March 2026 - 06:53 AM
There's no "Sub Table1" in the script, "Sub Abra_Ca_Dabra" only.
I've updated physics and I realized I did this table as the newbie I was in 2017, no Posts, no Pins and no Rubber Bands, most of the physics were on primitive pegs !
On my table "Amazon Hunt" it was the same, but most of the physics were on Rubbers !
And I'm not sure I can use your "JP's VPX8 Rev3.1 script addons vbs" for this table.
I think I'm gonna live with this !
DIRECT LINK TO MY TABLES : http://www.vpforums....loads&mid=30858
LINK TO MY 204 BACKDROPS : Design Resources/ Main Resources/Table Templates/Table Resources/Backdrops for VPX Tables (DT 16/9) 2.0