Jump to content
  • Download Now!

    big_trouble.jpg

     

No files in this category yet.

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

Files From Subcategories

  1. Alice Cooper's Nightmare Castle (Spooky Pinball 2017) WIP

    Hey all,
    Working on Alice Cooper Nightmare Castle 1.2 EM table.  that "Ling Woo " made a long time ago  back in 2019 i think,  safe to say that he will probably never finish it
     
     
    Trying to get FlexDMD to mirror the existing desktop score display. The table already has a working ScoreText.Text backdrop and EM reels. Goal is to piggyback off that instead of rewriting the whole scoring.
     
    What works:
    Desktop score updates fine via ScoreText.Text = FormatNumber(Score, 0, -1, 0, -1)
    PuP-Pack runs fine
     
    What I tried:
    Basic FlexDMD init in table1_Init:
    vbscript
    Set FlexDMD = CreateObject("FlexDMD.FlexDMD")If Not FlexDMD is Nothing Then FlexDMD.GameName = "demo" FlexDMD.Run = True Set DMDFont = FlexDMD.NewFont("Arial", RGB(255,128,0), RGB(0,0,0), 1) Set DMDScoreLabel = FlexDMD.NewLabel("Scr", DMDFont, "0") DMDScoreLabel.SetAlignedPosition 64, 16, 0.5 Set DMDScene = FlexDMD.NewGroup("Scene") DMDScene.AddActor DMDScoreLabel FlexDMD.Stage.AddActor DMDSceneEnd If
     
    Piggyback in AddScore:
    vbscript
    Sub AddScore(Points) If Tilted Then Exit Sub Score = Score + Points ScoreText.Text = FormatNumber(Score, 0, -1, 0, -1) ' <-- Desktop works ScoreReel1.AddValue Points If B2SOn Then Controller.B2SSetScorePlayer1 Score ' === Added for FlexDMD === If Not FlexDMD Is Nothing Then DMDScoreLabel.Text = ScoreText.TextEnd Sub...
     
    Checked for conflicts:
    Wrapped FlexDMD in On Error Resume Next
    PuP runs before FlexDMD init
    No errors thrown, but DMD window never appears
    MsgBox "FlexDMD Started" after CreateObject never fires
    The issue:
    Desktop backdrop updates. EM reels update. FlexDMD stays blank. No error codes. FlexDMD.dll is registered and works on other FlexDMD tables.
    Suspect: Something in this script is killing the FlexDMD object before it can show. Script has duplicate Sub AddScore and Sub Loadhs that I removed, but still no DMD.
    Question: Has anyone got FlexDMD + PuP running together on an EM where you just mirror ScoreText.Text? Is there a known conflict with LoadController("EM") or the PuP init sequence?
    Attaching script if needed. Really just want the DMD to show whatever ScoreText.Text shows.
     
    i also tried whit UltraDmd  cause he did write some Ultradmd code in there  ...the script is a mess  alot of duplicated line      , also tried using pupdmd  
     
    The duplicate subs were the real killer - i tried removed them and it still fails
     
    The table as potential if someone want to have a try 
     
    on the positive side i got B2s  working 
     
    Thanks for any ideas.  

    387 downloads

       (0 reviews)

    15 comments

    Submitted

  2. Aladdin's Castle (Bally 1976) Teisen 1.0 DT-FS-VR-MR Ext2k Conversion_006

    This is the version with VR mode included by Ext2k, and also N'Fozzy physics and Fleep sounds by burger.
    Thanks to my friends for their collaboration and for making the work better!
     
    I also need to mention that this version already included the new playfield and plastics made by Hallen!
     
    Ext2k description:
     
    This file is Based on @Teisen Table version https://www.vpforums.org/index.php?app=downloads&showfile=19407#
    Thanks to all people involved on the original version.
    I changed the apron black to green like real cab.
    Upscaled Plunger Plastic.
    Added Minimal Room, Pool Bar and Mixed Reality
    Added LUT option on F12 menu
    This table Works in DT/FS/VR and MR
    This table requires B2S to work (See B2S Link) thanks @hauntfreaks
    Enable on F12 for Music and Ambience
    Added Minimal Room, Pool Bar and Mixed Reality

    Virtual Desktop Settings Chromakey:
    Color RGB = 255,255,255
    Similarity: 2
    Smoothness: 2

    849 downloads

       (9 reviews)

    4 comments

    Updated

  3. Aladdin (original 2026 Tombg)

    Voici une nouvelle création complétement créer de A à Z où j’y ai passé pas mal de temps (genre proche de 7-8 mois) … Je ferais probablement une mise à jour en fonction de vos commentaires s’ils sont pertinents uniquement, pour les petits problèmes personnels je ne répondrais probablement pas désolé. C’est une table qui est à la fois compliqué au gameplay (il faut y passer un peu de temps pour avoir un score convenable) mais aussi au niveau du code donc merci de pas être trop négatif sur vos commentaires.  Je me suis principalement inspiré de mes parties de jeu sur console « super nintendo» ainsi que le dessin animé Disney de 1992 pour situer l’ambiance.
    Comme cela existait dans me jeux d’enfance ce jeux possédais un mode de triche qui permettais de passer les niveaux pour avancer dans le mode aventure, j’ai donc ajouté un avancement comme cela dans le menu F12. Je vous conseil d’ailleurs de l’utiliser pour passer au mode 1 dès le départ lorsque ce mode (collecter la lampe magique pour faire des vœux) vous semblera trop répétitif.  Chaque mode d’avancement d’histoire se passe dans le mode souterrain !
    Table requise:
    -          VPX 64 bit version 10.8.0  (or +)
    -          Pinup: Version 1.5.2 (or +) Ne pas m’envoyer de message pour les utilisateurs non pinup ou autres qui ne sont pas à jours. Cette table est faite uniquement pour jouer avec un PupDmd dernière génération
    -          Dof : à mettre à jour
     
    Merci pour l’aide à 2 plus grand de mes amis de la communauté de SuperTilted :
    -          @Burger pour les sons Nfozzy de la table et son aide au quotidien pour moi
    -          @Gman pour ces quelques vidéos de fourniture du PupPack (il faut limité ce gars il est tellement fou de vidéo, lol)
    -          Pour le reste merci à moi-même 😊
    Bon jeu à tous
     ------------------------------------------------
    Here's a brand new creation, made entirely from scratch, on which I spent quite a bit of time (around 7-8 months)... I'll probably update it based on your feedback, but only if it's relevant. I probably won't respond to minor personal issues, sorry. It's a table that's both complex in terms of gameplay (you need to spend some time to get a decent score) and in terms of code, so please don't be too negative in your comments. I was mainly inspired by my Super Nintendo console games and the 1992 Disney animated film to set the mood.
    Like in my childhood games, this game had a cheat mode that allowed you to skip levels to progress in adventure mode. So I added a similar progression option to the F12 menu. I recommend using it to jump straight to mode 1 when this mode (collecting the magic lamp to make wishes) starts to feel too repetitive. Each story progression mode takes place in the underground mode!
     
    Table requirements:
     
    - VPX 64-bit version 10.8.0 (or higher)
    - Pinup: Version 1.5.2 (or higher) Please do not message me if you are not using Pinup or if your system is not up to date. This table is designed exclusively for use with the latest generation PupDmd.
    - DoF: needs updating
     
    Thanks to two of my best friends in the SuperTilted community for their help:
    - @Burger for the Nfozzy sounds for the table and his daily support
    - @Gman for the PupPack videos (this guy needs to be limited, he's such a video fanatic, lol)
    - For everything else, thanks to myself 😊
    Happy gaming everyone

    4313 downloads

       (35 reviews)

    66 comments

    Updated

  4. American Dad VPX Table & PuP Pack

    ******NOTICE AND DISCLAIMER**********
     This virtual pinball table is a non-commercial, fan-made tribute created strictly for private, educational, and home-entertainment use. It is provided "as-is" and free of charge.
     Ownership: All trademarks, logos, characters, and copyrighted materials related to American Dad are the sole property of their respective owners. No claim of ownership is made to these assets.
     No Profit: This project is not affiliated with, endorsed by, or sponsored by the copyright holders. The creator(s) of this table have received no financial compensation for its development or distribution.
     Distribution: This file may not be sold, bundled with commercial hardware, or used for any commercial purpose.
     
    American Dad Table and PuP Pack
    Unzip, copy "American Dad" VPX and .ini files to tables folder, copy "American Dad" Pup folder to Pup Videos folder..
    Table will Play without PuP pack, but will be no music or call-outs. = BORING!
    Magna buttons change the music. (All music is from the show).
    Please mod this, and make it better, then SHARE.  = PINBALL LOVE!
     
    Credit to Wizball, Yacht Club Games, Cyberpez, Sliderpoint, Outhere, and JPSalas for the original table. You guys Rock!
    Special thanks to Autobott.
     

    1305 downloads

       (4 reviews)

    51 comments

    Updated

  5. Alice Through the Looking Glass (Original 2026) VR

    Here is my second table i am releasing. I was going to just upgrade my original Alice table to include better physics and sounds but once I started digging into UnclePaulie's version of Elektra I figured I might just well make this a sequal to Wonderland and have Alice go Through the Looking Glass. This gave me the chance to use some different characters that are actually in the second book. This one has Alice going across a chess board. starting at the first square and ending at the 8th square where she finally, with the help of the white queen, becomes a queen herself. with help from the white knight and avoiding the black knight. coming across the Walrus & the Carpenter, Humpty Dumpty, Tweedle Dee and Tweedle Dumb, The Lion and the Unicorn and of course the scary Jabberwocky. 
     
    I have added more songs along with most of the ones from the first table. I have also included 2 backglasses, one with scoring on the BG (2Screen) and one with scoring on DMD (3 Screen). There are 3 options for wheels, and a quick topper if you use need. Also have a couple of audio files for a front end. 
     
    I would like to thank UnclePaulie for letting me use his table as a base and everyone that worked on it with him, Redbone, Tomate, iaakki, and the VPW team. And of course 32assassin and  Fancisco666 for the og  table.
    I also need to thank LoadedWeapon for testing and upgrading my images to give this that crisp look.
     
    This is from UnclePaulies Post to be sure you know who did what
     
    "This is a really fun table to play... as it was the first pinball machine that had three different levels to it.  
     
    Included in this Version 2.0 is Hybrid VR/desktop/cabinet modes, new upscaled playfields, VPW physics, flipper tricks, dynamic shadows, Fleep sounds, Lampz, 3D inserts, new baked general illumination lighting, sling corrections, drop and stand-up targets, saucers, playfield meshes, various primitives, etc.  Significant time was spent on researching online videos, to ensure accuracy of shots, ball drops, kickouts, and overall playability.  I also created a desktop backglass with a cool lighting effect, as well as the VR backglass and other VR options. There are also some performance improvements, and I added a playfield mesh for the playfield, so there's a realistic bevel in the saucers. 
     
    I would like to thank redbone for the graphics help, and Tomate for working the 4 ramps into blender with collision and textures.  He also baked them in as well.  And thank you to iaakki for baking in all the GI lighting and shadows.  It looks so relistic!!  And I would additional like to thank the VPW team for testing and feedback, especially Apophis, PinStratsDan, Sixtoe, BountyBob, TastyWasps, leojreimroc, and Bord.
     
    There are several options in the script.  Including VR, ball brightness, and LUT lighting options.  The LUT changes are done by holding cntl (or left mangasave) and then while holding, scroll through the options with the right magnasave.  The Dip Switch settings are done in the script and are hardcoded.  IF... you want to change them, there's a setting in the script to manually override that, and then use F6 during gameplay to bring up the Dip Switch setting.  
     
    This is a hybrid table done in VPX 10.74, and I have code in here to automatically choose between VR, desktop, and cabinet.   Additional VR options in the script include two VR environments, a VR clock, a topper, posters, and settings for dynamic shadows if you experience a performance hit."
     
    The Only difference besides artwork is I had to disable Lut so I could add controls for the music, right magasave to change song, left to turn off.
     
    Thank you to all and enjoy.

    5042 downloads

       (7 reviews)

    8 comments

    Submitted

  6. Alice in Wonderland

    This is my first upload to VPU. I have modded the Dr Jekyl and Mr Hyde table by @BurtMacklin and @bombaj344 which was a mod of Elektra which was done by 32assasin and francisco666 and later modded by bigus.
    This table uses the Elektra rom which this table does mute the original rom sounds, which is why I chose this mod to use, thank you BurtMacklin for that. It also has music scripts which look like they were done by HiRez00.
     
    I have included in this file 3 different backglasses, 2 full DMD 3 screens and a 2 screen, a wheel image, a topper, and a music file which needs to be put into your music folder.
     
    Thank you to @UHATEIT for testing and helping get the lighting and sounds dialed in. And thank you to this great community of authors for all your work over the years keeping this great hobby going and giving a guy like me a chance to add to it.

    1612 downloads

       (13 reviews)

    18 comments

    Updated

  7. ah-Ha Version 2

    This is an update to the ah-Ha V 1.01 table created by Vlive.  I've taken the game and done some cleanup, fixed some minor bugs, and updated some fiddly bits.  I've added F12 support so game options can be modified without going into the code.  I've made the high score, credit amount, and free play values part of the option file so they are remembered from game to game.  I've used the same music file as the original game so if you have already installed the previous version, you won't have to change any music settings.
     
    I've modified the music settings as suggested by jejevpuniverse.  So pressing the left magna will turn the music off, and pressing the right magna will turn the music on or select another random song.  Thanks for the code, jejevpuniverse, it was very helpful!
     
    I want it to be clear that I really didn't change the gameplay from Vlive's.  They did the majority of the work on the game, and it's a fine game to begin with.  It's pretty frisky to play and can be fun.

    203 downloads

       (1 review)

    1 comment

    Submitted

  8. a-ha 1.01 (Solid State Electronic 2025)

    Un groupe de légende pour moi. Un temps où les flippers existaient encore dans les cafés. Une table a-ha aurait été bienvenue à l'époque des années 80. Je me suis efforcé de produire quelque chose de bien. 
    PS. Une petite erreur peut apparaitre dans le script, je n'ai pas réussi à la corriger. 
    Toute amélioration est bienvenue. 
     
    Bon jeu !

    112 downloads

       (0 reviews)

    25 comments

    Updated

  9. a-ha 1.01 (Solid State Electronic 2025)

    Un groupe de légende pour moi. Un temps où les flippers existaient encore dans les cafés. Une table a-ha aurait été bienvenue à l'époque des années 80. Je me suis efforcé de produire quelque chose de bien. 
     
    PS. Une petite erreur peut apparaitre dans le script, je n'ai pas réussi à la corriger. 
    Toute amélioration est bienvenue. 
     
    Bon jeu !

    129 downloads

       (0 reviews)

    3 comments

    Updated

  10. A Charlie Brown Christmas feat. The Vince Guaraldi Trio (iDigStuff 2023) w/ VR Room

    A Charlie Brown Christmas
                 feat. The Vince Guaraldi Trio

                  Brought to you by iDigStuff
                                 ver.1.0.0
     
    Super Special Thank You to the following folks
    Scripting, physics, flipper shadows and many other tweaks by Apophis
    PF shadows and b2s by HauntFreaks
    VR team - DarthVito,  Leojreimroc, TastyWasps, and DaRdog81
    Jukebox code stolen from RetroG33k
    Thank you VPW help shop testers passion4pins, studlygoorite, and bietekwiet
    Based on "Bumper" by JPSalas
    '******************************************************************
    CHECK THE TOP OF THE SCRIPT FOR PLAYER OPTIONS AND NECESSARY LINK (Jukebox, Balls Per Game, etc)
    Unzip and put folder "Charlie Brown" into :\\visualpinball\music
    (Table will not work without it)
    ******************************************************************
    nfozzy physics and fleep sounds installed
    **************************************************************
    Background info
    https://en.wikipedia.org/wiki/A_Charlie_Brown_Christmas
    ******************************************************************
    Jukebox (Option in top of script)
    Right Magna = Next Track
    Left Magna = Previous Track / Stop Music
    ************************************************************************************
    All Artwork, 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!
     
     

    4911 downloads

       (36 reviews)

    81 comments

    Updated

  11. America's Most Haunted (nfozzy)

    Ok so first of all main thanks for the original creators freneticamnesic, Shoopity, and Dozer316 for all the amazing work put in making this table!
     
     The Download has 2 versions - Original (Normal Speed) and PAPA Tournament (Faster Version) I tried to watch videos of both and get them close...
     
    Next I want to thank some people that helped me get the table to this point.
    Updates:
              Thanks to ARMYAVIATION : I used his updated Color DMD files
              Thanks to DGrimmReaper : For doing the VR code, cab, room
              Thanks to DrHotwing : For his VR assets
              Thanks to Apophis : For his Code Advice
               Special Thanks to HauntFreaks : For making sure it was ready for Halloween! He added shadows for GI , lights adjusted for the shadows, added invisible                                                                                          ramps for the Wires, New Backdrop and Testing. Also a great new B2S update!
               To All My Discord people for testing and feedback, especially Redwings who prob tested it 100 times lol
               
                I updated the Physics, sounds, Sling animations, lighting, images, POV, Sidewalls, script update, F12 menu for Cabinet and Desktop/VR and other misc things. 
     
                 Instructions are in the download and you now have a folder for music

    4131 downloads

       (28 reviews)

    88 comments

    Updated

  12. Aladdin's Castle (Bally 1976) Teisen 1.0 DT-FS-VR-MR Ext2k Conversion

    This file is Based on @Teisen Table version https://www.vpforums.org/index.php?app=downloads&showfile=19407#
    Thanks to all people involved on the original version.
    I changed the apron black to green like real cab.
    Upscaled Plunger Plastic.
    Added Minimal Room, Pool Bar and Mixed Reality
    Added LUT option on F12 menu
    This table Works in DT/FS/VR and MR
    This table requires B2S to work (See B2S Link) thanks @hauntfreaks
    Enable on F12 for Music and Ambience
    Added Minimal Room, Pool Bar and Mixed Reality

    Virtual Desktop Settings Chromakey:
    Color RGB = 255,255,255
    Similarity: 2
    Smoothness: 2

    516 downloads

       (6 reviews)

    6 comments

    Updated

  13. Avengers Pro (Stern 2012) 4k Mod v1.3.1

    Greetings all-
    This is a 4k mod based on the v1.1 table by @Hanibal2001.  I spent MANY MANY hours cleaning, straightening and manually redrawing tons of art.  I also moved the Captain America lights to a viewable position, which matches other table releases. Fixed a light that wasn't setup correctly, and some minor adjustments to other pf elements. Thanks @masonm for beta testing and catching bugs.  Thanks to all the people who have spent time in the table in the past:  32assassin, DJRobX, Hauntfreaks, Gtxjoe, Rascal, freneticamnesiac, steely, Sliderpoint, Neo, bigus1, masonm, retro27, UnclePaulie, TastyWasps
     
    If you are using a pup, set line 95 to true in the script.
    If you are using a non-color rom, set comment line 131 and uncomment line 130.
    If you want classic instruction cards, set line 20 to 0, 1 or 2. 
    Realistic hulk vs toy hulk, line 19.  Thanks @MachWon!

    3837 downloads

       (9 reviews)

    42 comments

    Updated

  14. Alien Star (Gottlieb 1984)

    Gottlieb's 1984 Alien Star!  Journey to an Alien Star for a pinball battle in space!  Multiball, skill shots, and plenty of fast action!  So much fun to play!  Thanks to Borgdog for providing original playfield and plastic scans, cabinet stencils, and physical measurements of his actual table.  He also had lots of authentic Gottlieb primitives to use, and did a tremendous amount of testing!
     
    Thanks also to @redbone who took those scans of the playfield and plastics and did a tremendous amount of work to get them to look so good!  He also spent a ton of time with all the other graphics on the table as well as a ton of testing!  Hauntfreaks provided the higher resolution VR backglass.  DarthVito did the VR wall environment.  
     
    In Version 3.0.0 (May 2025), I started the table over completely from scratch, as the prior version had incorrect table dimensions, wrong VR cab size, and lots of other things that needed updating.  I updated to the latest VPW (2025) standards, physics, alllamps and 3D inserts, backglass for desktop, roth standup targets, standalone compatibility, sling corrections, optional DIP adjustments, updated flipper physics, VR and fully hybrid, Flupper style bumpers and lighting.  I baked the GI, AND the metal walls, interior wood walls, spinner, plastic posts, and the reflections on them.  Redbone further updated the playfield, the plastics, apron, and other images.  Thanks to Borgdog for original playfield scans, image assets, and cab stencils. 
     
    Dozens and dozens of hours were spent studying gameplay videos, many of which were done by Borgdog, to match the table skill shots and action.  
     
    This table is loaded with options in the F12; including various balls, room brightness, flippers, tents, screw caps, plastic edge colors, LUTs, Dip settings, side wall colors, special Mother of Pearl solid inserts, and plenty of other VR stuff, including LED undercab lighting. 
     
    The ROM can be found at pinballnirvana.com... alienstr.zip).  Please NOTE there are several items to consider on the ROM settings:  The default settings for the ROM options are hard coded into the script and are based on the recommended values from Gottlieb for 3 balls.  If you want to change the ROM settings themselves, you need to change the "SetDIPSwitches to 1" in the script, and then use the F6 menu to change. However... I am not able to hard code the ROM menu options.  Typically, there are levels of score achievements that award a free play.  The default ROM has that set to off.  I've included an nvram file you can use that sets that to match the instruction/score cards and Gottlieb's recommendation (600,000 and 1,400,000).  Also, there are settings in the menu to set replays, sound, and HSTD. All this has been done for you in the included nvram file.  I also have instructions in the script on how to change that if you wish to do yourself.
     
    There's also an option for "Tourney Mode".  In that mode it'll play a little harder with different DIP settings, which excludes extra ball... and only allows for points on 3 balls.  Tourney mode also sets colors and rainbow'ed LEDs on plastics.  NOTE:  you'll have to start and restart the first time in that mode for the DIP changes to take effect.
     
    If you want to change the DIPs... you will need to go into the script options and change SetDIPSwitches to 1, then open the table, hit F6 (that'll load the default DIPS and display them). You can then select various ROM options.  Once entered, you can exit out, and restart.  That will then set the new ROM settings.  
     
    These are the default DIPS that are and set at original table launch:
        1=Coin Chute same
        0=3rd coin chute no effect
        0=Game mode of replay for hitting threshold
        1=Number of balls = 3
        0=Unlimited number of replays can be earned per game
        1=Playfield Special of extra ball  (Tourney mode this is zero)
        0=Novelty of normal game mode        (Tourney mode this set to 1)
        1=Match feature
        1=Background Sound
     
    Thanks again to Borgdog and Redbone for the playfield and plastic images, the stencils, the testing, and all the feedback!  Also thanks to Hauntfreaks for the updated Backglass images.  Also thanks to everyone else from the VPW team that provided testing and feedback!

    Required Software (64-bit versions):
    VPX 10.8.0 final release or later: https://github.com/vpinball/vpinball/releases
    VPinMame v3.6.0-1227 or later: https://github.com/vpinball/pinmame/releases
    B2S Server 2.1.3 or later (if B2S used): https://github.com/vpinball/b2s-backglass/releases

    7297 downloads

       (44 reviews)

    84 comments

    Updated

  15. A-HA reskin

    but a beautiful taito table made by jpsales I made some modifications to the art and image of a group that marked a lot of people in several countries the group a-ha magana save change the videos ok 😎👍
    Gravar_2025_08_23_19_20_01_70.mp4    

    534 downloads

       (4 reviews)

    8 comments

    Submitted

  16. Attack from Mars (Bally 1995) JP Salas version - Forced Perspective for Cabinet

    This POV is for 43" display in cabinet , using VPX10.8. It is an alternate option to those offered by LoadedWeapon.
     
    The objective of this POV is to maximise the depth perception of the playfield utilising the "Window" option in "View Layout Mode". The result is, when viewed directly from above, the image may look distorted - as shown in the attached screen shot - but when viewed  from the front of the cabinet, the images regain their perspective (much like "STOP" painted on a road surface). Although specifically customised for this particular table, it should also be a close fit for the same table made by other creators.
     
    https://www.vpforums.org/index.php?app=downloads&showfile=11603
     
    Installation  procedure:
     
    1. Make a backup copy of your  *.ini file for this table.
    2. Paste the downloaded file into your "Tables" folder
    3. Rename the downloaded file to be exactly the same as your table file and B2S file. The most reliable way to do this is to select all  files, right click with mouse, then select rename option on one of the files. All 3 files will then be renamed automatically
     
    Troubleshooting:
    a) If you start the table and it is not visible or not centred properly
          1. press f12.
          2. Make sure you are on the page with heading "Point of View" which is the POV setting screen. 
          3. Use the Magna button to scroll and highlight "Vertical Offset"
          4. Use your flipper keys to adjust this value which will move playfield up or down.
          5. If the playfield is "black colour" it means that it is "beyond" the location of your display screen. In such a case the "Vertical Offset" value is most likely a high negative value. In that case press the right Magna key. The value should reduce towards zero. As you get near to zero the playfield will become visible. Continue to adjust it until the apron is aligned with the bottom of your display screen.

    226 downloads

       (1 review)

    0 comments

    Submitted

  17. Air Aces (Bally 1975) [archival dump]

    Dumping old vpinball.com releases. This was made in 2018 with scottacus on script using art redrawn by Updon. The art dimensions aren't accurate, so don't grab this and update it thinking it is worthwhile.
     
    No support implied.
     
    B2S included.

    663 downloads

       (0 reviews)

    5 comments

    Submitted

  18. Atlantis (Gottlieb 1975) 1.3.3 Hybrid FS-DT-VR

    An undersea adventure awaits! Discover the scoring opportunities found only in Atlantis

    1.3 update! VR added! A first for EM Underdogs- thanks to @DGrimmReaper using @leojreimroc VR assets you can now play our Atlantis table in a VR undersea environment!
    Of course it's a hybrid version playable in desktop, cabinet and now virtual reality modes. 
    Grab your scuba gear and dive in!
     
    EM Underdogs brings you another fine update to a classic, highly desirable, wedgehead.
    @teisen had updated Losermans table a while back and we decided it was a good candidate for a really nice new update with Fleep sounds and nFozzy EM physics as well as the usual EMU graphics updates. VPX 10.8.0 Final was used to update this game. Special thanks to @outhere for help with DOF fixes!
    Desktop and B2S backgrounds available as options in Image Manager.
     
    Atlantis is a gorgeous game with art by Gordon Morison and design by Jeff Brenner who also created a double drop target scoring system only used on this game. From his remarks on the IPDB;
    "Noteworthy on this game was my concept of awarding a scoring premium for hitting two adjacent drop targets simultaneously."
     
    All update info is shown in the F12 menu, please have a look as a lot of work went into this beauty
     
    EM Underdogs hopes you enjoy another fun release!
     

    2285 downloads

       (16 reviews)

    26 comments

    Updated

  19. Amy Winehouse

    I'm sharing Amy Winehouse with you, it was commissioned by a VPU member who loves.  
     
    includes B2S and Media loading, topper ...
     
    Magna save right = Music
    To bring up the hidden menu, you need to press and hold the left button and press the right button.

     
    Music
     
    01 - Amy Winehouse - Back To Black(Explicit)    
    02 - Amy Winehouse - Rehab            
    03 - Amy Winehouse - Valerie (feat. Amy Winehouse) (Version Revisited)            
    04 - Amy Winehouse - You Know I'm No Good            
    05 - Amy Winehouse - Fuck Me Pumps            
    06 - Amy Winehouse - Love Is A Losing Game            
    07 - Amy Winehouse - What Is It About Men            
    08 - Amy Winehouse - Tears Dry On Their Own(Explicit)            
    09 - Amy Winehouse - Between The Cheats            
    10 - Amy Winehouse - Intro - Stronger Than Me            
    11 - Amy Winehouse, Nas - Like Smoke(Explicit)            
    12 - Amy Winehouse - In My Bed            
    13 - Amy Winehouse - Body and Soul            
    14 - Amy Winehouse - Fool's Gold            
    15 - Amy Winehouse - To Know Him Is To Love Him (Live)            
    16 - Amy Winehouse - Take The Box
     
     

     
     
     
     

    426 downloads

       (4 reviews)

    5 comments

    Updated

  20. Avengers Pro (Stern 2012) Hanibal 4k

    At first thanks to all the people worked on this table before and make a create work to the comunnity!
    There are:
    32assassin, DJRobX, Hauntfreaks, Gtxjoe, Rascal, freneticamnesiac, steely, Sliderpoint, Neo, bigus1, masonm, retro27, UnclePaulie, TastyWasps
     
    I have make this updates in a short way for this table:
     
    HiRes Playfield for 4k Gaming
    Upgrade the lower plastics
    Make some light changes.
     
    I hope you can enjoy this updates! 

    2545 downloads

       (8 reviews)

    20 comments

    Updated

  21. Alcatrazz 

    Alcatrazz 
     
    I just modified Surf Champ (Gottlieb 1976) and added music (includes   B2S   and ...)
     
    Menu switch left and right 
     
    Magna saves right = music
     

    276 downloads

       (5 reviews)

    0 comments

    Updated

  22. Als Garage Band Goes On A World Tour (Alvin G 1992)

    Al's Garage Band Goes On A World Tour (AlvinG 1992) anti(Mod) V2.5
     
    While speaking with antisec regarding side blades for his 2.0 table, he mentioned that he had a newer version that he never got around to releasing and added that I could use my sideblades for this version (2.5) and release it. He didn't specify what has changed since 2.0 but I can tell you the playfield and lighting is vastly improved from the previous version for starters. Give it a try you wont be disappointed.
     
    ALL THANKS AND CREDIT GOES to antisec and the original table creator goldchicco for this table, I just added the side blades on and uploaded the table for him. So thank you antisec and goldchicco.
     

    Als Garage Band Goes On A World Tour (Alvin G 1992).mp4  
     
     

    1643 downloads

       (3 reviews)

    14 comments

    Updated

  23. ACDC LUCI (Stern 2013) VPW Mod

    It's a long way to the top if you wanna rock n' roll!
     
    This mod started out as a simple collaboration between Hauntfreaks and Fluffhead35 to add new physics and VR room ended up as so much more.  This table has had the bell code completely reworked by Apophis to work more like the real table.  The playfield has been tweaked by none other than nFozzy himself to be more in line with the blueprint.  He also fixed the right and left ramps to be true to the real table.  nFozzy has graced this table with his experience to make it table amazing to play. This table was a mod of Sixtoe's AC/DC VR Room, where we made it a hybrid table.
     
    Fluffhead35 - Fleep, nFozzy physics, dynamic shadows, drop target code and new drop targets, 3d inserts, added new flipper bats, lighting tweaks, added Lampz code, adjusted nudge HauntFreak - Added new VR Room, Lighting Adjustments, Playfield Shadows Sixtoe - Original VR, Lighting, separated out horns on the train, many more he could not remember.  Fixed right ramp, fixed bumper flashers.  Realignment and prettying up rubbers and stuff. Apophis - New Bell Physics, scripting, guidance nFozzy  - new collidable ramps to fix the shapes of them, moved top hole variance, bell metal/orbit metal tweaks, playfield reshape to correct dimensions.  implemented ramp protectors, blank sidewalls, ramp stickers, adjusted bell position. Tomate - New visual ramps Retro27 - VR Room / Cabinet Reworked, New DMD Decals, Start button, tournament mode lights added. Adjustment to Instructions cards, added new render mode for VR Schlabber34 – reworked drop targets and other objects in blender for use in table. Bietekwiet, PinStratsDan, BountyBob, VPW Team - Beta testing!  
    Many thanks to the original team who built this table from the ground up: ninuzzu, DJRobX, dark, tom tower, knorr, rysr, Peter J and Javier. And thanks to the VPDevTeam for the freaking amazing VPX.
     
    THIS UPDATE NEEDS THE LATEST VPINMAME, AT LEAST v3.6.0-1209
    https://github.com/vpinball/pinmame/releases

    26460 downloads

       (62 reviews)

    220 comments

    Updated

  24. Aspen (Brunswick 1979) JP v55 DT-FS-VR-MR Ext2k Conversion

    This file is based on JPSalas Table version 5.5 https://www.vpforums.org/index.php?app=downloads&showfile=17127
    Now table works in DT-FS-VR and MR
    Added Mountain, Bastii VRRoom, and Mixed Reality
    This table requires B2S to work.(Check Link to b2s)
    Redraw Artcab.
    Menu F12 options for music.
    Added flippers/start button animation for VR
    Virtual Desktop Settings Chromakey for Mixed Reality:
    Color RGB = 255,255,255
    Similarity: 2
    Smoothness: 2

    275 downloads

       (0 reviews)

    0 comments

    Submitted

  25. Andromeda (Game Plan 1985) JPSalas v55 DT-FS-VR-MR Ext2k Conversion

    This file is based on JPSalas Table version 5.5 https://www.vpforums.org/index.php?app=downloads&showfile=14871
    Now table works in DT-FS-VR and MR
    Added Basti VRRoom and Mixed Reality
    Press F6 to change diferent rom options.
    This table requires B2S to work.
    Upscaled cab arts by me.
    Menu F12 options for music (no copyright), ambience and you can select you coin spanish/usa
    Added flippers/start button animation for VR
    Virtual Desktop Settings Chromakey for Mixed Reality:
    Color RGB = 255,255,255
    Similarity: 2
    Smoothness: 2

    664 downloads

       (1 review)

    11 comments

    Submitted

×
  • Create New...