Jump to content
  • What's Next?

     

     

VPX - Pinball Tables

Sub Category  

VPX - Pinball Tables

  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. #

70 files

  1. Free Fall (Gottlieb 1974)

    Build/Coding by Loserman76
    Artwork by GNance
    hauntfreaks - newer postit note images, environment file, lighting information, primitives
    BorgDog - his tables that helped me to understand more with VPX - and I probably lifted a primitive or 2 from them as well
    GNance - score motor tweaks to behave like a real EM, PostIt routines, Options menu
    JPSalas - gameroom backdrop
    Pinuck - Gottlieb chimes and score motor routines
    Arngrim - DOF coding and information
    when game is not in progress, holding down left flipper for about 3-5 seconds will bring up the options menu. left flipper selects item, right flipper changes option
    in addition to the "standard" keys (typically "1" to start game and "5" for coin), I've added "3" for coin and "4" for coin and auto-start game to simulate 3 coin slots
    Shadow config settings:
    Look for these 2 lines near the beginning of the scripting:
    Const ShadowFlippersOn = true
    Const ShadowBallOn = true
    change to false if you want either of the shadows not showing on your tables
     

    358 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Four Seasons (Gottlieb 1968)

    Four Seasons by Gottlieb
     
    Playfield redraw by me. If you think it sucks, delete the table - lol
     
    Plastics culled from images on the internet
     
    Uses metal bracket primitive by Cyberpez (thank you for it, and to Bord for his version as well).
     
    Uses Bord's new primitive flippers - these look so nice.
     
    ZIP includes B2S 

    459 downloads

       (0 reviews)

    1 comment

    Submitted

  3. Flipper Pool (Gottlieb 1965)

    Gottlieb's Flipper Pool - 1965
    This is the add-a-ball version of Bank A Ball
     
    Manual ball lift table - Start Key or "A" will lift balls to plunger during game
    Artwork by GNance including wheel

    320 downloads

       (0 reviews)

    0 comments

    Submitted

  4. Flipper Fair (Gottlieb 1961)

    Flipper Fair (Gottlieb 1961)
    https://www.ipdb.org...hine.cgi?id=894
     
    Build/Coding by Loserman76
    Images by GNance
     
    With my manual ball lift tables, you can press whatever key you have configured to start a new game (typically a "1") or the "A" key to load the ball to the shooter lane
    Alternatively, in the options menu (when a game is not in play, hold the left shift key for 3 seconds to bring it up) you can set it to auto-lift the ball
     
     

    307 downloads

       (1 review)

    0 comments

    Submitted

  5. Flip A Card (Bally 1970)

    Gottlieb's Flip A Card (1970)
    Table primary build/scripted by Loserman!
    Thanks to the following for their contributions (whether they know it or not!)
    If I have missed anyone, let me know as this table would not exist without the
    folks in the community. 
     
     
    Hauntfreaks - new images for table and plastics
    Grizz - image cuts/pastes from some of his images used on my redraw
    JPSalas - gameroom backdrop and methods gleaned from his fantastic tables
    EalaDubhSidhe - table object templates
    Black - HS save/load routines
    Itchigo - table templates which gave me ideas on how to accomplish what I wanted in this table
    CONRAM - various code ideas learned by tracing through code on his tables
    akiles50000 - for that totally awesome tutorial on table building. So much stuff I now understand because of the work put into this tutorial
    Inkochnito - scorecards/instruction cards
    Pinuck - Gottlieb chimes and score motor routines
    Herweh - directB2S designer and tools
    JimmyFingers - rolling ball and other objects' sound routines
    GNance - update to spinner code to replicate slowing down
     
    The options menu is now available by holding down the left flipper key for about 2 seconds when a game is not in progress. Once opened, left flipper moves between the different menu items and the right flipper goes through that item's available choices.
     
    For this table, I am using my new method for enabling/disabling the dB2S backglass. By default the backglass is disabled. The easy way to enable it is this method:
    1.Launch table and then exit. It will auto-create a file in the USER folder of VPinball named "LMEMTables.txt"
    2.Open this file in notepad and change the "0" to a "1" and save.
    3.Next time you launch, the backglass will launch.
     
    Or for the die hards out there, create a text file in the USER folder named LMEMTables.txt and put a "1" (no quotes) on the first line and save it.

    217 downloads

       (0 reviews)

    0 comments

    Submitted

  6. Firecracker (Bally 1971)

    Bally's Firecracker (1971)
          Table primary build/scripted by Loserman!
          Playfield/Plastics by hauntfreaks
          
    Thanks to the following for their contributions (whether they know it or not!)
    If I have missed anyone, let me know as this table would not exist without the
    folks in the community. 
     
     
    Hauntfreaks - new images for table and plastics
    Grizz - image cuts/pastes from some of his images used on my redraw
    JPSalas - gameroom backdrop and methods gleaned from his fantastic tables
    EalaDubhSidhe - table object templates
    Black - HS save/load routines
    Itchigo - table templates which gave me ideas on how to accomplish what I wanted in this table
    CONRAM - various code ideas learned by tracing through code on his tables
    akiles50000 - for that totally awesome tutorial on table building. So much stuff I now understand because of the work put into this tutorial
    Inkochnito - scorecards/instruction cards
    Pinuck - Gottlieb chimes and score motor routines
    Herweh - directB2S designer and tools
    JimmyFingers - rolling ball and other objects' sound routines
    GNance - update to spinner code to replicate slowing down

     
     
    For this table, I am using my new method for enabling/disabling the dB2S backglass. By default the backglass is disabled. The easy way to enable it is this method:
    1.Launch table and then exit. It will auto-create a file in the USER folder of VPinball named "LMEMTables.txt"
    2.Open this file in notepad and change the "0" to a "1" and save.
    3.Next time you launch, the backglass will launch.
    Or for the die hards out there, create a text file in the USER folder named LMEMTables.txt and put a "1" (no quotes) on the first line and save it.
     
    Operator menu options are as follows:
    "[" - open/close the operator menu
    "6" - changes balls per game (3/5)
    "7" - change replay settings - but for now I only have 1 set of replay settings so you can't change these.
    On the full screen version, pay attention to the apron to tell whether it is set for 3 or 5 ball play.
     

    378 downloads

       (0 reviews)

    3 comments

    Submitted

  7. Far Out (Gottlieb 1974)

    VPX conversion
    Artwork done by GNance
    Original Art by Popotte
    others to thank: JPSalas, Pinuck, hauntfreaks, Borgdog, Arngrim
    in addition to the "standard" keys (typically "1" to start game and "5" for coin), I've added "3" as another coin input and "4" for coin and auto-start game (like I recall the dime slots generally were) to simulate 3 coin slots
    when game is not in progress, holding down left flipper for about 3-5 seconds will bring up the options menu. left flipper selects item, right flipper changes option.
    I've also included shadows for the ball and flippers. If you want to turn them off look for these lines at the beginning of the script:
    Const ShadowFlippersOn = true
    Const ShadowBallOn = true
    change to false if you want either of the shadows not showing on your tables
     

    325 downloads

       (0 reviews)

    0 comments

    Updated

  8. Fast Draw (Gottlieb 1975)

    Gottlieb's Fast Draw (1975)
            Table build/scripted by Loserman!
    Thanks to the following for their contributions (whether they know it or not!)
    If I have missed anyone, let me know as this table would not exist without the
    folks in the community. 
    Images used for this table were culled from IPDB, Pinside, and various other websites only

      JPSalas - gameroom backdrop and methods gleaned from his fantastic tables
      EalaDubhSidhe - table object templates
      Black - HS save/load routines
      Itchigo - table templates which gave me ideas on how to accomplish what I wanted in this table
      CONRAM - various code ideas learned by tracing through code on his tables
      akiles50000 - for that totally awesome tutorial on table building. So much stuff I now understand because of the work put into this tutorial
      Inkochnito - scorecards/instruction cards
      Pinuck - Gottlieb chimes and score motor routines
      Herweh - directB2S designer and tools
      JimmyFingers - rolling ball and other objects' sound routines
      Bodydump - for his assistance on various tables that got me using primitives and his lights
      UncleWilly - for his primitive templates

    Of course, the team behind Visual Pinball - without them, there wouldn't be much choice for playing pinball on a PC
    I also must include Black and his Future Pinball as I used tables on that platform to help in building my VP tables.
    You can enable dB2S by downloading my backglass file and modifying the script line that reads "B2SOn=false" to "B2SOn=True" (without the quotes of course)
    To adjust Balls Per Game and Replay settings, hit '[' then '6' toggles 3 or 5 balls, and 7 moves through the replay settings (pay attention to the insert cards). When you have set them the way you like, hit '[' to exit settings.
     
    NOTE: This table (like all of my recent releases) requires VP9.9x as it contains primitives

    291 downloads

       (0 reviews)

    1 comment

    Updated

  9. Firepower II (Williams 1983)

    This is a complete rebuilt of  Walamab table 
    10.6 TABLE
     
    Big thank you to you to:
    Apophis for helping me in this project
    What's new:

    * New lights, new lighting
    * New GI
    * New table physics
    * New Backdrop image for DT users (thanks @batch)
    * Added nFozzy flippers (thanks @Apohpis)
    * Added Fleep Sounds (thanks @Apohpis)
    * Reworked all the images, cleaned and upscaled
    * Added missing mechanical sounds and replaced ball rolling sound
    * Tuned Slingshots and Bumpers force
    * Corrected Rubbers Hit Height
    * Added JP's LUT code
    * New instruction Cards in the apron
    * Adjusted general table physics (thanks @Apohpis)
    * Adjusted numerous table elements physics properties (thanks @Apohpis)
    * Added dampeners  (thanks @Apohpis)
    * Few other adjustments that I can't remember  anymore
     
    To rotate and select between the nine LUT files press and Hold the Left Magnasave and rotate pressing the Right Magnasave.
     
    Hope you enjoy it and please leave constructive feedback or comments in the support topic and will try to make it better.
     
    All Logos, Copyrights and Trademarks are property of their respective owners.
     
    PROVIDED STRICTLY FOR PERSONAL / HOME USE AND NOT FOR COMMERCIAL SALE / RE-SALE OR DISTRIBUTION!
     
    Permission to Mod: Yes with approval

    1440 downloads

       (2 reviews)

    22 comments

    Updated

  10. Flying Chariots (Gottlieb 1963)

    This table made possible by the following:
     
    Halen for the redraws
    Editoy for the score reels
    bord for the many primitives I use of his
    $20 for the schematics to know how this thing works
     
    ZIP includes backglass and wheel image. 
     
    This is for personal use only. DO NOT include this in any pre-packaged ZIP of tables for commercial/non-commercial products. You know who you are. Just enjoy what is provided for FREE instead of trying to earn a buck from our community's work.
    Any mods, require permissions from ALL of the above folks listed as primary contributors for this table.

    445 downloads

       (0 reviews)

    12 comments

    Submitted

  11. Full (Recreativos Franco 1977)

    This release wouldn't be possible without the following:
    Popotte who provided the excellent redraws and permission for me to use his work from his FP release
    Thalamus who provided the primitive I needed to finally be able to release this table (I've been sitting on it for a year in my "convert to VPX backlog")
    Editoy who created an excellent directB2S which I am including in the ZIP for your useage
     
    Like all of my releases, hold down the left flipper for 3 seconds when not playing a game to set the options.
    ZIP includes a wheel image and the directB2S

    This is for personal use only. DO NOT include this in any pre-packaged ZIP of tables for commercial/non-commercial products. You know who you are. Just enjoy what is provided for FREE instead of trying to earn a buck from our community's work.
    Any mods, require permissions from ALL of the above folks listed as primary contributors for this table.

    359 downloads

       (0 reviews)

    5 comments

    Submitted

  12. Fire Queen (Gottlieb 1977)

    re-up of version from vpinball.com (newer than VPF version).
     
    The 2 player version of Gottlieb's Vulcan.

    598 downloads

       (2 reviews)

    4 comments

    Submitted

  13. Flying Carpet (Gottlieb 1972)

    re-upload from 2015  (this needs an update bad)

    Flying Carpet was one of my first full redraws... it looks and plays great, but really needs a modern technique update

    261 downloads

       (0 reviews)

    1 comment

    Submitted

  14. Fashion Show (Gottlieb 1962)

    Here is a fun EM from 1962 with a rotating score disc, a cascading skill shot, a Jackie O. lookalike, and one of the widest flipper gaps you've ever seen.
     
    I modeled and textured this game back in 2019 shortly after @miguelcerca uploaded his scanned resources for the game to vpinball (RIP). It sat unloved in a corner of my harddrive until a few weeks ago when @scottacus said he was available to do some scripting. I sent it over and he brought it to life!
     
    Download includes the B2S There is an option to switch to auto ball lift at line 52 of the script Hold left flipper to bring up # of ball, outlane and DOF operator settings  
    Enjoy!
     

    892 downloads

       (2 reviews)

    34 comments

    Submitted

  15. Fathom (Bally 1981) LED Mod

    This is basically a mod of my Fathom vintage Mod, anyways all credits go to unclewilly and 32assassin, who made the ancestors of this one.
    Inspiration came first by pics from the web of some Fathom LED Pimped table with all those repro plasics, playfields and backglasses, which have a total different touch than the original. Plus I had some more ideas and I thought it's a nice experiment.
    Table:
    - most changes you see anyways
    - changed the color scheme completely (blue, white and orange mostly)
    - made the bumper cup texture from scratch in PS
    - reworked and fine tuned all (mostly GI) lights and objects
    - recolored the previous playfield and plastics
    - apron modified
    - nicely baked in shadows to the playfield and plasics so nobody can use them in the future
    - environment map image that I got from Haunt
    - added ball and flipper shadows (Ninuzzu ?) inspired by Haunt
    - stole acorn nuts primitive from Ganjafarmer's F-14 (we think it's from dark?)
    - reworked plunger (rod, blue tip and blue spring)
    - blue wood on the right side
    - more polished ball image
    - and surely a lot of stuff I don't remember now.
    Backglass:
    - it needed a new (repro like) one, because the look is completely different now
    - new image stitched together from nowadays repro translight images from the web
    - based on the backglass from teamtecnic (?). The only blink blink left is for the fathom logo (yes, authentic would be static illumination, but this is anyways a new interpretation, so)
    Wheel image:
    - made from scratch
    Clean recources for future use (playfield and plasic decals) are in the image manager (unused).

    It was an experiment.

    Oh, please use with latest VPX4 beta!
     

    1576 downloads

       (0 reviews)

    3 comments

    Updated

  16. Fireball (Bally 1972)

    Fireball-VPX-v1.1-pinball58.vpx_

    2084 downloads

       (0 reviews)

    4 comments

    Submitted

  17. Fish Tales VPX v1.1 - pinball58

    Fish Tales VPX v1.1 - pinball58

    5660 downloads

       (4 reviews)

    0 comments

    Submitted

  18. Family Guy (Stern 2007)

    Family Guy (Stern 2007)1.1.1

    6108 downloads

       (2 reviews)

    0 comments

    Submitted

  19. Force II (Gottlieb 1981)

    This is a VPX conversion of a 1981 Gottlieb Force II table. Big thanks to Destruk, TAB, Kristian, and Inkochnito for their work on the earlier versions. This VPX mod was done by Rascal. It needs the rom file "forceii.zip" to run. Do not ask me for the rom, google search or find a friend.
    Not much out there for resources, so I did the best I could with this. Merry Christmas everyone.

    507 downloads

       (0 reviews)

    0 comments

    Updated

  20. Fathom (Bally 1981) Vintage Mod

    my first table.
    this is a heavy mod based on 32assassin's great Fathom, which is based on Unclewilly's version, so all credits and thanks go to these two.

    What I did:
    - completely remade playfield in 4k resolution (by stitching images from the web and partially redrawing, even bought a font for that job!)
    - completely remade plastics in 4k resolution (same way)
    - made new bumper caps from scratch
    - reworked or changed many objects, images and materials
    - completely remade all lights and illumination
    - apron reworked
    - "live" mirror metal wall at the top (only the ball is not reflected, don't know, how to do that)
    - and many other things, I don't remember anymore

    Physics (only minor changes):
    - made the table slightly slower
    - ! repositioned the rubber posts at the wicked vertical outlane, so that there's at least a little chance so save the ball from draining by nudging ! Btw, this is also the case for the real table as seen in videos on the web, so no cheating.

    The aim of this version was to get it as close to the original vintage table (yellow tint, vintage light bulbs a.s.o)
    As I already mentiond in the WIP thread, I will also make a second version, which will look like a polished Fathom with LED lights, plastics and playfield repros a.s.o.
    The desktop view needs a liitle more work, but is already quite ok now. Maybe I'll release an update in the future.
    Big thanks go to roar, who provided me with images of plastics and to all the cool people, who made and contributed to VP and the great always helping community!
    Fathom_(Bally_1981)_Vintage_Mod_v1.1.zip

    914 downloads

       (4 reviews)

    3 comments

    Updated




×
  • Create New...