Jump to content

VPURemix - VPX Table Patches

  1. All
  2. A
  3. B
  4. C
  5. D
  6. E
  7. F
  8. G
  9. H
  10. I
  11. J
  12. K
  13. L
  14. M
  15. N
  16. O
  17. P
  18. Q
  19. R
  20. S
  21. T
  22. U
  23. V
  24. W
  25. X
  26. Y
  27. Z
  28. #

165 files

  1. Hong Kong Phooey Mini-PUP

    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

    110 downloads

       (2 reviews)

    4 comments

    Updated

  2. Bad Girls (Gottlieb 1988) Sideblade Mod

    Bad Girls (Gottlieb 1988) Side Blade Mod. Big thanks to cheese3075 for creating this one! You can disable the side blades in the table script. Have fun!!
     
    Original Table Author:
    cheese3075
     
    Original Table Version:
    1.6.5
     
    Original Table Link:
     

    167 downloads

       (2 reviews)

    14 comments

    Updated

  3. Wheel of Fortune (Stern 2007) Sideblade Mod

    Wheel of Fortune (Stern 2007) Side Blade Mod. Big thanks to bigus1 for permission to add these to this awesome table! You can disable the side blades in the table script. Have fun!!
     
    Original Table Author:
    bigus1
     
    Original Table Version:
    2.0
     
    Original Table Link:
    https://www.vpforums.org/index.php?s=9cc09b6e2bea6c841ac7c7621bfc7df2&app=downloads&showfile=16821

    227 downloads

       (4 reviews)

    4 comments

    Submitted

  4. Mousin' Around (Bally 1989) Sideblade Mod

    Mousin' Around (Bally 1989) Side Blade Mod. Big thanks to UnclePaulie for creating this fantastic table! You can disable the side blades in the table script. Have fun!!
     
    Original Table Author:
    UnclePaulie
     
    Original Table Version:
    2.1.0
     
    Original Table Link:
     

    162 downloads

       (4 reviews)

    2 comments

    Submitted

  5. Star Trek The Next Generation (Williams 1993) Sideblade Mod

    Star Trek The Next Generation (Williams 1993) Side Blade Mod. Big thanks to VPW for allowing me to add these to this classic, incredible table! You can disable the side blades in the table script. Have fun!!
     
    Original Table Author:
    VPW
     
    Original Table Version:
    1.1
     
    Original Table Link:
     

    229 downloads

       (5 reviews)

    0 comments

    Updated

  6. Tee'd Off (Gottlieb 1993) Sideblade Mod

    Tee'd Off (Gottlieb 1993) Side Blade Mod. Big thanks to rothbauerw for creating this awesome table! Have fun!!
     
    Original Table Author:
    rothbauerw
     
    Original Table Version:
    2.0.5
     
    Original Table Link:
     

    272 downloads

       (3 reviews)

    3 comments

    Updated

  7. Strange Science (Bally 1986) Side Blade Mod

    Strange Science (Bally 1986) Side Blade Mod. Thank you to agentEighty6 for giving his blessing in releasing this side blade patch for his awesome table. Use the F12 menu in game to turn the side blades off and on.
     
    Original Table Author:
    agentEighty6
     
    Original Table Version:
    1.1.0
     
    Original Table Link:
     
     

    313 downloads

       (5 reviews)

    1 comment

    Updated

  8. Transporter The Rescue (Bally 1989) Sideblade Mod

    Transporter The Rescue (Bally 1989) Side Blade Mod. Big thanks to VPW for allowing me to add these to this awesome table! Have fun!!
     
    Original Table Author:
    VPW
     
    Original Table Version:
    1.05
     
    Original Table Link:
     

    184 downloads

       (3 reviews)

    2 comments

    Submitted

  9. Maverick (Data East 1994) Side Blade Mod

    Maverick (Data East 1994) Side Blade Mod. Thank you to VPW for this beautiful table and thanks to them for their blessing on releasing this patch. F12 Menu to switch side blades off and on.
     
    Original Table Author:
    VPW
     
    Original Table Version:
    1.3
     
    Original Table Link:
     

    201 downloads

       (6 reviews)

    2 comments

    Submitted

  10. Spider-Man Vault Edition (Stern 2016) Side Blade Mod

    Spider-Man Vault Edition (Stern 2016) Side Blade Mod. Thank you to VPW for this amazing table and allowing me to release this patch. Thank you to Siggi for the original table. Definitely one of my top 5 tables, just gorgeous! F12 menu to turn side blades off and on.
     
    Original Table Author:
    VPW, Siggi
     
    Original Table Version:
    2.1
     
    Original Table Link:
     

    220 downloads

       (4 reviews)

    7 comments

    Submitted

  11. Teenage Mutant Ninja Turtles (Data East 1991) Sideblade Mod

    Teenage Mutant Ninja Turtles (Data East 1991) Side blade Mod. Big thanks to Gedankekojote97 for creating this awesome table! Have fun!!
     
    Original Table Author:
    Gedankekojote97
     
    Original Table Version:
    1.0
     
    Original Table Link:
     
     
    Please be sure to check out capnclaw's version of these side blades as well for a different option!
     

    180 downloads

       (1 review)

    0 comments

    Updated

  12. Truck Stop (Bally 1988) Side Blade Mod

    Truck Stop (Bally 1988) Side Blade Mod. With permission from agentEighty6 I present to you my take on custom side blades for this fun table. Option to turn them off and on in the F12 menu
     
    Original Table Author:
    agentEighty6
     
    Original Table Version:
    2.1.0
     
    Original Table LInk:
     
     

    83 downloads

       (2 reviews)

    1 comment

    Submitted

  13. Truck Stop (Bally 1993) Sideblade Mod

    Big Betty's Truck Stop (Bally 1988) Side Blade Mod. Big thanks to agentEighty6 for allowing me to add these to his table! Have fun!!
     
    Original Table Author:
    agentEighty6
     
    Original Table Version:
    2.1.0
     
    Original Table Link:
     

    190 downloads

       (2 reviews)

    0 comments

    Submitted

  14. Special Force (Bally 1986) Side Blade Mod

    Special Force (Bally 1986) Side Blade Mod. Thank you to fine folks at VPW for the amazing table and for their permission to release this patch. I actually have this real machine and the game is an underrated gem. So much fun on a vpin and on the physical machine.
    Option to toggle side blades if in the F12 menu. Have fun!
     
    Original Table Author:
    VPW
     
    Original Table Version:
    1.2
     
    Original Table Link:
     

    181 downloads

       (3 reviews)

    3 comments

    Submitted

  15. Gladiators (Premiere 1993) Side Blade Mod

    Gladiators (Premiere 1993) Side Blade Mod. Thank you to kiwi for allowing me to add side blades to his fine table.  Options to turn the side blades off and on in the F12 menu. Have fun!
     
    Original Table Author:
    kiwi
     
    Original Table Version:
    1.1.1
     
    Original Table Link:
    https://www.vpforums.org/index.php?app=downloads&showfile=13868
     

    193 downloads

       (3 reviews)

    0 comments

    Submitted

  16. Cactus Jacks (Gottlieb 1991) Side Blade Mod

    Cactus Jacks (Gottlieb 1991) Side Blade Mod. Special thanks to UnclePaulie for giving his blessing to post the side blade mod. He is truly talented and it is definitely on display with this table.
     
    Original Table Author: UnclePaulie
     
    Original Table Version: 2.0.2
     
    Original Table Link:
     
     

    250 downloads

       (3 reviews)

    0 comments

    Submitted

  17. Black Belt (Bally 1986) Side Blade Mod

    Black Belt (Bally 1986) Side Blade Mod. With permission from the legendary JP Salas I humbly present to you some custom side blades and matching backboard I made for it
     
    Original Table Author: JP Salas
     
    Original Table Version: 5.5
     
    Original Table Link:
     
    https://www.vpforums.org/index.php?app=downloads&showfile=14821

    168 downloads

       (1 review)

    1 comment

    Submitted

  18. Shaq Attaq Mod (nFozzy)

    Ok first off this is a mod for JLouLoulou's Shaq Attaq v1.0.1 table
    Updated the table:
    Physics (nFozzy) best I could
    Sounds, images, lighting 
    Tried to make it look closer to the pictures online but I have never played this table IRL
    F12 Menu options for Desktop/Cabinet borrowed from MerlinRTP's table so thanks to him. 
     
    Use Original table link above
    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
    Enjoy!

    382 downloads

       (10 reviews)

    24 comments

    Submitted

  19. Bugs Bunny's Birthday Ball (Bally 1991) Side Blade Mod

    Bugs Bunny's Birthday Ball (Bally 1991) Side Blade Mod. In honor of the new alt color update from Ebor which I highly recommend you implement (link below), I present to you custom side blades for Mr. Bugs Bunny  Thank you to wrd1972 for giving me his blessing to release this mod and for creating such a spectacular table. I put an option in the script to turn off/on the custom side blades.
     
    Original Table Author: wrd1972
     
    Original Table Version: 2.3b
     
    Original Table Link:
     
    Alt Color Rom Link:
     

    274 downloads

       (2 reviews)

    7 comments

    Submitted

  20. Party Zone (Bally 1991) Side Blade Mod

    Party Zone (Bally 1991) Side Blade Mod. Thank you to the Legendary JP Salas for his blessing in releasing this side blade mod for his awesome table.
     
    Original Table Author: JPSalas
     
    Original Table Version: 5.5
     
    Original Table Link:
     
    https://www.vpforums.org/index.php?app=downloads&showfile=13460

    247 downloads

       (5 reviews)

    0 comments

    Submitted

  21. Thundercats (Original 2023) Side Blade Mod

    Thundercats (Original 2023) Side Blade Mod. The original table was a collaboration between merlinrtp and myself. While on my side blade kick I noticed the table didn't have any so I added a custom set I designed. Have fun! 
     
    Original Table Author: merlinrtp, capcnlaw
     
    Original Table Version: 1.09
     
    Original Table Link:
     
     

    185 downloads

       (4 reviews)

    3 comments

    Submitted

  22. Whoa Nellie! Big Juicy Melons (Stern 2015) MW Mod

    Whoa Nellie! Big Juicy Melons    "Get Yours Today!"
     
    I like to thank HauntFreaks for giving permission to give this table a work over and Also I thank AllKnowing, arngrim, ROBBY K, ABHCOIDE, DJRobX, VPW, nFozzy, Iaakki, Wrd1972, Apophis and JP for all their efforts that put this together.
     
    Note:
    Original table link above
    Must use the VPU Remix Patching system, Patch .dif file
     
    Table updates:
    Apron: Added a new instructions card and moved high score to original location also instructions shown with F12 nFozzy/flipper tricks added. Playfield and plastics enhanced/transparent. Shooter lane enhanced and moved to align with plunger, new inserts and new plunger image to match original. Melon targets image changed to look more like original. Callouts, Music and sounds: Volume adjusted and put through a denoise filter to clean up static noise. Music is now 3x extended play More callouts added in correct areas Light adjusted to match the original lighting and attract mode. 4 bottom rollovers now have the original flash pattern working with ball at plunger. Tilt lighting sequence closer to original. Kickout area: Added the newer style plastic to the top and new image/material for the kicker hole. Added wood rails and wood lockdown bar Flipper and ball rolling sounds changed Rubbers changed to white like original Some small script changes that corrected scoring and lighting, We Get More Points! 

    383 downloads

       (7 reviews)

    12 comments

    Updated

  23. Al's Garage Band Goes On A World Tour (Alvin G 1992) Side Blade Mod

    Al's Garage Band Goes On A World Tour (Alvin G 1992) Side Blade Mod. Thank you to antisec and goldchicco for this fine table.
     
    Original Author: anitsec, Goldchicco
     
    Original Table Version: 2.0.0
     
    Original Table Link:
     
    https://www.vpforums.org/index.php?app=downloads&showfile=15417
     

    295 downloads

       (3 reviews)

    3 comments

    Submitted

  24. Demolition Man (Williams 1994) Side Blade Mod

    Demolition Man (Williams 1994) Side Blade Mod. Added side blades to this fantastic table by OttOBuS59. Thank you to everyone who worked on this table!
     
    Original Table Author: OttOBuS59
     
    Original Table Version: 1.0.0
     
    Original Table Link:
     
     

    310 downloads

       (5 reviews)

    1 comment

    Submitted

  25. Mystery Castle (Alvin G 1993) Side Blade Mod

    Mystery Castle (Alvin G 1993) Side Blade Mod. With blessings from agentEighty6 I present to you this table with custom side blades and back wall designed by myself. Thank you to everyone who has worked on this table.
     
    Original Table Author: agentEighty6
     
    Original Table Version: 2.1.0
     
    Original Table Link:
     
     

    238 downloads

       (2 reviews)

    1 comment

    Submitted

×
  • Create New...