Running noex FCM for non-arcooda tables, s7

hounds64

New member
Sep 29, 2015
8
0
Purchased the Arcooda license for steam. Help me with the easiest way to run both Arcooda for the available tables and noex FCM for those unlicensed and in season 7.

Dimensions for noex needs to be 1080 x 2200 and windowed, Arcooda 1080 by 1920 and full screen. Can this be handled by some kind of frontend? The dimension difference seems to be problematic.
 

GAH1068

New member
Mar 6, 2018
181
0
I am running both on my cabinet. In your users\My Games\Pinball Arcade directory there is a file called dx11_settings.dat. I saved a version for FCM (1080X2200,Windowed fullscreen) and then one for Arcooda (1080X1920, Fullscreen with the cabinet settings)

From PinballX I have my startup scripts copy a saved version of my specific version settings to the DX11_settings.dat so I can launch either version and not have to manually reconfigure anything. It has worked fine for me without any problems.
 

hounds64

New member
Sep 29, 2015
8
0
Big thanks, gah...figured something like that...I know just enough to ask the right question. Thankful for your reply...certain it will get me in the right direction.
 

Sebinouse

Member
Jul 18, 2012
101
0
I am running both on my cabinet. In your users\My Games\Pinball Arcade directory there is a file called dx11_settings.dat. I saved a version for FCM (1080X2200,Windowed fullscreen) and then one for Arcooda (1080X1920, Fullscreen with the cabinet settings)

From PinballX I have my startup scripts copy a saved version of my specific version settings to the DX11_settings.dat so I can launch either version and not have to manually reconfigure anything. It has worked fine for me without any problems.
Great ! Can you share these files here ? Thanks
 
Last edited:

GAH1068

New member
Mar 6, 2018
181
0
Great ! Can you share these files here ? Thanks

It is very easy to create them yourself. Just run the PBAConfig utility and setup either FCM or for CabinetMode. Save your settings (The file is saved as C:\Users\YourUserName\My Games\Pinball Arcade\DX11_Settings.dat) from there just create a new file name (example Arcooda_DX11_Settings.Dat or FCM_DX11_Settings.Dat is what I used). Do this for a settings file for FCM and for Arcooda. Then just copy whatever file you want to run to C:\Users\YourUserName\My Games\Pinball Arcade\DX11_Settings.dat and you are good to go.

I use FCM to direct launch tables from PinballX. I also have Arcooda starting up from PinballX. Depending on what system I run it copies the saved settings file to the DX11_settings.dat.

Everyone's cabinet mode setings will be different based on the monitors and layouts so providing mine won't be that helpful
 
Last edited:

Sebinouse

Member
Jul 18, 2012
101
0
It is very easy to create them yourself. Just run the PBAConfig utility and setup either FCM or for CabinetMode. Save your settings (The file is saved as C:\Users\YourUserName\My Games\Pinball Arcade\DX11_Settings.dat) from there just create a new file name (example Arcooda_DX11_Settings.Dat or FCM_DX11_Settings.Dat is what I used). Do this for a settings file for FCM and for Arcooda. Then just copy whatever file you want to run to C:\Users\YourUserName\My Games\Pinball Arcade\DX11_Settings.dat and you are good to go.

I use FCM to direct launch tables from PinballX. I also have Arcooda starting up from PinballX. Depending on what system I run it copies the saved settings file to the DX11_settings.dat.

Everyone's cabinet mode setings will be different based on the monitors and layouts so providing mine won't be that helpful

I gave a try for several hours ... and that's a fail ! :mad:

Can you share your PinballX config (screenshot or .ini) and the different commands you use ?

Thanks in advance :rolleyes:
 

GAH1068

New member
Mar 6, 2018
181
0
Arcooda / FCM settings

As requested

Pinball Arcade/Arcooda store their settings file in a directory called C:\Users\XXX\My Games\Pinball Arcade\dx_11_settings.dat (where XXX will be the name you sign into your computer with)

1) Run PBAConfig and create a settings file for Pinball Arcade to use with FCM. Save your settings. Go to the C:\Users\XXX\My Games\Pinball Arcade folder and copy the dx11_Settings.dat to a new file called fcm_dx11.dat. The name doesn't matter just update scripts as needed to reflect if you change the name.

fcm_arcooda_config_2.png


2) Run PBAConfig again and create a settings file for Arcooda. Save your settings. Go to the C:\Users\XXX\My Games\Pinball Arcade folder and copy the dx11_Settings.dat to a new file called arcooda_dx11.dat. The name doesn't matter just update scripts as needed to reflect if you change the name.

fcm_arcooda_config_1.png



3) Example of the two settings file that were saved from running PBAConfig (located in the Pinball Arcade folder in steam)

fcm_arcooda_config_3.png


4) Picture of my PinballX config for Arcooda along with the two Autohotkey scripts I use.

fcm_arcooda_config_5.png



Run_Arcooda.AHK - This script kills PinballX and then starts PinballArcadeCabinet.exe, it then waits for an Esc key to be pressed, kills PinballArcadeCabinet.Exe and then DMDExt, rotates my playfield back to Landscape. It then restarts PinballX.

fcm_arcooda_config_6.png



Start_Arcooda.ahk - Calls DLL copy to take the saved settings file and copy it back to dx11_settings.dat that Arcooda uses, rotates my playfield 90% and starts DMDExt for my PinDMDV3

fcm_arcooda_config_7.png



5) Picture of my PinballX config for PinballArcade using FCM along with the two Autohotkey scripts I use.

fcm_arcooda_config_4.png



Start_TPAFreeCam.ahk - This script kills PinballX and then starts TPAFreeCamMod.exe passing in the table to run, it then waits for an Esc key to be pressed, kills PinballArcade11.Exe and then DMDExt, rotates my playfield back to Landscape. It has a section to update the PinballX database file to mark this the last table you started so PinballX remembers when it loads back up. It then restarts PinballX.

fcm_arcooda_config_8.png
 
Last edited:

GAH1068

New member
Mar 6, 2018
181
0
Start_PinballArcade.ahk - Calls DLL copy to take the saved settings file and copy it back to dx11_settings.dat that PinballArcade/FCM uses, rotates my playfield 90% and starts DMDExt for my PinDMDV3

fcm_arcooda_config_9.png



You will need to update the directories based on your setup but this should get you working. This method is working great for me and lets me go between FCM and Arcooda right from PBX without having to modify settings manually.
 

Sebinouse

Member
Jul 18, 2012
101
0
OK so I created my own scripts and they work as expected when I double click on them.

My mistakes were :
- I didn't know the DLLCALL for copy
- AHK was not running as administrator and was unable to kill PinballArcade11.exe

But I'm still stuck : I can't launch them from PinballX even if everything is configured according to your screen shots ...

How do you configure a table via the Game Manager to launch the proper script ?
 

GAH1068

New member
Mar 6, 2018
181
0
Two things to check:

1) Make your FCM settings.ini file has LaunchGame=1 This is what allows it to launch a table on startup.

[Settings]

; Auto launch the game when the mod starts.
LaunchGame=1


2) You have to pass in the right Table names from Game manager and the naming is important. Check and make sure your Game name is set as follows.


<menu>
<game name="AddamsFamily">
<description>Addams Family</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1992</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="WorldTour">
<description>Al's Garage Band Goes on a World Tour</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1992</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="AttackFromMars">
<description>Attack from Mars</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1995</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>5</rating>
</game>
<game name="BanzaiRun">
<description>Banzai Run</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1988</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>3</rating>
</game>
<game name="BigShot">
<description>Big Shot</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1973</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>3</rating>
</game>
<game name="BlackHole">
<description>Black Hole</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1981</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="BlackKnight2000">
<description>Black Knigh 2000</description>
<rom></rom>
<manufacturer></manufacturer>
<year></year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="KnightEmu">
<description>Black Knight</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1980</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="BlackRose">
<description>Black Rose</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1992</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="BoneBusters">
<description>Bone Busters</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1989</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Dracula">
<description>Bram Stoker's Dracula</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1993</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="BridePB">
<description>Bride of PinBot</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1991</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="CactusCanyon">
<description>Cactus Canyon</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1998</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="CactusJacks">
<description>Cactus Jacks</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1991</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Centaur">
<description>Centaur</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1981</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Centigrade37">
<description>Centigrade37</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1977</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="CentralPark">
<description>Central Park</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1966</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="ChampionPub">
<description>Champion Pub</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1998</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Cirqus">
<description>Cirqus Voltaire</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1997</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Class1812">
<description>Class of 1812</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1991</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Creature">
<description>Creature from the Black Lagoon</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1992</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="CueBallWizard">
<description>Cue Ball Wizard</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1992</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>3</rating>
</game>
<game name="Cyclone">
<description>Cyclone</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1988</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Diner">
<description>Diner</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1990</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="DoctorWho">
<description>Doctor Who</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1992</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="DoctorWhoRegen">
<description>Doctor Who - Masters of Time</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>2016</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="DrDude">
<description>Dr. Dude</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1990</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="EarthShaker">
<description>Earthshaker</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1989</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="EightBallDeluxe">
<description>Eight Ball Deluxe</description>
<rom></rom>
<manufacturer>Bally 1990</manufacturer>
<year></year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="ElDoradoEM">
<description>El Dorado</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1975</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="ElDorado">
<description>El Dorado - City of Gold</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1984</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="ElviraPartyMonst">
<description>Elvira and the Party Monsters</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1989</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Tomcat">
<description>F-14 Tomcat</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1987</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Fathom">
<description>Fathom</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1981</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Fireball">
<description>Fireball</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1972</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Firepwr">
<description>Firepower</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1980</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Firepower2">
<description>Firepower II</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1983</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="FishTales">
<description>Fish Tales</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1992</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Flight2000">
<description>Flight 2000</description>
<rom></rom>
<manufacturer>Stern</manufacturer>
<year>1980</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="BigHurt">
<description>Frank Thomas's Big Hurt</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1995</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="FnHouse">
<description>Funhouse</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1990</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Genie">
<description>Genie</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1979</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>3</rating>
</game>
<game name="Gladiators">
<description>Gladiators</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1993</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="GoinNuts">
<description>Goin' Nuts</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1983</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Gorgar">
<description>Gorgar</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1979</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="HarleyDavidson">
<description>Harley-Davidson</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1991</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>2</rating>
</game>
<game name="HauntedHouse">
<description>Haunted House</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1982</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="HighRollerCasino">
<description>High Roller Casino</description>
<rom></rom>
<manufacturer>Stern</manufacturer>
<year>2001</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>3</rating>
</game>
<game name="HighSpeed">
<description>High Speed</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1986</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Hurricane">
<description>Hurricane</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1991</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Indy500">
<description>Indianapolis 500</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1995</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="JackBot">
<description>JackBot</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1995</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="JacksOpen">
<description>Jacks Open</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1977</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="JudgeDredd">
<description>Judge Dress</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1996</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="JunkYard">
<description>Junk Yard</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1996</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="LastActionHero">
<description>Last Action Hero</description>
<rom></rom>
<manufacturer>Stern</manufacturer>
<year>1993</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="LightsCameraActi">
<description>Lights...Camera...Action!</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1989</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>3</rating>
</game>
<game name="Frankenstein">
<description>Mary Shelley's Frankenstein</description>
<rom></rom>
<manufacturer>Stern</manufacturer>
<year>1995</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Mediev">
<description>Medieval Madness</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1997</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="MonsterBash">
<description>Monster Bash</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1998</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Mustang">
<description>Mustang</description>
<rom></rom>
<manufacturer>Stern</manufacturer>
<year>SS</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>-1</rating>
</game>
<game name="NoFear">
<description>No Fear</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1995</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Gofers">
<description>No Good Gofers</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1997</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Paragon">
<description>Paragon</description>
<rom></rom>
<manufacturer></manufacturer>
<year></year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="PartyZone">
<description>Party Zone</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1991</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="PhantomOfTheOper">
<description>Phantom of the Opera</description>
<rom></rom>
<manufacturer>Stern</manufacturer>
<year>1990</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="PinBot">
<description>PIN·BOT</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1986</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="PistolPoker">
<description>Pistol Poker</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1993</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Rescue911">
<description>Rescue 911</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1994</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Ripleys">
<description>Ripley's Believe It or Not!®</description>
<rom></rom>
<manufacturer>Stern</manufacturer>
<year>2004</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="RoadShow">
<description>Road Show</description>
<rom></rom>
<manufacturer>Williams </manufacturer>
<year>1994</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="SafeCracker">
<description>Safe Cracker</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1996</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="ScaredStiff">
<description>Scared Stiff</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1996</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Sorcerer">
<description>Sorcerer</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1985</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Shuttle">
<description>Space Shuttle</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1984</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="SpanishEyes">
<description>Spanish Eyes</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1972</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="StarTrekTNG">
<description>Star Trek -The Next Generation</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1993</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="StarshipTroopers">
<description>Starship Trooper</description>
<rom></rom>
<manufacturer>Stern</manufacturer>
<year>1997</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="SwordsOfFury">
<description>Sword of Fury</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1988</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Totan">
<description>Tales of the Arabian Nights</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1996</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Taxi">
<description>Taxi</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1988</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="TeedOff">
<description>Tee'd Off</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1993</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Terminator2">
<description>Terminator 2 - Judgment Day</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1991</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="HighSpeed2">
<description>The Getaway - High Speed II</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1992</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="TheaterOfMagic">
<description>Theatre of Magic</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1995</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="TwilightZone">
<description>Twilight Zone</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1993</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="TXSector">
<description>TX-Sector</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1988</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
<game name="Victory">
<description>Victory</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1987</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>3</rating>
</game>
<game name="Whirlwind">
<description>Whirlwind</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1990</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="WhiteWater">
<description>White Water</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1993</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="WhoDunnit">
<description>WHO dunnit</description>
<rom></rom>
<manufacturer>Midway</manufacturer>
<year>1995</year>
<type>SS</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="WildCard">
<description>Wild Card</description>
<rom></rom>
<manufacturer>Williams</manufacturer>
<year>1977</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>False</enabled>
<rating>4</rating>
</game>
<game name="Wipeout">
<description>Wipeout</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1993</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="WorldCup">
<description>World Championship Soccer</description>
<rom></rom>
<manufacturer>Gottlieb</manufacturer>
<year>1993</year>
<type>EM</type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>False</hidebackglass>
<enabled>True</enabled>
<rating>4</rating>
</game>
<game name="Xenon">
<description>Xenon</description>
<rom></rom>
<manufacturer>Bally</manufacturer>
<year>1980</year>
<type></type>
<hidedmd>True</hidedmd>
<hidetopper>True</hidetopper>
<hidebackglass>True</hidebackglass>
<enabled>True</enabled>
<rating>0</rating>
</game>
</menu>
 
Last edited:

Sebinouse

Member
Jul 18, 2012
101
0
Thanks for the tip ... FCM is now working from the PinballArcade system menu of PinballX configurator (unable to make it work from other system).

I'm still unable to launch Arcooda from "other system" as well ... I'm using PinballX v2.5 ... maybe I should consider an update ...
 

GAH1068

New member
Mar 6, 2018
181
0
I am running latest version of pbx. Out of the two getting Arcooda should be the easist since you are just starting a single executable and no parameters. Are you getting an error?
 
Last edited:

Sebinouse

Member
Jul 18, 2012
101
0
I updated PinballX but that was not the issue : PinballX wants a .exe to launch a program not a .ahk !
(.ahk are OK for scripts)
 

GAH1068

New member
Mar 6, 2018
181
0
Are you compiling the .AHK to EXE? All you need to do is run Ahk2EXE which comes the install to create a EXE of the scripts.
 

GAH1068

New member
Mar 6, 2018
181
0
Sorry, I assumed you might be using it already and knew that you could do that.

If you right click the AHK file there should be a compile option there too. Makes it simple.
 

Members online

No members online now.

Members online

No members online now.
Top