horseyhorsey
Contributor-
Posts
158 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Downloads
Store
Articles
Everything posted by horseyhorsey
-
All but 4 tables disappeared from PinballX today
horseyhorsey replied to nebrunner's topic in General
Filtered by manufacturer or something? -
Visual Pinball - mini DMD, screen 3 B2S for apron
horseyhorsey replied to Carny_Priest's topic in General
Nice, sounds good. WIll have to try it with the Evil Dead displays, I can duplicate them, but it's too much really, this sounds like it take a bit of the grief away from that. Plus when I run that game in cabinet view I have the display bigger than a Sega DMD. Looks like a lot in there specific to your setup. PBW, nudge changes etc. ?- 10 replies
-
- ffmpeg
- mirror dmd
-
(and 1 more)
Tagged with:
-
What's all this about FP playing beautifully? Smoke & mirrors. I had been making a small manager for PinballX, mainly for these exe tags selected with a dropdown and an easier loader so you won't have to compile. Seeing as there is more interest I'll get it finished soon as I can.
-
I've adjusted this script ready for VP10. This should work, assuming you are still running the executable from the same VP folder I have used for VP8 onwards. http://www.gameex.info/forums/topic/14632-multiple-exe-for-vp/?p=129111
-
Looks like that link is down. First time in years ! https://www.dropbox.com/s/fc1off2b2vn5y4i/xpath.zip?dl=0
-
Glad its been of use. With the future pinball one you're going to have to alter this and create seperate exe loader for it. WinWait,ahk_class VPinballWinHideWinWait, Visual Pinball PlayerWinWaitClose, Visual Pinball PlayerWinClose, ahk_class VPinballTo something like: (taken from HyperLaunch module) WinWait("ahk_class FuturePinball")WinWait("ahk_class FuturePinballOpenGL")WinActivate, ahk_class FuturePinballOpenGLWinWaitActive("ahk_class FuturePinballOpenGL")WinWait, ahk_class FuturePinballOpenGLSecondary,,1 ; do not use the function because it will ScriptError after 1 secondWinActivate, ahk_class FuturePinballOpenGLSecondaryWinWaitActive, ahk_class FuturePinballOpenGLSecondary,,1 ; do not use the function because it will ScriptError after 1 secondWinWaitClose("ahk_class Ghost",,5) ; this doesn't always get picked up by ahk, so we need a timeoutLoop { IfWinActive, Future Pinball ahk_class FuturePinballOpenGL Break WinActivate, Future Pinball ahk_class FuturePinballOpenGL Sleep, 50}WinWaitActive("Future Pinball ahk_class FuturePinballOpenGL")WinWaitClose("ahk_class FuturePinball") ; this helps eliminate the slight flicker when you exit the tableWinClose("ahk_class FuturePinball")
-
Wow Tom, that is a very generous offer. I have yet to try your gameEX.
-
Well, the "best" way is a matter of opinion. The 'best' way in mine... is not to have 5 different system entrys in your config for just one system: Visual Pinball. Symbolic links and other uneeded settings. Far quicker than messing about with a game manager. After you compile the method above just to add an exe tag into xml. 70% of what I have will run with my default exe. You could use the above script for Future Pinball by editing different paths and the parameters here : Run, %WorkingPath%\%exe% /Play -"%TablePath%\%TableName%"
-
#Include, %A_ScriptDir%\xpath.ahkdefault_exe = VPinball 9.2.1 rev815.exePinballX_Config = I:\PinballX\Config\PinballX.ini;Read PinballX config for pathsIniRead, WorkingPath, %PinballX_Config%, VisualPinball, WorkingPathTablePath = %1%TableName = %2%SplitPath, TableName, ,, ext,,; Add extra check rename for VP10If ext = vpx{ StringReplace, table, TableName, .vpx,, All}else{ StringReplace, table, TableName, .vpt,, All}; Read exe tag from xml, if no tag use default_exedatabaseFile = I:\PinballX\Databases\Visual Pinball\Visual Pinball.xmlxpath_load(dbXML, databaseFile ) ; need to read the existing xml otherwise xpath deletes all existing nodesexe := XPath(dbXML, "/menu/game[@name=" . table . "]/exe/text()")If exe = { exe = %default_exe% }Run, %WorkingPath%\%exe% /Play -"%TablePath%\%TableName%"MouseMove, 200, 100WinWait,ahk_class VPinballWinHideWinWait, Visual Pinball PlayerWinWaitClose, Visual Pinball PlayerWinClose, ahk_class VPinballExitApp[VisualPinball]Enabled=TrueWorkingPath=I:\Emulators\Visual PinballTablePath=I:\Emulators\Visual Pinball\TablesExecutable=VisualPinballExeChanger.exeParameters="[TABLEPATH]" "[TABLEFILE]"Add this small file into VP directory - Xpath for reading xml http://www.autohotkey.net/~Titan/dl/xpath.zip Add your default_exe. Path to PinballX config. Path to databaseFile. Compile the ahk script with AHK2EXE. Tag this exe to run as admin. When you want a table to use a different exe other than default add into tag. <game name="AbraCaDabra_FS_B2S"> <description>Abra Ca Dabra (Gottlieb 1975)</description> <manufacturer>Gottlieb</manufacturer> <year>1975</year> <type>EM</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <exe>VPinball990.exe</exe> </game> <game name="Airborne (Capcom)(1996)(Bodydump Jimmyfingers)(1.0)(FS)"> <description>Airborne (Capcom 1996)</description> <manufacturer>Capcom</manufacturer> <year>1996</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <exe>VPinball990.exe</exe> </game>
-
PinballX Enhancements/Features Requests
horseyhorsey replied to Draco1962's topic in FAQs, Guides, & Other Useful Information
I only have 35 promos, all from Youtube VHS rips. Think that's about all you're gonna find there. With the tournaments they happen all the time with PAPA & IPFA. -
PinballX Enhancements/Features Requests
horseyhorsey replied to Draco1962's topic in FAQs, Guides, & Other Useful Information
Just a thought about adding two more video slots like gameplay/tutorials... One for promotional videos & other for tournaments? -
Xml of all the supported tables for cabs. There was way too many uneeded tables in provided xml. Just pop into your VP database folder , so when you want to go for some scores choose this xml from menu. I'd never used PinEmHi this way before but it's very easy having this built in plugin. The hardest part now is to register a username ......not hard obviously. Consider to start using it some more because I'm hoping Dna will start updating some fresh games again if she has more use. "cough" bmpr Dracula "cough" big bang bar "cough" PINemHi LeaderBoard VP.xml <menu> <game name="ARFM_VP91x_v2.3FS"> <description>Attack and Revenge from Mars</description> <manufacturer></manufacturer> <year></year> <type></type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Attack_From_Mars_NIGHT MOD_VP920_v3.5_FS_3-WAY-GI"> <description>Attack from Mars (Midway 1995)</description> <manufacturer>Midway</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Back_to_the_Future_VP911_v1.0FS"> <description>Back to the Future (Data East 1990)</description> <manufacturer>Data East</manufacturer> <year>1990</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Bad-Cats_VP915_1.1.3FS"> <description>Bad Cats (Williams 1989)</description> <manufacturer>Williams</manufacturer> <year>1989</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Batman-DE-ALPHA_BMPR_MOD.1.2"> <description>Batman (Data East 1991)</description> <manufacturer>Data East</manufacturer> <year>1991</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="VP912_Baywatch_HR_FS_2.0.3"> <description>Baywatch (Sega 1995)</description> <manufacturer>Sega</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="BK2K (melon) - VP92FS - Ver1.0"> <description>Black Knight 2000 (Williams 1989)</description> <manufacturer>Williams</manufacturer> <year>1989</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="BlackPyramid.uw.V1.0.FS"> <description>Black Pyramid (Bally Midway 1984)</description> <manufacturer>Bally Midway</manufacturer> <year>1984</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Bram-Stokers-Dracula_vp91x_1.04FS"> <description>Bram Stoker's Dracula (Williams 1993)</description> <manufacturer>Williams</manufacturer> <year>1993</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Cactus_Canyon_(HIGH_NOON_NIGHT_MOD)_FS_VP916_1.3"> <description>Cactus Canyon (Midway 1998)</description> <manufacturer>Midway</manufacturer> <year>1998</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Cirqus_Voltaire_FOM_SUNKEN_B2S"> <description>Cirqus Voltaire (Midway 1997)</description> <manufacturer>Midway</manufacturer> <year>1997</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Class-of-1812_VP912_1.0FS"> <description>Class of 1812 (Gottlieb 1991)</description> <manufacturer>Gottlieb</manufacturer> <year>1991</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Congo_VP91x_1.01FS"> <description>Congo (Williams 1995)</description> <manufacturer>Williams</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="CFTBL 1.0 -melon- VP9.2FS"> <description>Creature from the Black Lagoon (Midway 1992)</description> <manufacturer>Midway</manufacturer> <year>1992</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Cueball_Wizard_VP91x_1.3FS"> <description>Cue Ball Wizard (Gottlieb 1992)</description> <manufacturer>Gottlieb</manufacturer> <year>1992</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Deadly Weapon (Gottlieb)(1990)(Bodydump)(1.0)(FS)(9.14)"> <description>Deadly Weapon (Gottlieb 1990)</description> <manufacturer>Gottlieb</manufacturer> <year>1990</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Demolition Man_FS_MOD_teppotee-aaronjames_1.0"> <description>Demolition Man (Williams 1994)</description> <manufacturer>Williams</manufacturer> <year>1994</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="DirtyHarry-el_timbo86FS"> <description>Dirty Harry (Williams 1995)</description> <manufacturer>Williams</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Dolly_Parton_VP9_1.1FS"> <description>Dolly Parton (Bally 1979)</description> <manufacturer>Bally</manufacturer> <year>1979</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="VP912_FS_HR_WILLIAMS - EARTHSHAKER_2.0.1"> <description>Earthshaker (Williams 1989)</description> <manufacturer>Williams</manufacturer> <year>1989</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Eight_Ball_Deluxe_VP91x_1.2FS"> <description>Eight Ball Deluxe (Bally Midway 1984)</description> <manufacturer>Bally Midway</manufacturer> <year>1984</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Elvira and the Party Monsters Day"> <description>Elvira and the Party Monsters (Midway 1989)</description> <manufacturer>Midway</manufacturer> <year>1989</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Elvis_Night_Mod_VP916_1.0_JPSALAS-AARONJAMES_TEPPOTEE"> <description>Elvis® (Stern 2004)</description> <manufacturer>Stern</manufacturer> <year>2004</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="F-14-Tomcat_VP9.2FS_MOD_1.0"> <description>F-14 Tomcat (Williams 1987)</description> <manufacturer>Williams</manufacturer> <year>1987</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Fathom.uw.V2.0.FS.vp9.10"> <description>Fathom (Bally 1981)</description> <manufacturer>Bally</manufacturer> <year>1981</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Fish Tales 2.0.1 - melon - VP92 FS"> <description>Fish Tales (Williams 1992)</description> <manufacturer>Williams</manufacturer> <year>1992</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Freddy A Nightmare On Elm Street.V1.01.vp9.1x.FS"> <description>Freddy: a Nightmare on Elm Street (Gottlieb 1994)</description> <manufacturer>Gottlieb</manufacturer> <year>1994</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Funhouse (Night Mod)-Koadic-AaronJames-Teppotee_9.2 v1.1"> <description>Funhouse (Williams 1990)</description> <manufacturer>Williams</manufacturer> <year>1990</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Future-Spa_VP91x_v1.2FS"> <description>Future Spa (Bally 1979)</description> <manufacturer>Bally</manufacturer> <year>1979</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="GNR_VP920_FS_MOD_4.01"> <description>Guns N' Roses (Data East 1994)</description> <manufacturer>Data East</manufacturer> <year>1994</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Harlem_Globetrotters_VP91x_2.3FS"> <description>Harlem Globetrotters On Tour (Bally 1979)</description> <manufacturer>Bally</manufacturer> <year>1979</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Harley_Davidson_VP91x_1.1FS"> <description>Harley-Davidson (Midway 1991)</description> <manufacturer>Midway</manufacturer> <year>1991</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="HS-1.0.5-VP912-FSLB"> <description>High Speed (Williams 1986)</description> <manufacturer>Williams</manufacturer> <year>1986</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="VP9 Independence Day FS (1.3)"> <description>Independence Day (Sega 1996)</description> <manufacturer>Sega</manufacturer> <year>1996</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Indiana Jones VP920 MOD 2.0 FS"> <description>Indiana Jones: The Pinball Adventure (Williams 1993)</description> <manufacturer>Williams</manufacturer> <year>1993</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Indianapolis_500_GI8_BMPR_FS"> <description>Indianapolis 500 (Midway 1995)</description> <manufacturer>Midway</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Jack-Bot_VP91x_1.1.1FS"> <description>Jack·Bot (Williams 1995)</description> <manufacturer>Williams</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Jokerz!_Night_Mod_FS_v.1.3"> <description>Jokerz! (Williams 1988)</description> <manufacturer>Williams</manufacturer> <year>1988</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="JudgeDredd_v1.0.8_hRes"> <description>Judge Dredd (Midway 1993)</description> <manufacturer>Midway</manufacturer> <year>1993</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="VP912_FS_Jurassic_Park_v1.0.5"> <description>Jurassic Park (Data East 1993)</description> <manufacturer>Data East</manufacturer> <year>1993</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Lethal Weapon 3(DataEast) (1992) (oooPLAYER1ooo) (2.0) (FS)"> <description>Lethal Weapon 3 (Data East 1992)</description> <manufacturer>Data East</manufacturer> <year>1992</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="VP912_FS_Frankenstein_v1.0.4"> <description>Mary Shelley's Frankenstein (Sega 1995)</description> <manufacturer>Sega</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Medieval-Madness_Night Mod_VP9.2_V1.3_FS_FOM_SUNKEN_RELEASE_DAY"> <description>Medieval Madness (Williams 1997)</description> <manufacturer>Williams</manufacturer> <year>1997</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Monster Bash(Williams) (1998) (uw randr) (2.1) (LP) (FS)"> <description>Monster Bash (Williams 1998)</description> <manufacturer>Williams</manufacturer> <year>1998</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="No-Fear_vp91x_1.0FS"> <description>No Fear: Dangerous Sports (Williams 1995)</description> <manufacturer>Williams</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Phantom_of_the_Opera_LH_rob046_Mod_FS_v2.04"> <description>Phantom of the Opera (Data East 1990)</description> <manufacturer>Data East</manufacturer> <year>1990</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Pinbot.uw.V1.02.1_JF_91x_BMPR_MOD_FS"> <description>PIN·BOT (Williams 1986)</description> <manufacturer>Williams</manufacturer> <year>1986</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Radical_VP91x_1.0.1FS"> <description>Radical! (Midway 1990)</description> <manufacturer>Midway</manufacturer> <year>1990</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Roadshow_VP916_MOD_1.0"> <description>Red & Ted's Road Show (Williams 1994)</description> <manufacturer>Williams</manufacturer> <year>1994</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Ripleys_Believe_It_or_Not_nightFS_1.3"> <description>Ripley's Believe It or Not!® (Stern 2004)</description> <manufacturer>Stern</manufacturer> <year>2004</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="RCT_vp9_1.0FS"> <description>RollerCoaster Tycoon (Stern 2002)</description> <manufacturer>Stern</manufacturer> <year>2002</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Rolling_Stones_VP9_1.01FS"> <description>Rolling Stones (Bally 1980)</description> <manufacturer>Bally</manufacturer> <year>1980</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Scared_Stiff_921_FOM - JPSalas - Dozer316 - SUNKEN - DAY"> <description>Scared Stiff (Midway 1996)</description> <manufacturer>Midway</manufacturer> <year>1996</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Silverball Mania_VP9_NF-UR_VP9_v2.0.0FS"> <description>Silverball Mania (Bally 1980)</description> <manufacturer>Bally</manufacturer> <year>1980</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Sorcerer_URNF_VP91x_v1.1.0.1_JF_BMPR_MOD_FS"> <description>Sorcerer (Williams 1985)</description> <manufacturer>Williams</manufacturer> <year>1985</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="South Park(Sega)(1999)(oooPLAYER1ooo)(1.3)(FS)(9.16)"> <description>South Park (Sega 1999)</description> <manufacturer>Sega</manufacturer> <year>1999</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="SpaceInvaders.FS.V1.0"> <description>Space Invaders (Bally 1980)</description> <manufacturer>Bally</manufacturer> <year>1980</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Space Shuttle (Williams) (1984) (Rosve) (1.1)"> <description>Space Shuttle (Williams 1984)</description> <manufacturer>Williams</manufacturer> <year>1984</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Star_Wars_VP9_Mod_FS_v1.2"> <description>Star Wars (Data East 1992)</description> <manufacturer>Data East</manufacturer> <year>1992</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Star_Wars_Trilogy_VP915_v1.0.2FS"> <description>Star Wars Trilogy (Sega 1997)</description> <manufacturer>Sega</manufacturer> <year>1997</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Stargate FS 2K FullHD_1.3"> <description>Stargate (Gottlieb 1995)</description> <manufacturer>Gottlieb</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="StarshipTroopers_VP920_FlasherMOD_5.6"> <description>Starship Troopers (Sega 1997)</description> <manufacturer>Sega</manufacturer> <year>1997</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Super Mario Bros VP9_1UP_UW_V1.2FS"> <description>Super Mario Bros. (Gottlieb 1992)</description> <manufacturer>Gottlieb</manufacturer> <year>1992</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="TFTC_VP91x_2.1.1FS"> <description>Tales from the Crypt (Data East 1993)</description> <manufacturer>Data East</manufacturer> <year>1993</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="TOTAN_VP91x_3.4FS_Classic_FOM_SUNKEN_RELEASE_GI"> <description>Tales of the Arabian Nights (Williams 1996)</description> <manufacturer>Williams</manufacturer> <year>1996</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Taxi_night_mod_VP916_v1.0-jpsalas-aaronjames-teppotee"> <description>Taxi (Williams 1988)</description> <manufacturer>Williams</manufacturer> <year>1988</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="T2_CE_Tipoto_1.07_FS"> <description>Terminator 2: Judgment Day (Williams 1991)</description> <manufacturer>Williams</manufacturer> <year>1991</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="Terminator 3 FS"> <description>Terminator 3: Rise of the Machines (Stern 2003)</description> <manufacturer>Stern</manufacturer> <year>2003</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="TAF VP91X FS 2.0.1"> <description>The Addams Family (Midway 1992)</description> <manufacturer>Midway</manufacturer> <year>1992</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="The_Bally_Game_Show_VP911_1.02FS"> <description>The Bally Game Show (Midway 1990)</description> <manufacturer>Midway</manufacturer> <year>1990</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Flintstones_VP91x_1.02FS"> <description>The Flintstones (Williams 1994)</description> <manufacturer>Williams</manufacturer> <year>1994</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Getaway 1.0.1 - melon - VP9.2 FS"> <description>The Getaway: High Speed II (Williams 1992)</description> <manufacturer>Williams</manufacturer> <year>1992</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="LOTR_VP916_NIGHT_MOD_1.0"> <description>The Lord of the Rings (Stern 2009)</description> <manufacturer>Stern</manufacturer> <year>2009</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="BrideOfPinbot.uw.V1.02.FS"> <description>The Machine: Bride of Pin·bot (Williams 1991)</description> <manufacturer>Williams</manufacturer> <year>1991</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Party_Zone_VP91x_1.2.1FS"> <description>The Party Zone (Midway 1991)</description> <manufacturer>Midway</manufacturer> <year>1991</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="The Shadow_FS_MOD_NM_VP920_2.0"> <description>The Shadow (Midway 1994)</description> <manufacturer>Midway</manufacturer> <year>1994</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="STERN - The Simpsons Pinball Party - MEGAPIN_V1.1FSNM"> <description>The Simpsons Pinball Party (Stern 2003)</description> <manufacturer>Stern</manufacturer> <year>2003</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Sopranos_VP915_v1.0.1_FS"> <description>The Sopranos® (Stern 2005)</description> <manufacturer>Stern</manufacturer> <year>2005</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Tommy_HD_FS_BMPR_NM_VP920_2.0"> <description>The Who's Tommy Pinball Wizard (Data East 1994)</description> <manufacturer>Data East</manufacturer> <year>1994</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="X-Files_FS_GI_BMPR_MOD_2.1"> <description>The X Files (Sega 1997)</description> <manufacturer>Sega</manufacturer> <year>1997</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="TOM_vp91x_2.1.1FS"> <description>Theatre of Magic (Midway 1995)</description> <manufacturer>Midway</manufacturer> <year>1995</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Time_Machine_VP91x_1.0.1FS"> <description>Time Machine (Data East 1988)</description> <manufacturer>Data East</manufacturer> <year>1988</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="BALLY - TWILIGHT ZONE - MEGAPIN - VP9 - V1.0FSHPTEAM"> <description>Twilight Zone (Midway 1993)</description> <manufacturer>Midway</manufacturer> <year>1993</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game> <game name="Whitewater_Night_Mod_vp916_1.0_FS"> <description>White Water (Williams 1993)</description> <manufacturer>Williams</manufacturer> <year>1993</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game> <game name="World Cup Soccer (Bally)(1994)(Bmiki75 Koadic Bodydump Bent98)(1.2)(FS MOD)"> <description>World Cup Soccer (Midway 1994)</description> <manufacturer>Midway</manufacturer> <year>1994</year> <type>SS</type> <hidedmd>True</hidedmd> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>-1</rating> </game></menu>
-
Ah, yes. I must admit it only worked once through HS. After that , I had played a couple of times but have to choose manually. Wasn't important enough to warrant time messing about with.
-
Yeah that`s a bit more compact. From djvj hs module?
-
Lol that script's getting looooooong!
-
Some guy/gal called freezy has made this great backend/local server with a database pulled from IPDB that acts as a "hi score/downloader/manager for cabinets. So you can get a better idea of what it is. Here is small capture of how its running in pinballX. Firefox is opened and is rotated 90 degrees but the video didnt want to pick up on the rotation. Also good used from a mobile device to log in and manage your cab from that http://www.youtube.com/watch?v=rcftLeHWyJ0&feature=youtu.be So I've been working on something the last few months and I think it's time to announce it here so you guys can take a look at it. Check out pind.ch Not all features are implemented yet but every screenshot is from the real deal, no mockups. I use it on my cab and it saves me a sh**load of time. Feel free to comment here, this is going to be the official thread. The GitHub project can be found here, along with installation instructions here. See also known issues before you submit bugs. Once you get it running, you should probably do the following (in that order) Click on the admin icon on the top right side of the page Fill up the database by: Resync with HyperPin Match with IPDB.org Update High Scores Update Audits Download index from VPF under sources.
-
It should run just fine with the PClauncher module. I'd make sure any PInballX exiting keys are not conflicting with Hyperlaunch.
-
Tried to help you best I can here . http://www.gameex.info/forums/topic/12837-support-for-pinball-fx2/?p=109145 You can get to all this info by pushing ESC? & into PInball FX2 pause menu.
-
Didn't know there were videos here , cheers
-
The table selection is supposed to stop there. The main reason is we also do multiplayer. Either push start to go single player or choose hotseat. You could edit each table in the script and add another {enter down} {enter up} if you want it to load table. Maybe a tiny sleep command to allow the next screen to load before this. I still haven't been in and changed mine, they're still working default with pinfxkeys being used. Win7 x64. I have my exit emu & frontend key as F. This probably isn't the most ideal for everyone but I used to get what you describe about seeing the loading screen and bombing back out. I have tested them all , so if it's selecting the wrong table I think it's either your version of pinball FX2 or you may need to adjust the timings in the script.
-
https://www.dropbox.com/sh/7y4uojvzapdrksy/28Wr5I3Tun Here's a dropbox link with script/db which I have tested every table working from PinballX. If you don't need the keys file anymore just comment out: Run, PinFXKeys.ahk WinClose , PinFXKeys Yep, I did notice this but didn't upload the edited version. I was testing that with ControlSend and never edited it back.
-
Mine are all working as they should still. You could try Parameters=-applaunch 226990 or Parameters=-applaunch 226980 Known issues with E set as exit key but I changed my to F a while back.
-
If you go onto FTP in scripts folder - Pinball FX2 - Aug ahki Can have a look at script and use the ahktoexe to convert yourself. It would be nice if I could remove the older folders.
-
Sorted! Perfect cheers!
-
No, some people can launch that way and others can't.