VPURemix - VPX Table Patches
9 files
-
Harry Potter GI reflections mod.
By fidiko
Harry Potter cabinet mod with GI reflections.
Download Link https://orbitalpin.com/downloads/
To install: You will need the VPURemix tool: https://vpuniverse.com/news/articles/vpuremix-patching-system-r14/
Here is Rudys tutorial video for instuctions.
384 downloads
(0 reviews)0 comments
Submitted
-
Hong Kong Phooey Mini-PUP
By GauGau
What does it do?
Play some clips from the Hanna-Barbera cartoon that first aired in 1974. It is meant to be used with Hursty's 2025 table Hong Kong Phooey that is a reskin of the Stern table Wild Fyre.
For file size reasons, the pup-pack contains only one full episode and a couple of clips. If you want all 31 episodes that were created, download them from here: https://mega.nz/folder/ovtGwaLR#2ZKUu-iFAX0QaC_bs2cM8g and unzip them into the MusicVideos sub-folder (i.e. C:\vPinball\PinUPSystem\PUPVideos\HongKongPhooey\MusicVideos\) and get rid of the clips you don't want. The episodes eat 1.36 GB of hard drive space. Thanks to @trueanimus for the hint where to find the videos.
Preview:
Controls:
There are basic controls that were added to the table script. During game play, you can go to another random track with the right magnasave button. Pressing the left magnasave button stops the playback. The gameplay itself doesn't have any impact on video playback.
Manual coding:
Here are the instructions for manually applying the code to future updates of Hursty's original. All who don't want to apply code manually can skip this section and apply the VPU patch instead.
At the top of the table code, add:
'****** PuP Variables ****** Dim PlaySong: Dim cPuPPack: Dim PuPlayer: Dim PUPStatus: PUPStatus=false ' dont edit this line!!! '*************************** PuP Settings for this table ******************************** PlaySong = 1 ' 0=pup and music off, 1=enable Pinup Player functions for this table, 2=play music only cPuPPack = "HongKongPhooey" ' name of the PuP-Pack / PuPVideos folder within PinUPSystem\PUPVideos for this table '//////////////////// PINUP PLAYER: STARTUP & CONTROL SECTION ////////////////////////// ' This is used for the startup and control of Pinup Player Sub PuPStart(cPuPPack) If PUPStatus=true then Exit Sub If PlaySong=1 then Set PuPlayer = CreateObject("PinUpPlayer.PinDisplay") If PuPlayer is Nothing Then PlaySong=false PUPStatus=false Else PuPlayer.B2SInit "",cPuPPack 'start the Pup-Pack PUPStatus=true End If End If End Sub Sub pupevent(EventNum) if (PlaySong=0 or PlaySong=2 or PUPStatus=false) then Exit Sub PuPlayer.B2SData "E"&EventNum,1 'send event to Pup-Pack End Sub ' ******* How to use PUPEvent to trigger / control a PuP-Pack ******* ' Usage: pupevent(EventNum) ' EventNum = PuP Exxx trigger from the PuP-Pack ' Example: pupevent 102 ' This will trigger E102 from the table's PuP-Pack ' DO NOT use any Exxx triggers already used for DOF (if used) to avoid any possible confusion '************ PuP-Pack Startup ************** PuPStart(cPuPPack) 'Check for PuP - If found, then start Pinup Player / PuP-Pack '*************************************************************************************** Usually, somewhere between the declaration of constants (lines starting with "Const") and the variable dimensions (lines starting with "Dim") is a good place to add that code.
After doing that, run the table to see if it is playable without throwing errors. The videos should be playing, but you won't be able to pause/skip, as we haven't added yet the corresponding code. Stop playing and go back to the editor, will ya?
Next, add the Magnasave controls by searching the existing code for
If keycode = LeftMagnaSave Then bLutActive = True If keycode = RightMagnaSave Then If bLutActive Then NextLUT: End If End If and replace with:
If keycode = LeftMagnaSave Then bLutActive = True PuPevent 801 End If If keycode = RightMagnaSave Then If bLutActive Then NextLUT: End If PuPevent 800 End If
Instructions:
1) Download the package and unblock it if applicable
2) Extract the folder "HongKongPhooey" into your PUP-pack folder (usually something like C:\vPinball\PinUPSystem\PUPVideos)
3) Download Hursty's table "Hong Kong Phooey (Hursty 2025)" v4.0.0 from
4) If you don't already have it, download the tool "VPURemix System - VPPatching System - VPX ONLY"
5) Use the VPURemix tool to apply the patch file "Hong Kong Phooey (Hursty 2025) 4.0.0 PUP.dif" that comes with the PUP-pack to Hursty's original table.
6) Put the resulting vpx file into your tables folder (e.g. C:\vPinball\VisualPinball\Tables\)
7) Extract the folder HongKongPhooey from the zip archive into your PUP-folder (e.g. C:\vPinball\PinUPSystem\PUPVideos\)
PUP-pack options:
The PUP-pack videos can be positioned on topper, backglass or full DMD screen, with or without an overlay. It comes with these options:
1-Video on backglass, no overlay
2-Video on backglass with overlay-frame
3-Video on fullDMD, no overlay
4-Video on fullDMD with overlay-frame
5-Video on topper, no overlay
To apply any of them, execute the corresponding batch file in the PUP-folder (e.g. C:\vPinball\PinUPSystem\PUPVideos\HongKongPhooey).
Table author:
I would have been more than happy if @Hursty would have added the code to his next release as a sort of backport. My edits are trivial and most of them were blatantly taken from @NailBuster's code. However, I couldn't get Hursty's blessing to add the code or be allowed to release my minor code changes as a mod. Hursty said that he wanted to create a pup-pack of his own with actual triggers from game play, although that is a hard task for an EM table..
Script Options:
For PUP-pack video playback I had to silence the music that comes with Hursty's original table. You can find that toggle easily in the table script: look for
PlaySong = 1 ' 0=pup and music off, 1=enable Pinup Player functions for this table, 2=play music only and edit accordingly.
I hope that some will find this PUP-pack fun and apologize for the long read.
Enjoy
Joachim aka GauGau
281 downloads
-
Hook (Data East 1992) Side Blade Mod
By capnclaw
Hook (Data East 1992) Side Blade Mod. Thanks to VPW for providing surprise, surprise, an amazing table
Original Table Author: VPw
Original Table Version: 1.0
Original Table Link:
483 downloads
- hook
- sideblades
- (and 1 more)
-
Harley Davidson (Sega 1999) Cabinet Side Blade Mod
By capnclaw
Harley Davidson (Sega 1999) Cabinet Side Blade Mod. This was a request from @PEandS1Ws for both Harley tables. I hope you enjoy it! My ini is included if you care to use. Thank you to the creators of the table nestorgian and goldchicco.
509 downloads
- harley
- cabinet mod
- (and 1 more)
-
Harley Davidson (Bally 1991) Cabinet Side Blade Mod
By capnclaw
Harley Davidson Cabinet Side Blade Mod. JPSalas already had the side blades in this one (v5.5) but I had to add the material "Plastic with Image" and then apply it to the side blades in order for them to appear. As always thank to the original creators of these tables! In this case the legendary JPSalas.
My ini is included to use.
372 downloads
-
Hollywood Heat Cabinet Mod
By LoadedWeapon
This is a 10.8 cabinet Mod for Mecha_Enron's Hollywood Heat table 1.4 Thanks to him and all that worked on it before him.
Original table link in the info tabs
Must use the VPU Remix Patching system
Patch .dif file and POV .ini included in the zip file
After creating the new table file with the patcher name the table and pov file the same and drop it into the tables folder and use vpx 10.8
Updated lighting, new Artwork, sideblades for 10.8 cabinet POV
Enjoy!
352 downloads
-
High Speed Cabinet Mod
By LoadedWeapon
This is a great recreation from chokeee so thanks to him for the original table!
Original table link in the info tabs Table on VPForums need a login
Must use the VPU Remix Patching system
Patch .dif file and POV .ini included in the zip file
After creating the new table file with the patcher name the table and pov file the same and drop it into the tables folder and use vpx 10.8
Updated lighting, images and new Artwork, Backwall and sideblades for 10.8 cabinet POV
Blade options near the top of the script
Enjoy!
772 downloads
-
Hoops (Gottlieb 1991) Wylte Mod
By Wylte
HiyaDya submitted Kalavera's recreation of Hoops as a candidate for the VPC weekly competition - it was up against some modern heavy-hitters from UnclePaulie, Bord, and VPW, and so I challenged myself to bring this table into the future. There is a lot more that could be done, but for now it's enough to share and have some fun!
What I managed to do that day: nFozzy physics, Fleep sounds, Roth Flipper tricks, VPW targetbouncer, shadow modified, light color tweaked, Apophis sling corrections, some object type and position fixes
This table uses the VPURemix Patching System. You'll need the .dif file from here, the .vpx from Kalavera's upload (leave them a like!), then get the patcher and follow the instructions in the link below.
1490 downloads
-
Hi-Deal (Bally 1975) - Loserman 76 update
By leeoneil
This is a patch for Hi-Deal (Bally 1975), a table by Loserman76 and Greywolf.
It was probably a WIP for Loserman, because the table was not finished (no lights for example, some stranges sounds).
It was a lot of time for me to put all this things together.
It's the single player version of "Hang-Glider".
Playfield and backglass totally different, and no drop-targets on this one !
What do you have with the patch ?
- Lights on the table !
- DOF with epileptik option
- Better SSF
- Quick visual upgrade
- Quick change with ball shadows and ball rolling sound (more bass, easier to feel the ball with SSF).
It's clearly a pincab patch, to have a little enhanced version of Loserman76 tables.
Again here the big work is the script and the DOF, i'm not a master of rendering.
Bord teach me how to apply some shadows effects with blender (while playing and while tilting), a little touch of photoshop, and to update a little bit the lights, that's it !
You need the original file (here on the right), the VPU patch system and my file.
762 downloads
-
VPU Staff's Top Picks
-
New & Updated Visual Pinball
-
New & Updated Future Pinball
-
New & Updated Backglasses
-
New & Updated DMD Colorizations
-
New & Updated Virtual Reality Enabled Tables
-
VPU Remix & Mods
-
New & Updated Popper Media
-
Updated Files
-
Download Statistics
28782
Files102444
Comments41807
Reviews
