Jump to content



Photo
* * * * * 3 votes

PBX Recorder (Automated PinballX media video recorder)

pbxrecorder screenshot videos ffmpeg recorder Pinballx

  • Please log in to reply
359 replies to this topic

#301 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 26 October 2020 - 03:30 AM

trying to record videos but I keep running into the attached error. This is in desktop mode one monitor. Also, I noticed the tables are not closing between recordings so it's causing multiplying of dmds. Any suggestions? I really don't want to have to record one at a time. I have hundreds.

 

pbx log is attached

 

Well, based on the log file, your INI is correct, you are not asking it to record backglass
here is the ini structure
 

6   'Unknown
C:\Pinball\PinballX  'Path to pinballX
2   'Recording Mode(new, missing, etc)
1   'Table Vid
1   'Backglass Vid
0   'DMD Vid
1   'Table SS
1   'Backglass SS
0   'DMD SS
1   'Record format f4v or mp4
5   'Video Duration
1   'table name or description
30  'Start Delay
0   'Screen Rotation

So the auto hotkey script must be setup to kill b2s regardless.

 

2 choices

you could let vpx run backglasses, it wont even matter if you set it to run them off on a phantom monitor that does not exist.

 

Or you could edit the auto hotkey script that comes with pbx recorder, and remove the backglass part
then use auto hotkey to recompile it into a new pbx recorder

 

Tables are not closing probably because the script is erroring out trying to end the backglass.

 

Seems odd though as i know i have captured tables that had no B2S file as they were FSS tables
do you have B2S disabled in VPX nudge/dof settings?
wonder if that may be causing it?


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#302 bpjacobsen

bpjacobsen

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,092 posts

  • Flag: ---------

  • Favorite Pinball: all

Posted 26 October 2020 - 01:43 PM

Can you provide more guidance on how I update the AHK to remove the BG part? It's been years since I messed with one of these scripts. Also, I noticed there are 6 AHK files but I assume I'm editing the 1.6 version of the file correct? If you can please let me know exactly what I need to remove and how to re-compile it, that would be great. 


Edited by bpjacobsen, 26 October 2020 - 01:51 PM.


#303 bpjacobsen

bpjacobsen

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,092 posts

  • Flag: ---------

  • Favorite Pinball: all

Posted 26 October 2020 - 08:05 PM

 

trying to record videos but I keep running into the attached error. This is in desktop mode one monitor. Also, I noticed the tables are not closing between recordings so it's causing multiplying of dmds. Any suggestions? I really don't want to have to record one at a time. I have hundreds.

 

pbx log is attached

 

Well, based on the log file, your INI is correct, you are not asking it to record backglass
here is the ini structure
 

6   'Unknown
C:\Pinball\PinballX  'Path to pinballX
2   'Recording Mode(new, missing, etc)
1   'Table Vid
1   'Backglass Vid
0   'DMD Vid
1   'Table SS
1   'Backglass SS
0   'DMD SS
1   'Record format f4v or mp4
5   'Video Duration
1   'table name or description
30  'Start Delay
0   'Screen Rotation

So the auto hotkey script must be setup to kill b2s regardless.

 

2 choices

you could let vpx run backglasses, it wont even matter if you set it to run them off on a phantom monitor that does not exist.

 

Or you could edit the auto hotkey script that comes with pbx recorder, and remove the backglass part
then use auto hotkey to recompile it into a new pbx recorder

 

Tables are not closing probably because the script is erroring out trying to end the backglass.

 

Seems odd though as i know i have captured tables that had no B2S file as they were FSS tables
do you have B2S disabled in VPX nudge/dof settings?
wonder if that may be causing it?

 

Can you provide more guidance on how I update the AHK to remove the BG part? It's been years since I messed with one of these scripts. Also, I noticed there are 6 AHK files but I assume I'm editing the 1.6 version of the file correct? If you can please let me know exactly what I need to remove and how to re-compile it, that would be great. 



#304 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 27 October 2020 - 03:40 AM

Not off hand, i've never written anything in AHK

Have you tried letting vpx run backglasses?
it wont really matter that you can not see them for this purpose

 

do you have b2s disabled in vpx nudge config?
 

i just recorded a table with no backglass file, but i have b2s enabled in vpx
it recorded the table without issue


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#305 bpjacobsen

bpjacobsen

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,092 posts

  • Flag: ---------

  • Favorite Pinball: all

Posted 27 October 2020 - 01:27 PM

Not off hand, i've never written anything in AHK

Have you tried letting vpx run backglasses?
it wont really matter that you can not see them for this purpose

 

do you have b2s disabled in vpx nudge config?
 

i just recorded a table with no backglass file, but i have b2s enabled in vpx
it recorded the table without issue

 

B2S was enabled in VPX. The problem is it will record fine in the beginning but what is happening is the tables are not closing so each subsequent recording ends up with multiple dmd displays on the screen b/c it's not closing the previous table. I don't think this is related to B2S? then eventually, the error I posted originally comes up. If I record one at a time it will work but that would take me weeks. I  just need someone with knowledge of this script to tell me how to get pbx to close each table when done. I confirmed that when I launch multiple tables in pbx then exit pbx, the tables are not left open so it's got to be something screwy with the script. But I never changed anything and it was working fine on my 3 monitor cab setup.


Edited by bpjacobsen, 27 October 2020 - 01:33 PM.


#306 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 27 October 2020 - 07:10 PM

Are you using pinballX as the frontend?

If you are, you could have PinballX's game manager just record them all for you
It will also record all tables in a walk off and let it go manner


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#307 bpjacobsen

bpjacobsen

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,092 posts

  • Flag: ---------

  • Favorite Pinball: all

Posted 28 October 2020 - 12:11 AM

Are you using pinballX as the frontend?

If you are, you could have PinballX's game manager just record them all for you
It will also record all tables in a walk off and let it go manner

Yes I am but I have not been able to figure out how to get that to work. Do you know how to record tables with PBX?



#308 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 28 October 2020 - 12:20 AM

 

Are you using pinballX as the frontend?

If you are, you could have PinballX's game manager just record them all for you
It will also record all tables in a walk off and let it go manner

Yes I am but I have not been able to figure out how to get that to work. Do you know how to record tables with PBX?

 

 

Yes.
Launch game manager
And click the create videos button at the top

 

If you already have the recording settings correct in pinballX settings app, it will record all your tables

 


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#309 bpjacobsen

bpjacobsen

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,092 posts

  • Flag: ---------

  • Favorite Pinball: all

Posted 28 October 2020 - 01:00 AM

hmm, tried that and still have an issue with tables not closing and  thus dmd staying on the screen from prev tables. Ugh! I posted this issue in the pbx site.



#310 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 28 October 2020 - 01:24 AM

What does your launch command for VPX look like in the pinballX.ini?

 

Mine looks like

 

Parameters=RunWait, /STAYINRAM /play -"[TABLEPATH]\[TABLEFILE]" /exit /arcaderender,,hide UseErrorLevel


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#311 gtxjoe

gtxjoe

    VPF Veteran

  • VIP
  • 5,152 posts

  • Flag: United States of America

  • Favorite Pinball: Medieval Madness, AbraCadabra



Contributor

Posted 28 October 2020 - 01:49 AM

I started seeing the task kill and dmd not closing issue. You have to run PBXRecorder as administrator and that fixed it for me

#312 bpjacobsen

bpjacobsen

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,092 posts

  • Flag: ---------

  • Favorite Pinball: all

Posted 28 October 2020 - 03:02 AM

Well, it seems that was the problem. I have it recording now and so far so good. will take a long time. let's see what I find by the morning. thanks!



#313 bpjacobsen

bpjacobsen

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,092 posts

  • Flag: ---------

  • Favorite Pinball: all

Posted 28 October 2020 - 02:26 PM

OK, so about half of the tables recorded the game manager. see attached example. So I"m about halfway there. any clues why this is happening?

Attached Files



#314 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 28 October 2020 - 05:13 PM

cant see image, thumbnail too small


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#315 TheProdigyUK

TheProdigyUK

    Neophyte

  • Members
  • Pip
  • 3 posts

  • Flag: United Kingdom

  • Favorite Pinball: The Addams Family

Posted 07 November 2020 - 03:33 PM

Hi gtxjoe or anyone who can help me please

 

I have a 2 screen Cab and when I capture my VPX tables I blank / black videos that don't play at all. Even if I play them in PinballX. I'm on Win10 with latest PinballX and BETA 7 VPX. PBX version 1.6.

 

Screen Res says:

 

https://1drv.ms/u/s!...ZMqwDi?e=jA1jFw

 

..and displays test images fine on backglass and playfield.

 

PBXrecorder.log:

November 07,2020 11:02:25
Version 1.6

Monitor Count: 2,  Primary Monitor: 1
Monitor 1: 1920x1080 (\\.\DISPLAY1)
Monitor 2: 3200x1024 (\\.\DISPLAY2)
Single File Selected:  C:\Visual Pinball\Tables\VPX\AC-DC_Premium-1.4.vpx

Pinballx.ini
6
C:\PinballX
0
1
1
0
0
0
0
1
60
1
15
180

Identify all VP XML files...
VP System #1:
C:\PinballX\Databases\Visual Pinball\Visual Pinball.xml
C:\Visual Pinball
C:\Visual Pinball\Tables\VP
VPinball995.exe

Skipping disabled/non-VP system: MAME.xml

VP System #2:
C:\PinballX\Databases\Visual Pinball X\Visual Pinball X.xml
C:\Visual Pinball
C:\Visual Pinball\Tables\VPX
VPinballX.exe

VP System #3:
C:\PinballX\Databases\VPxPUP\VPxPUP.xml
C:\Visual Pinball
C:\Visual Pinball\Tables\VPxPUP
VPinballX.exe

Skipping disabled/non-VP system: HyperSpin Arcade.xml

Skipping disabled/non-VP system: Pinball Arcade.xml

Skipping disabled/non-VP system: Pinball Arcade.xml

Skipping disabled/non-VP system: Pinball Arcade.xml

Total number of VP systems found: 3

Adding table to Visual Pinball.xml (11:03:40)


Adding table to Visual Pinball X.xml (11:03:40)


Working on Visual Pinball.xml (11:03:40)

Screenres.txt
1920
1080
1280
1024
2
0
0
0
0
0
0
0

Values used for media capture (height/width forced to even values)
VirtualScreenWidth = 3200
TotalScreenWidth   = 1920  
PF_width           = 1920          
PF_height          = 1080         
BG_width           = 1280          
BG_height          = 1024         
DMD_width          = 0      
DMD_height         = 0        
DMD_X_offset       = 0            
DMD_Y_offset       = 0             
-----------------------------------------
DMD_tot_offset     = 1920             
DMD_orig_width     = 0         

24 (Stern 2009)

EXAMPLE of all ffmpeg.exe commands used
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 0 -offset_y 0 -video_size 1920x1080 -i desktop -vf "rotate=PI:bilinear=0" "C:\PinballX\Media\Visual Pinball\Table Images\24 (Stern 2009) freneticamnesic.png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 1920 -offset_y 0 -video_size 1280x1024 -i desktop "C:\PinballX\Media\Visual Pinball\Backglass Images\24 (Stern 2009) freneticamnesic.png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 1920 -offset_y 0 -video_size 0x0 -i desktop "C:\PinballX\Media\Visual Pinball\DMD Images\24 (Stern 2009) freneticamnesic.png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 0 -offset_y 0 -video_size 1920x1080 -i desktop -vcodec libx264 -preset ultrafast -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\playfield.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 1920 -offset_y 0 -video_size 1280x1024 -i desktop -vcodec libx264 -preset ultrafast  -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\bg.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 1920 -offset_y 0 -video_size 0x0 -i desktop -vcodec libx264 -preset ultrafast  -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\dmd.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\playfield.mkv" -ss 5 -to 1000 -vf "rotate=PI:bilinear=0" -c:v libx264 -crf 26 "C:\PinballX\Media\Visual Pinball\Table Videos\24 (Stern 2009) freneticamnesic.mp4"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\bg.mkv" -ss 5 -to 1000 -c:v libx264 -crf 26 "C:\PinballX\Media\Visual Pinball\Backglass Videos\24 (Stern 2009) freneticamnesic.mp4"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\dmd.mkv" -ss 5 -to 1000 -c:v libx264 -crf 26 "C:\PinballX\Media\Visual Pinball\DMD Videos\24 (Stern 2009) freneticamnesic.mp4"

PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\24 (Stern 2009) freneticamnesic.vpt

4 Million BC
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\4MBC_FS_B2S_V1.0.1.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\4MBC_FS_B2S_V1.0.1.vpt

Abra Ca Dabra
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\AbraCaDabra_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Abra Ca Dabra.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\AbraCaDabra_FS_B2S.vpt

ACDC
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\ACDC_B2S_FS.vpt

ACDC_B2S_FS_DOF
Table disabled in xml: C:\Visual Pinball\Tables\VP\ACDC_B2S_FS_DOF.vpt

Airborne
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Airborne.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Airborne.vpt

Ali
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Ali.vpt

Alien Poker (Williams 1980)
Table disabled in xml: C:\Visual Pinball\Tables\VP\Alien Poker (Williams 1980).vpt

Al's Garage Band
Table file not found: C:\Visual Pinball\Tables\VP\Al's Garage Band.vpt or Al's Garage Band.vpx 

Amazing_Spiderman_2012
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Amazing_Spiderman_2012_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Amazing_Spiderman_2012.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Amazing_Spiderman_2012_B2S.vpt

Amazon Hunt (Gottlieb 1983)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Amazon Hunt (Gottlieb 1983)(Abstr)(HD_MOD_abstr_version1.0)(FS)(VP9).vpt

Antar
Table disabled in xml: C:\Visual Pinball\Tables\VP\Antar_VP9_1.1_FS.vpt

Apollo 13
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Apollo 13.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Apollo 13.vpt

Asteroid Annie (Gottlieb 1980)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Asteroid Annie (Gottlieb 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Asteroid Annie (Gottlieb 1980).vpt

Atlantis
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Atlantis.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Atlantis.vpt

Atlantis (Gottlieb)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Atlantis (Gottlieb).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Atlantis (Gottlieb).vpt

Attack From Mars - PuP-Edition
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Attack From Mars Night Mod.directb2s
FYI (FTP not enabled): No Wheel Image - Attack From Mars - PuP-Edition.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Attack From Mars Night Mod.vpt

Austin Powers (Stern 2001)
Table disabled in xml: C:\Visual Pinball\Tables\VP\Austin Powers (Stern 2001).vpt

Austin Powers (Stern 2001) 
Table disabled in xml: C:\Visual Pinball\Tables\VP\Austin Powers (Stern 2001) HR_ FS_VP9.2.1_Rev_1.3.vpt

Avatar  - PuP-Edition
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Avatar (Stern) (2010) (85vett).directb2s
FYI (FTP not enabled): No Wheel Image - Avatar  - PuP-Edition.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Avatar (Stern) (2010) (85vett).vpt

BabyPacman.uw.V1.0
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\BabyPacman.uw.V1.0.vpt

Back_to_the_Future_NightMod
Table disabled in xml: C:\Visual Pinball\Tables\VP\Back_to_the_Future_NightMod_LoadedWeapon.vpt

Bad Cats
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\BadCats_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Bad Cats.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\BadCats_FS_B2S.vpt

Bad Girls (Premier)(1988)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Bad Girls (Premier)(1988).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Bad Girls (Premier)(1988).vpt

Banzai Run
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Banzai Run.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Banzai Run-FSHD-V1.02.vpt

Barbarella
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Barbarella.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Barbarella.vpt

Barracora (Williams)(1981)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Barracora (Williams)(1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Barracora (Williams)(1981)(gtxjoe)(1.0.0)(FS)(9.2).vpt

Baseball 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Baseball .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Baseball 1.0 FS.vpt

Batman
Table disabled in xml: C:\Visual Pinball\Tables\VP\Batman.vpt

Batman Dark Knight FS (VP 9-9) version 2
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Batman Dark Knight FS (VP 9-9) version 2.vpt

Batman Forever
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Batman Forever.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Batman Forever.vpt

 Baywatch 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image -  Baywatch .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\VP912_Baywatch_HR_FS_2.0.3.vpt

Beatles
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Beatles.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\BeatlesFS_DB2S_2013.8.27.vpt

Big Bang Bar (Capcom) (1996) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Big Bang Bar (Capcom) (1996) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Big Bang Bar (Capcom) (1996) (Uw Jf G) (2.0) (FS).vpt

Big Buck Hunter
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Big Buck Hunter.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Big Buck Hunter FS (VP9-9 Version 2).vpt

Big Daddy
Table disabled in xml: C:\Visual Pinball\Tables\VP\BigDaddyVP9_B2S.vpt

Big Guns
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Big Guns.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Big Guns.vpt

Big Valley
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\BigValley_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Big Valley.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\BigValley_FS_B2S.vpt

Big_Brave
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Big_Brave.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Big_Brave.vpt

Big-Hit
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Big-Hit-FS-B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Big-Hit.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Big-Hit-FS-B2S.vpt

black hole
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - black hole.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\black hole.vpt

Black Jack (Bally 1976)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Black Jack (Bally 1976).vpt

Black Knight
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Black Knight.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Black Knight.vpt

Black Knight 2000
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Black Knight 2000.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Black Knight 2000.vpt

Black Sabbath 70s
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Black Sabbath 70s.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Black Sabbath 70s.vpt

Black Sabbath 80s
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Black Sabbath 80s.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Black Sabbath 80s.vpt

Black_Pyramid
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Black_Pyramid.vpt

Black_Rose_NightMod
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Black_Rose_NightMod.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Black_Rose_NightMod_LoadedWeapon_1.1.vpt

Blackout
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Blackout.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Blackout.vpt

Blackwater 100 (Bally 1988)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Blackwater 100 (Bally 1988).vpt

Blue Chip
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Blue Chip.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Blue Chip.vpt

Bow_&_Arrow
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Bow_&_Arrow.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Bow_&_ArrowFS_VP9_1.1.vpt

Bram Stoker's Dracula
Table file not found: C:\Visual Pinball\Tables\VP\Bram Stoker's Dracula.vpt or Bram Stoker's Dracula.vpx 

Break Shot
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Break Shot.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\BreakShot_VP9.2_(Mod FS)1.2.vpt

Bride of Pinbot
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Bride of Pinbot.vpt

Bronco Buster
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\BroncoBuster_rev3.0_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Bronco Buster.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\BroncoBuster_rev3.0_FS_B2S.vpt

Buck Rogers (Gottlieb 1980) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Buck Rogers (Gottlieb 1980) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Buck Rogers (Gottlieb 1980) (VP9.9 DX9 FS) 1.0.2.vpt

Cactus Canyon(High Noon MOD)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cactus Canyon(High Noon MOD).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cactus Canyon(High Noon MOD)FS_1.31.vpt

Cactus_Canyon_(HIGH_NOON_NIGHT_MOD)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cactus_Canyon_(HIGH_NOON_NIGHT_MOD).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cactus_Canyon_(HIGH_NOON_NIGHT_MOD)_FS_VP916_1.3.vpt

Capersville
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Capersville_FS_B2S_V1.0.directb2s
FYI (FTP not enabled): No Wheel Image - Capersville.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Capersville_FS_B2S_V1.0.vpt

Captain Fantastic
Table disabled in xml: C:\Visual Pinball\Tables\VP\CaptFantastic_FS_B2S.vpt

Car Hop
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Car Hop.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Car Hop.vpt

Catacomb (Stern) (1981)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Catacomb (Stern) (1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Catacomb (Stern) (1981) (VPM99).vpt

Cavaleiro Negro (Taito) (1981) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cavaleiro Negro (Taito) (1981) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cavaleiro Negro (Taito) (1981) (VPM9).vpt

Centaur
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Centaur.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Centaur.vpt

Centigrade 37
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Centigrade37_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Centigrade 37.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Centigrade37_FS_B2S.vpt

Central Park 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\CentralPark_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Central Park .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\CentralPark_FS_B2S.vpt

Champion Pub
Table disabled in xml: C:\Visual Pinball\Tables\VP\Champion Pub.vpt

Chance 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Chance .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Chance FS.vpt

Charlies Angels
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Charlies Angels.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Charlies Angels.vpt

Checkpoint (Data East 1991)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Checkpoint (Data East 1991).vpt

Cheetah(Stern 1980)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cheetah(Stern 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cheetah(Stern 1980).vpt

Cirqus Voltaire 
Table disabled in xml: C:\Visual Pinball\Tables\VP\CirqusVoltaire_FS_B2S.vpt

Class of 1812 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Class of 1812 .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Class of 1812_NM_LoadedWeapon_2.0.vpt

Close Encounters
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Close Encounters.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Close_Encounters_FS2S.vpt

Comet 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Comet .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\comet.uw.V2.0.FS.vp910.vpt

Concorde 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Concorde .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Concorde English.vpt

Congo_NightMod
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Congo_NightMod.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Congo_NightMod_LoadedWeapon.vpt

Corvette 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Corvette .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Corvette FS (vp9-9) Version 2.vpt

Cosmic Gunfight 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cosmic Gunfight .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cosmic Gunfight VP91x FS v1.2.vpt

Cosmic Princess
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cosmic Princess.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cosmic Princess.vpt

Creature from the Black Lagoon
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Creature from the Black Lagoon.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Creature from the Black Lagoon.vpt

Cueball_Wizard 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cueball_Wizard .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cueball_Wizard_VP91x_1.3FS.vpt

Cyclone 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Cyclone_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Cyclone .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cyclone_FS_B2S.vpt

Cyclopes (Gameplan 1985)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Cyclopes(Gameplan 1985).vpt

Daffy Duck 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\DaffyDuck2012_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Daffy Duck .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\DaffyDuck2012_FS_B2S.vpt

Deadly Weapon (Gottlieb)(1990)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Deadly Weapon (Gottlieb)(1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Deadly Weapon (Gottlieb)(1990)(Bodydump)(1.0)(FS)(9.14).vpt

Def Leppard
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Def Leppard.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Def Leppard.vpt

Defender (Williams 1982)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Defender (Williams 1982)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Defender (Williams 1982) (gtxjoe) (VP9 FS 1.0).vpt

Demolition Man - PuP Edition
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Demolition Man_FS_MOD_teppotee-aaronjames_1.0.directb2s
FYI (FTP not enabled): No Wheel Image - Demolition Man - PuP Edition.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Demolition Man_FS_MOD_teppotee-aaronjames_1.0.vpt

Diamond_Lady 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Diamond_Lady .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Diamond_Lady_VP91x_1.0FS.vpt

Diner 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Diner_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Diner .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Diner_FS_B2S.vpt

Dipsy Doodle 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\DipsyDoodle_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Dipsy Doodle .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\DipsyDoodle_FS_B2S.vpt

Dirty Harry 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Dirty Harry .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\DirtyHarry-el_timbo86FS.vpt

DISCO FEVER 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - DISCO FEVER .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\DISCO FEVER_FS_oooPLAYER1ooo.vpt

Doctor Who  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Doctor Who  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Doctor Who dx9.vpt

Dolly_Parton 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Dolly_Parton .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Dolly_Parton_VP9_1.1FS.vpt

 Dr Dude 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image -  Dr Dude .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\VP912_FS_DrDude_HR.vpt

Dr Dude
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Dr Dude.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\DuD_1_3.vpt

Dragon 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Dragon_Interflip_AR_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Dragon .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Dragon_Interflip_AR_B2S.vpt

Dragon (Gottlieb 1978)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Dragon (Gottlieb 1978).vpt

Drakor (Taito) (1979)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Drakor (Taito) (1979)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Drakor (Taito) (1979) (VPM9).vpt

Drop-A-Card
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Drop-A-Card.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Drop-A-Card (Gottlieb 1971).vpt

Earth Wind Fire
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Earth Wind Fire.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\EarthWindFire_FS_1_1.vpt

Earthshaker_NightMod 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Earthshaker_NightMod .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Earthshaker_NightMod_LoadedWeapon.vpt

Eight Ball
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Eight Ball.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Eight Ball.vpt

Eight Ball Deluxe  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Eight Ball Deluxe  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Eight Ball Deluxe 9.9.vpt

Elvira and the Party Monsters Day
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Elvira and the Party Monsters Day.vpt

Elvis_Night_Mod 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Elvis_Night_Mod .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Elvis_Night_Mod_VP916_1.0_JPSALAS-AARONJAMES_TEPPOTEE.vpt

Embryon 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Embryon .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Embryon_VP9.2_1.02_FS.vpt

Escape (Royal 1987)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Escape (Royal 1987).vpt

Escape from the Lost World
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Escape from the Lost World.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Escape from the Lost World (Bally 1987).vpt

F-14 Tomcat
Table disabled in xml: C:\Visual Pinball\Tables\VP\F-14 Tomcat.vpt

Faces
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\FacesFS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Faces.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\FacesFS_B2S.vpt

Faeton
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Faeton.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Faeton_VP9_1.01FS.vpt

Far Out (Gottlieb) (1974)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Far Out (Gottlieb) (1974)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Far Out (Gottlieb) (1974) (Loserman!) -v2.1-FS.vpt

Farfalla  
Table disabled in xml: C:\Visual Pinball\Tables\VP\Farfalla (Zaccaria VP9.9 FS 1.1 gtxjoe).vpt

Fathom
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Fathom.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Fathom.vpt

Fire
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Fire.vpt

Fireball 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Fireball_B2S_V1.0.0.directb2s
FYI (FTP not enabled): No Wheel Image - Fireball .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Fireball_B2S_V1.0.0.vpt

Firepower
Table file not found: C:\Visual Pinball\Tables\VP\Firepower.vpt or Firepower.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VP\Firepower.vpx

Firepower II (Williams 1983)
Table disabled in xml: C:\Visual Pinball\Tables\VP\Firepower II.vpt

Firepower_URNF_VP9_1.1.0.2_JF_BMPR_MOD_FS
Table disabled in xml: C:\Visual Pinball\Tables\VP\Firepower_URNF_VP9_1.1.0.2_JF_BMPR_MOD_FS.vpt

Fish Tales
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Fish Tales.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Fish Tales.vpt

Fish Tales 2.0
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Fish Tales 2.0.vpt

FJ  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - FJ  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\FJ (Hankin 1978).vpt

Flash 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Flash_FS_B2S.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Flash_FS_B2S.vpt

Flash Gordon - mod
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Flash Gordon - mod.vpt

Flight_2000
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Flight_2000.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Flight_2000.vpt

Flintstones Night Mod
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Flintstones Night Mod.vpt

Flip Flop 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\FlipFlop_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Flip Flop .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\FlipFlop_FS_B2S.vpt

Frankenstein 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Frankenstein .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Frankenstein NM.vpt

Freddy A Nightmare On Elm Street 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Freddy A Nightmare On Elm Street .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Freddy A Nightmare On Elm Street.V1.01.vp9.1x.FS.vpt

Freedom (Bally 1976)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Freedom (Bally 1976).vpt

Freefall
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Freefall.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Freefall.vpt

Full 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Full_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Full .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Full_B2S.vpt

Funhouse (Night Mod) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Funhouse (Night Mod) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Funhouse (Night Mod) 9.2.vpt

Future Spa
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Future Spa.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Future Spa.vpt

Galaxy (Stern) (1980)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Galaxy (Stern) (1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Galaxy (Stern) (1980).vpt

GATOR 
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\GATOR_FS_B2S_V1.0.0.directb2s
FYI (FTP not enabled): No Wheel Image - GATOR .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\GATOR_FS_B2S_V1.0.0.vpt

Geiger - Dino_Turbo 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Geiger - Dino_Turbo .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\FS Geiger - Dino_Turbo_VP9-1.0.0.vpt

Geisha_Playmatic 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Geisha_Playmatic .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Geisha_Playmatic_1973_FS_1.1.vpt

Genesis 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Genesis .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Genesis_VP912_1.01FS.vpt

Genie
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Genie.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Genie.vpt

Getaway High Speed 2
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Getaway High Speed 2.vpt

Ghostbusters 2011
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Ghostbusters2011FS_B2S.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Ghostbusters2011FS_B2S.vpt

Gilligans_Island_Mod 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Gilligans_Island_Mod_FS_VP913_v1.21.vpt

Gladiators 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Gladiators .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Gladiators_FS_VP990_v1.0.0.vpt

Godzilla (SEGA) (1998)  
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Godzilla (SEGA) (1998) (Rosve) (1.3).directb2s
FYI (FTP not enabled): No Wheel Image - Godzilla (SEGA) (1998)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Godzilla (SEGA) (1998) (Rosve) (1.3).vpt

Goldeneye
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Goldeneye.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Goldeneye.vpt

Gorgar
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Gorgar.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Gorgar.vpt

GOTTLIEB - Fast_Draw 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\FS GOTTLIEB - Fast_Draw_VP9_1.01EM.vpt

Grand Lizard  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Grand Lizard  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Grand Lizard FS GI Nightmod.vpt

Grand Slam
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Grand Slam.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Grand Slam.vpt

GrandPrix 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\GrandPrix_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - GrandPrix .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\GrandPrix_FS_B2S.vpt

Grateful Dead 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Grateful Dead .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\GratefulDead_B2S_FS.vpt

Gridiron 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Gridiron_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Gridiron .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Gridiron_B2S.vpt

Guns N Roses
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Guns N Roses.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Guns N Roses.vpt

Gyruss(Original)(2012)(Rosve) 
Table disabled in xml: C:\Visual Pinball\Tables\VP\Gyruss(Original)(2012)(Rosve)(1.1)_B2S.vpt

Harlem_Globetrotters 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Harlem_Globetrotters .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Harlem_Globetrotters_VP91x_2.3FS.vpt

Harley_Davidson 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Harley_Davidson .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Harley_Davidson_VP91x_1.1FS.vpt

Haunted House Night
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Haunted House Night.vpt

Hearts and Spades
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Hearts and Spades.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Hearts and Spades.vpt

High Roller Casino(Stern 2001)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - High Roller Casino(Stern 2001).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\High Roller Casino(Stern 2001).vpt

High Speed
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - High Speed.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\High Speed.vpt

HitTheDeck 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\HitTheDeck_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - HitTheDeck .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\HitTheDeck_FS_B2S.vpt

Hokus Pokus 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\HokusPokus_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Hokus Pokus .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\HokusPokus_FS_B2S.vpt

Honey 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Honey_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Honey .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Honey_FS_B2S.vpt

Hook (Data East 1992)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Hook (Data East 1992).vpt

Hot Doggin' (Bally 1980)  
Table file not found: C:\Visual Pinball\Tables\VP\Hot Doggin' (Bally 1980) FS 1.0.vpt or Hot Doggin' (Bally 1980) FS 1.0.vpx 

Hot Hand  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Hot Hand  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Hot Hand FS 1.1.vpt

Hot Line
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Hot Line.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Hot Line.vpt

Hot Shot (Gottlieb) (1973)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Hot Shot (Gottlieb) (1973)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Hot Shot (Gottlieb) (1973) (Loserman!) v2.1-FS.vpt

Hurricane
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Hurricane.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Hurricane.vpt

Impacto 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Impacto-FS-B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Impacto .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Impacto-FS-B2S.vpt

Independence Day 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Independence Day .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\VP9.9 Independence Day FS (2.2).vpt

Indiana Jones  - PuP-Edition
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Indy_Jones.directb2s
FYI (FTP not enabled): No Wheel Image - Indiana Jones  - PuP-Edition.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Indy_Jones.vpt

Indiana Jones VP920 NM
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Indiana Jones VP920 NM.vpt

Indianapolis 500
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Indianapolis 500.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Indianapolis 500.vpt

Industria - Brave_Team 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\FS Industria - Brave_Team_VP9_1.0.vpt

Ironman   - PuP-Edition
Table file not found: C:\Visual Pinball\Tables\VP\Ironman (Stern 2010).vpt or Ironman (Stern 2010).vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VP\Ironman (Stern 2010).vpx

Jack Bot Night Mod
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Jack Bot Night Mod.vpt

Jacks_Open
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Jacks_Open_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Jacks_Open.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Jacks_Open_FS_B2S.vpt

Jigglebox 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Jigglebox_1.3_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Jigglebox .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Jigglebox_1.3_FS_B2S.vpt

Johnny Mnemonic (Williams) (1995) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Johnny Mnemonic (Williams) (1995) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Johnny Mnemonic (Williams) (1995) (bmiki75) (1.0.4).vpt

Joker Poker
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Joker Poker.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Joker Poker.vpt

Jokerz!_Night_Mod 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Jokerz!_Night_Mod_FS_v.1.3.vpt

Judge Dredd 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Judge Dredd .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Judge Dredd DX9.vpt

Jumping Jack (Gottlieb 1973)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Jumping Jack (Gottlieb 1973).vpt

Jungle (Gottlieb) (1972) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Jungle (Gottlieb) (1972) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Jungle (Gottlieb) (1972) (Loserman!) v2.1-FS.vpt

Jungle Queen 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\JungleQueen_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Jungle Queen .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\JungleQueen_B2S.vpt

Junk Yard 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Junk Yard .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Junk Yard_VP9_FS_2_3.vpt

Jurassic Park
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Jurassic Park.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Jurassic Park.vpt

 Jurassic_Park 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image -  Jurassic_Park .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\VP912_FS_Jurassic_Park_v1.0.5.vpt

King Of Diamonds
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - King Of Diamonds.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\King Of Diamonds.vpt

King Pin (Gottlieb)  (1973)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - King Pin (Gottlieb)  (1973)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\King Pin (Gottlieb)  (1973) (Loserman!) - v2.2-FS.vpt

King Rock
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - King Rock.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\King Rock.vpt

Kings of Steel
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Kings of Steel.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Kings of Steel.vpt

KingsAndQueens
Table disabled in xml: C:\Visual Pinball\Tables\VP\KingsAndQueens_FS_B2S.vpt

KISS
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\KISS.vpt

KISS-Scooby-Doo
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\KISS-scooby-doo1.0.vpt

Knock Out_2012 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\KnockOut_2012_FS_B2S.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\KnockOut_2012_FS_B2S.vpt

Krull 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Krull .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Krull_FS_1_2.vpt

Kuwait  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Kuwait  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Kuwait FullScreen.vpt

Lady Death
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Lady Death.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Lady Death.vpt

Lady Luck 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Lady Luck .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Lady Luck_VP915_FS_1.0.vpt

Laser War
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Laser War.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Laser War.vpt

Laser_Cue 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Laser_Cue .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Laser_Cue_FS_v1_0_MRCMRC.vpt

Last Action Hero
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Last Action Hero.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Last Action Hero.vpt

Lectronamo
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Lectronamo.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Lectronamo.vpt

Lethal Weapon 3 (Data East) (1992)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Lethal Weapon 3(Data East) (1992).directb2s
FYI (FTP not enabled): No Wheel Image - Lethal Weapon 3 (Data East) (1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Lethal Weapon 3(Data East) (1992).vpt

Line_Drive 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Line_Drive_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Line_Drive .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Line_Drive_FS_B2S.vpt

Linkin Park (aaron james) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Linkin Park (aaron james) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Linkin Park (aaron james)_v1.1_VP914.vpt

Lord of the Rings Night Mod
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Lord of the Rings Night Mod.vpt

Lost In Space
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\FS Lost In Space.vpt

Lost World
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Lost World.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Lost World.vpt

Magic 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Magic .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Magic_FS_1_3.vpt

Magic Castle (Zaccaria 1984)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Magic Castle (Zaccaria 1984).vpt

Magnotron (Gottlieb) (1974)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Magnotron (Gottlieb) (1974)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Magnotron (Gottlieb) (1974) (Loserman!) v2.1-FS.vpt

Mario World
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Mario World.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Mario World.vpt

Mars Trek 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\MarsTrek_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Mars Trek .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\MarsTrek_FS_B2S.vpt

Masquerade
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Masquerade.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Masquerade.vpt

Mata Hari
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Mata Hari.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Mata Hari.vpt

Medieval-Madness_NightMod 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Medieval-Madness_NightMod_LoadedWeapon_1.1.vpt

Medusa
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Medusa.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Medusa.vpt

Mephisto (Cirsa - 1987)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Mephisto (Cirsa - 1987).vpt

Meteor 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Meteor .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\MeteorFSv2.vpt

Monopoly  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Monopoly  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Monopoly FS.vpt

Monster Bash
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Monster Bash.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Monster Bash.vpt

Mousin-Around
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Mousin-Around.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Mousin-Around.vpt

Mystic
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Mystic.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Mystic.vpt

NBA Fastbreak_NightMod 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\NBA Fastbreak_NightMod_LoadedWeapon.vpt

Nine Ball 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Nine Ball .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Nine Ball_FS_1.0.vpt

Nitro Ground Shaker (Bally 1980) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Nitro Ground Shaker (Bally 1980) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Nitro Ground Shaker (Bally 1980) VP9.15 FS RC1a.vpt

No Good Gofers  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - No Good Gofers  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\No Good Gofers V1.1.vpt

No-Fear_NightMod 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\No-Fear_NightMod_LoadedWeapon_2.0.vpt

Nova 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Nova_1.3_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Nova .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Nova_1.3_FS_B2S.vpt

Old Chicago (Bally) (1975)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Old Chicago (Bally) (1975)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Old Chicago (Bally) (1975) (Loserman!) -v2.1-FS.vpt

Olympics
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Olympics.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Olympics.vpt

Paradise
Table disabled in xml: C:\Visual Pinball\Tables\VP\Paradise.vpt

Paragon
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Paragon.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Paragon.vpt

Party Zone
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Party Zone.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Party Zone.vpt

Penthouse
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Penthouse.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Penthouse.vpt

Phantom_Of_The_Opera
Table disabled in xml: C:\Visual Pinball\Tables\VP\Phantom_Of_The_Opera.vpt

Pinball Champ 82 
Table disabled in xml: C:\Visual Pinball\Tables\VP\PinballChamp82_FS_1_1a.vpt

Pinball Pool (Gottlieb 1979)
Table disabled in xml: C:\Visual Pinball\Tables\VP\Pinball Pool (Gottlieb 1979).vpt

Pinball Universe (Rosve) (2014) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Pinball Universe (Rosve) (2014) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Pinball Universe (Rosve) (2014) (1.0).vpt

Pinbot
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Pinbot.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Pinbot.vpt

Pink Panther
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Pink Panther.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Pink Panther.vpt

Pirates Of the Caribbean 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Pirates Of the Caribbean .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Pirates Of the Caribbean_1.4.vpt

Playboy
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Playboy.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Playboy.vpt

Playboy (Stern 2002)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Playboy (Stern 2002).vpt

Pole Position (Sonic 1987)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Pole Position (Sonic 1987).vpt

Police Force 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Police Force .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Police Force_mod.vpt

Popeye
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Popeye.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Popeye.vpt

Power Play
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Power Play.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Power Play.vpt

QBerts Quest  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - QBerts Quest  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\QBerts Quest VP9 3.07.vpt

Radical_NightMod 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Radical_NightMod_LoadedWeapon.vpt

Raven 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Raven .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Raven_FS_VP91x_1.0.0.vpt

Red and Ted's Roadshow
Table file not found: C:\Visual Pinball\Tables\VP\Red and Ted's Roadshow.vpt or Red and Ted's Roadshow.vpx 

RefDwarf 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\RefDwarf_FS_B2S.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\RefDwarf_FS_B2S.vpt

Rescue 911 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Rescue 911 .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Rescue 911_Mod_v2.2_FS_VP912.vpt

Ripley's Believe It or Not
Table file not found: C:\Visual Pinball\Tables\VP\Ripley's Believe It or Not.vpt or Ripley's Believe It or Not.vpx 

Riverboat-Gambler
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Riverboat-Gambler.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Riverboat-Gambler.vpt

Road Kings (Williams 1986) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Road Kings (Williams 1986) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Road Kings (Williams 1986) SPv1 FS VP99x.vpt

Robocop - PuP Edition
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Robocop FS GI Darkmod.vpt

Robot
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Robot.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Robot.vpt

Robo-War 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Robo-War .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Robo-War_1.0.0.vpt

Rocky 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Rocky VP91x V1.0FS.vpt

Rocky and Bullwinkle
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Rocky and Bullwinkle.vpt

RollerCoasterTycoon 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - RollerCoasterTycoon .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\RollerCoasterTycoon_vp9_1.0FS.vpt

Rollergames
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Rollergames.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Rollergames.vpt

Rolling Stones (Bally) (1980)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Rolling Stones (Bally) (1980)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Rolling Stones (Bally) (1980) (JPSalas) (1.0.1).vpt

Royal Flush Deluxe
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Royal Flush Deluxe.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Royal Flush Deluxe.vpt

Rugby
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Rugby.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Rugby.vpt

Safe Cracker
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Safe Cracker.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Safe Cracker.vpt

Scared Stiff 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Scared Stiff .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Scared Stiff DX9.vpt

Scared_Stiff v2
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Scared_Stiff_VP91x_1.4.4FS.vpt

Scarface
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Scarface.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Scarface.vpt

Sea Witch
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Sea Witch.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Sea Witch.vpt

SeeSaw 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\SeeSaw_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - SeeSaw .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\SeeSaw_FS_B2S.vpt

Shangri-La (Williams)(1967)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Shangri-La (Williams)(1967).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Shangri-La (Williams)(1967)(Bodydump)(1.2)(FS) DOF.vpt

Sharkeys Shootout (Stern 2000)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Sharkeys Shootout (Stern 2000).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Sharkeys Shootout (Stern 2000).vpt

Sharpshooter
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Sharpshooter.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Sharpshooter.vpt

Sheriff (Gottlieb) (1971)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Sheriff (Gottlieb) (1971)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Sheriff (Gottlieb) (1971) (Loserman!) v2.1-FS.vpt

Silver (Gottlieb) (1957)  
Table disabled in xml: C:\Visual Pinball\Tables\VP\Silver(Gottlieb)(1957)(LX)(FS_DB2S_VP990)(1.0).vpt

Sinbad
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Sinbad.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Sinbad.vpt

Skateball (Bally 1980)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Skateball (Bally 1980).vpt

Ski Jump FS
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Ski Jump FS.vpt

Skyrocket 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Skyrocket_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Skyrocket .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Skyrocket_FS_B2S.vpt

Solar Ride  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Solar Ride  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Solar Ride B2S_FS.vpt

Sopranos 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Sopranos .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Sopranos_VP915_v1.0.1_FS.vpt

Sorcerer 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Sorcerer .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Sorcerer - mod.vpt

south park
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - south park.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\south park.vpt

south park Ozpin  
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\south park Ozpin v1.0FS.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\south park Ozpin v1.0FS.vpt

Space Invaders (Bally) (1979)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Space Invaders (Bally) (1979)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Space Invaders (Bally) (1979) (unclewilly) (1.0.0).vpt

Space Jam
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Space Jam.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Space Jam.vpt

Space Shuttle
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Space Shuttle.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\SpaceShuttle.vpt

Space Station  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Space Station  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Space Station FS 1.0a_rev2.vpt

Spectrum  (Bally 1982)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Spectrum  (Bally 1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Spectrum (Night MOD) (Bally 1982).vpt

SpiderMan 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\JP_SpiderMan_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - SpiderMan .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\JP_SpiderMan_FS_B2S.vpt

Spiderman (Stern)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Spiderman Stern 1-01.vpt

Spin Out (Gottlieb) (1975)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Spin Out (Gottlieb) (1975)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Spin Out (Gottlieb) (1975) (Loserman!)FS.vpt

Spirit (Gottlieb 1982)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Spirit (Gottlieb 1982)_FOM.vpt

Spy Hunter (Bally 1984)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Spy Hunter (Bally 1984).vpt

Star God
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Star God.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Star God.vpt

STAR TREK
Table file not found: C:\Visual Pinball\Tables\VP\STTNG_VP91x_v1.2FS.vpt or STTNG_VP91x_v1.2FS.vpx 

Star Trek (Bally 1979)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Star Trek (Bally 1979).vpt

Star Trek 25th NM
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Star Trek 25th NM.vpt

Star Trek Next Gen 920
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Star Trek Next Gen 920.vpt

Star Wars - Empire Strikes Back, The (Hankin 1980)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Star Wars - Empire Strikes Back, The (Hankin 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Star Wars - Empire Strikes Back, The (Hankin 1980).vpt

Star_Trek_25th_Anniversary 
Table file not found: C:\Visual Pinball\Tables\VP\Star_Trek_25th_Anniversary_VP91x_v1.05FS.vpt or Star_Trek_25th_Anniversary_VP91x_v1.05FS.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VP\Star_Trek_25th_Anniversary_VP91x_v1.05FS.vpx

Star_Trek_25th_Anniversary
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Star_Trek_25th_Anniversary.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Star_Trek_25th_Anniversary.vpt

Star_Wars_NM_LoadedWeapon_2.0
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\Star_Wars_NM_LoadedWeapon_2.0.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Star_Wars_NM_LoadedWeapon_2.0.vpt

Star_Wars_Trilogy 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Star_Wars_Trilogy .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Star_Wars_Trilogy_NM_LoadedWeapon_Lighter.vpt

Stars 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Stars_9.1_1.0.0_FS.vpt

Starship Troopers
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Starship Troopers.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Starship Troopers.vpt

Stellar Airship  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Stellar Airship  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Stellar Airship VP912 FS 1.0.3.vpt

Stingray 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Stingray .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Stingray_VP912_FS_1.0.1.vpt

Strange World 
Table disabled in xml: C:\Visual Pinball\Tables\VP\StrangeWorld_FS_B2S.vpt

Strato Flite
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Strato Flite.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\StratoFlite.vpt

Striker Xtreme 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Striker Xtreme .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Striker Xtreme FS.vpt

Strikes and Spares.v1.0.vp9.FS
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Strikes and Spares.v1.0.vp9.FS.vpt

Super Mario Bros. (Gottlieb 1992)
Table file not found: C:\Visual Pinball\Tables\VP\Super Mario Bros VP9_1UP_UW_V1.2FS.vpt or Super Mario Bros VP9_1UP_UW_V1.2FS.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VP\Super Mario Bros VP9_1UP_UW_V1.2FS.vpx

Super Mario Brothers Mushroom World(Gottlieb)(1992)(Edizzle)(V1.3)(FS)(PM5)
Table disabled in xml: C:\Visual Pinball\Tables\VP\Super Mario Brothers Mushroom World(Gottlieb)(1992)(Edizzle)(V1.3)(FS)(PM5).vpt

Super Soccer 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\SuperSoccer_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Super Soccer .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\SuperSoccer_FS_B2S.vpt

Superman (Atari 1979)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Superman (Atari 1979)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Superman (Atari 1979) FS v1.1.vpt

Sure Shot 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\SureShot_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Sure Shot .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\SureShot_FS_B2S.vpt

Surfer 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Surfer_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Surfer .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Surfer_FS_B2S.vpt

Tales_of_the_Crypt
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Tales_of_the_Crypt_NM_Silver.vpt

Target Alpha (Gottlieb) (1976) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Target Alpha (Gottlieb) (1976) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Target Alpha (Gottlieb) (1976) (Loserman!) v2.1-FS.vpt

Taxi
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Taxi.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Taxi_VP912_v2.1FS.vpt

Teed-Off 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Teed-Off .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Teed-Off_VP9_v1.01FS.vpt

Terminator 2
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\T2 v916.directb2s
FYI (FTP not enabled): No Wheel Image - Terminator 2.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\T2 v916.vpt

Terminator 2 SE
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\T2_CE_Tipoto_1.07_FS.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\T2_CE_Tipoto_1.07_FS.vpt

Terminator 3 (Stern 2003) FS RPG FIX Xenonph D-MOD v1.0
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Terminator 3 (Stern 2003) FS RPG FIX Xenonph D-MOD v1.0.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Terminator 3 (Stern 2003) FS RPG FIX Xenonph D-MOD v1.0.vpt

The Addams Family Gold
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\The Addams Family Gold.vpt

The Dark Knight - PuP Edition
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VP\The Dark Knight version 2.directb2s
FYI (FTP not enabled): No Wheel Image - The Dark Knight - PuP Edition.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\The Dark Knight version 2.vpt

The Getaway - High Speed II (Williams 1992)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\The Getaway - High Speed II (Williams 1992).vpt

The Shadow
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Shadow.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\The Shadow 920.vpt

The Simpsons Pinball Party_NightMod 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\The Simpsons Pinball Party_NightMod_LW.vpt

The Sopranos
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Sopranos.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TheSopranos.vpt

The Super Bowl (Bell Games 1984)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Super Bowl (Bell Games 1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\The Super Bowl (Bell Games 1984).vpt

The_Bally_Game_Show 
Table file not found: C:\Visual Pinball\Tables\VP\The_Bally_Game_Show_VP911_1.02FS.vpt or The_Bally_Game_Show_VP911_1.02FS.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VP\The_Bally_Game_Show_VP911_1.02FS.vpx

Theatre of Magic
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Theatre of Magic.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Theatre of Magic.vpt

TheThreeStooges 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\TheThreeStooges_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - TheThreeStooges .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TheThreeStooges_B2S.vpt

Time Machine
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Time Machine.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Time Machine_NM_LoadedWeapon.vpt

Time Warp
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Time Warp.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TimeWarp_FS_B2S_v3_06.vpt

TitleFight (Gottlieb Premier)(1990)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - TitleFight (Gottlieb Premier)(1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TitleFight (Gottlieb Premier)(1990)(Bodydump)(1.0)(FS).vpt

TMNT
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TMNT.vpt

TMNT VP9_1_7 FSv1.0.1
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TMNT VP9_1_7 FSv1.0.1.vpt

Tommy The Pinball Wizard
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Tommy The Pinball Wizard.vpt

Top Score (Gottlieb)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Top Score (Gottlieb)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Top Score (Gottlieb) FS.vpt

TOTAN Night Mod
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TOTAN Night Mod.vpt

Trailer 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Trailer .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Trailer_FS_v1_0_byMRCMRC.vpt

Transformers (Stern 2011) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Transformers (Stern 2011) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Transformers (Stern 2011)(VP9.9 1.2) gtxjoe freneticamnesic.vpt

Tri Zone
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Tri Zone.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Tri Zone.vpt

Trident
Table file not found: C:\Visual Pinball\Tables\VP\Trident.vpt or Trident.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VP\Trident.vpx

Trigon
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Trigon.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Trigon.vpt

Triple Strike 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\TripleStrike_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Triple Strike .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TripleStrike_FS_B2S.vpt

Tron  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Tron  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Tron FS 1-4.vpt

Twilight Zone
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Twilight Zone.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Twilight Zone.vpt

Twilight Zone v2
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\TZ 1.0.1 -melon- VP9.2.1 FS.vpt

Twister 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Twister .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Twister VP912 BMPR FS v1.02.vpt

Vegas 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Vegas .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Vegas_Lupopt_FS_V1.0.0.vpt

Viper.Night.Drivin 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Viper.Night.Drivin .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Viper.Night.Drivin_.HD.Zedonius.0.95.vpt

Volley (Gottlieb) (1976) 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Volley (Gottlieb) (1976) (Loserman!, Bodydump)-v3.0-FS.vpt

Voltan Escapes Cosmic Doom (Bally 1979)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Voltan Escapes Cosmic Doom (Bally 1979).vpt

Whirlwind (Williams) (1990)  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Whirlwind (Williams) (1990)  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Whirlwind (Williams) (1990) (ICPjuggla, Cosmic80, Herweh) (1.0) (FS).vpt

White Water 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - White Water .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\WhiteWater Night Mod 990.vpt

Who Dunnit  
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Who Dunnit  .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Who Dunnit FS (1.1).vpt

Wild Fyre (Stern 1978)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Wild Fyre (Stern 1978).vpt

Wizard 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\Wizard_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Wizard .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Wizard_FS_B2S.vpt

WOOLY 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\WOOLY_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - WOOLY .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\WOOLY_FS_B2S.vpt

World Cup (Williams 1978)
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\World Cup (Williams 1978).vpt

World Cup Soccer 94 (Bally 1994)
Table disabled in xml: C:\Visual Pinball\Tables\VP\World Cup Soccer 94 (Bally 1994).vpt

WWF Royal Rumble  (Data East 1994) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - WWF Royal Rumble  (Data East 1994) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\WWF RR (Data East 1994) freneticamnesic 1.11.vpt

Xenon 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Xenon .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\Xenon.v1.1.uw.FS.vpt

X-Files_NightMod 
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\X-Files_NightMod_LoadedWeapon.vpt

X-Men  
Table file not found: C:\Visual Pinball\Tables\VP\XMen FS.vpt or XMen FS.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VP\XMen FS.vpx

X's & O's (Bally 1984)
Table file not found: C:\Visual Pinball\Tables\VP\X's & O's (Bally 1984).vpt or X's & O's (Bally 1984).vpx 

Yellow Submarine 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\YellowSubmarine_2012_FS_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - Yellow Submarine .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\YellowSubmarine_2012_FS_B2S.vpt

YukonSpecial 
PBXrecorder set to record complete media set
FYI: No DirectB2S but B2S was found.  C:\Visual Pinball\Tables\VP\YukonSpecial101_B2S.directb2s
FYI (FTP not enabled): No Wheel Image - YukonSpecial .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VP\YukonSpecial101_B2S.vpt

Working on Visual Pinball X.xml (11:03:41)

Screenres.txt
1920
1080
1280
1024
2
0
0
0
0
0
0
0

Values used for media capture (height/width forced to even values)
VirtualScreenWidth = 3200
TotalScreenWidth   = 1920  
PF_width           = 1920          
PF_height          = 1080         
BG_width           = 1280          
BG_height          = 1024         
DMD_width          = 0      
DMD_height         = 0        
DMD_X_offset       = 0            
DMD_Y_offset       = 0             
-----------------------------------------
DMD_tot_offset     = 1920             
DMD_orig_width     = 0         

007 Goldeneye (1996)

EXAMPLE of all ffmpeg.exe commands used
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 0 -offset_y 0 -video_size 1920x1080 -i desktop -vf "rotate=PI:bilinear=0" "C:\PinballX\Media\Visual Pinball X\Table Images\007 Goldeneye (1996).png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 1920 -offset_y 0 -video_size 1280x1024 -i desktop "C:\PinballX\Media\Visual Pinball X\Backglass Images\007 Goldeneye (1996).png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 1920 -offset_y 0 -video_size 0x0 -i desktop "C:\PinballX\Media\Visual Pinball X\DMD Images\007 Goldeneye (1996).png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 0 -offset_y 0 -video_size 1920x1080 -i desktop -vcodec libx264 -preset ultrafast -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\playfield.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 1920 -offset_y 0 -video_size 1280x1024 -i desktop -vcodec libx264 -preset ultrafast  -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\bg.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 1920 -offset_y 0 -video_size 0x0 -i desktop -vcodec libx264 -preset ultrafast  -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\dmd.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\playfield.mkv" -ss 5 -to 1000 -vf "rotate=PI:bilinear=0" -c:v libx264 -crf 26 "C:\PinballX\Media\Visual Pinball X\Table Videos\007 Goldeneye (1996).mp4"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\bg.mkv" -ss 5 -to 1000 -c:v libx264 -crf 26 "C:\PinballX\Media\Visual Pinball X\Backglass Videos\007 Goldeneye (1996).mp4"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\dmd.mkv" -ss 5 -to 1000 -c:v libx264 -crf 26 "C:\PinballX\Media\Visual Pinball X\DMD Videos\007 Goldeneye (1996).mp4"

PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\007 Goldeneye (1996).directb2s
FYI (FTP not enabled): No Wheel Image - 007 Goldeneye (1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\007 Goldeneye (1996).vpx

1-2-3 (1973)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\1-2-3 (1973).directb2s
FYI (FTP not enabled): No Wheel Image - 1-2-3 (1973).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\1-2-3 (1973).vpx

2 in 1 (Bally 1964)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\2in1 (1964).directb2s
FYI (FTP not enabled): No Wheel Image - 2 in 1 (Bally 1964).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\2in1 (1964).vpx

2001 (Gottlieb 1971)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\2001 (1971).directb2s
FYI (FTP not enabled): No Wheel Image - 2001 (Gottlieb 1971).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\2001 (1971).vpx

24 (Stern 2009)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\24 (2009).directb2s
FYI (FTP not enabled): No Wheel Image - 24 (Stern 2009).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\24 (2009).vpx

300 (1975)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\300 (1975).directb2s
FYI (FTP not enabled): No Wheel Image - 300 (1975).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\300 (1975).vpx

4 Queens (Bally 1970)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\4-Queens (1970).directb2s
FYI (FTP not enabled): No Wheel Image - 4 Queens (Bally 1970).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\4-Queens (1970).vpx

4 Square (Gottlieb 1971)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\4 Square (1971).directb2s
FYI (FTP not enabled): No Wheel Image - 4 Square (Gottlieb 1971).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\4 Square (1971).vpx

4X4 (Atari 1983)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\4X4 (1983).directb2s
FYI (FTP not enabled): No Wheel Image - 4X4 (Atari 1983).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\4X4 (1983).vpx

ACDC (Stern 2012)
Table file not found: C:\Visual Pinball\Tables\VPX\AC-DC (2012).vpt or AC-DC (2012).vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\AC-DC (2012).vpx

ACDC Premium
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - ACDC Premium.png
Launching table: C:\Visual Pinball\VPinballX.exe -DisableTrueFullscreen -play C:\Visual Pinball\Tables\VPX\AC-DC_Premium-1.4.vpx
Video and screenshot capture (11:03:58)
Recording "C:\PinballX\PBXRecorder_x64_1.6\playfield.mkv"
Recording "C:\PinballX\PBXRecorder_x64_1.6\bg.mkv"
Convert Videos to mp4 if video was captured (11:05:11)
Converting to "C:\PinballX\Media\Visual Pinball X\Table Videos\AC-DC_Premium-1.4.mp4"
Converting to "C:\PinballX\Media\Visual Pinball X\Backglass Videos\AC-DC_Premium-1.4.mp4"
Table done (11:06:58)

Aces High (Bally 1965)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Aces High (1965).directb2s
FYI (FTP not enabled): No Wheel Image - Aces High (Bally 1965).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Aces High (1965).vpx

Agents 777 (Game Plan 1984)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Agents 777.directb2s
FYI (FTP not enabled): No Wheel Image - Agents 777 (Game Plan 1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Agents 777.vpx

Airborne (Capcom 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Airborne (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Airborne (Capcom 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Airborne (1996).vpx

Airborne Avenger (Atari 1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Airborne Avenger (1977).directb2s
FYI (FTP not enabled): No Wheel Image - Airborne Avenger (Atari 1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Airborne Avenger (1977).vpx

Algar (Williams 1980)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Algar (Williams 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Algar (1980).vpx

Ali (Stern 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Ali (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Ali (Stern 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Ali (1980).vpx

Alien Trilogy (TBA 2019)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Alien Trilogy (TBA 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Alien Trilogy (TBA 2019).vpx

Alive (Brunswick 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Alive! (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Alive (Brunswick 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Alive! (1978).vpx

Amazon Hunt (NSM 1985)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Amazon Hunt (1983).directb2s
FYI (FTP not enabled): No Wheel Image - Amazon Hunt (NSM 1985).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Amazon Hunt (1983).vpx

America_s Most Haunted (2014)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\America_s Most Haunted (2014).directb2s
FYI (FTP not enabled): No Wheel Image - America_s Most Haunted (2014).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\America_s Most Haunted (2014).vpx

Apache (Playmatic 1975)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Apache! (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Apache (Playmatic 1975).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Apache! (1978).vpx

Aqualand (1986)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Aqualand (1986).directb2s
FYI (FTP not enabled): No Wheel Image - Aqualand (1986).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Aqualand (1986).vpx

Aquarius (Gottlieb 1970)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Aquarius (1970).directb2s
FYI (FTP not enabled): No Wheel Image - Aquarius (Gottlieb 1970).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Aquarius (1970).vpx

Aspen (Brunswick 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Aspen (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Aspen (Brunswick 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Aspen (1979).vpx

Asteroid Annie (1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Asteroid Annie (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Asteroid Annie (1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Asteroid Annie (1980).vpx

Asteroids (1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Asteroids (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Asteroids (1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Asteroids (1979).vpx

Astral Defender 2
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Astral Defender 2.directb2s
FYI (FTP not enabled): No Wheel Image - Astral Defender 2.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Astral Defender 2.vpx

Astro (Gottlieb 1971)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Astro (1971).directb2s
FYI (FTP not enabled): No Wheel Image - Astro (Gottlieb 1971).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Astro (1971).vpx

Atleta (INDER 1991)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Atleta (1991).directb2s
FYI (FTP not enabled): No Wheel Image - Atleta (INDER 1991).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Atleta (1991).vpx

Attack from Mars (Midway 1995)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Attack from Mars (Bally 1995) g5k 1.1.directb2s
FYI (FTP not enabled): No Wheel Image - Attack from Mars (Midway 1995).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Attack from Mars (Bally 1995) g5k 1.1.vpx

Attila the Hun (Game Plan 1984)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Attila The Hun (1984).directb2s
FYI (FTP not enabled): No Wheel Image - Attila the Hun (Game Plan 1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Attila The Hun (1984).vpx

Avatar (2010)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Avatar (2010).directb2s
FYI (FTP not enabled): No Wheel Image - Avatar (2010).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Avatar (2010).vpx

Baby Pac-Man (Bally 1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Baby Pac-man (1982).directb2s
FYI (FTP not enabled): No Wheel Image - Baby Pac-Man (Bally 1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Baby Pac-man (1982).vpx

Back to the Future (Data East 1990)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Back To The Future (1990).directb2s
FYI (FTP not enabled): No Wheel Image - Back to the Future (Data East 1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Back To The Future (1990).vpx

Bad Girls (Gottlieb 1988)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Bad Girls (1988).directb2s
FYI (FTP not enabled): No Wheel Image - Bad Girls (Gottlieb 1988).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Bad Girls (1988).vpx

Bad Santa Pinball (2016)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Bad Santa Pinball (2016).directb2s
FYI (FTP not enabled): No Wheel Image - Bad Santa Pinball (2016).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Bad Santa Pinball (2016).vpx

Balls-A-Poppin (1956)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Balls-A-Poppin (1956).directb2s
FYI (FTP not enabled): No Wheel Image - Balls-A-Poppin (1956).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Balls-A-Poppin (1956).vpx

Barb Wire (Gottlieb 1996)1.4
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Barb Wire (Gottlieb 1996)1.4.vpx

Barracora (Williams 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Barracora (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Barracora (Williams 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Barracora (1981).vpx

Batman  - PuP-Edition (Data East 1991) VPX 1.3
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Batman (Data East 1991) VPX 1.3.directb2s
FYI (FTP not enabled): No Wheel Image - Batman  - PuP-Edition (Data East 1991) VPX 1.3.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Batman (Data East 1991) VPX 1.3.vpx

Batman (Stern 2016)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Batman (1991).directb2s
FYI (FTP not enabled): No Wheel Image - Batman (Stern 2016).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Batman (1991).vpx

Batman 66
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Batman 66.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Batman 66.vpx

Batman Returns (TBA 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Batman Returns (TBA 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Batman Returns (TBA 2018).vpx

Berzerk 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Berzerk .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Berzerk 2_0-Lodger, 2016.vpx

Big Bang Bar (Capcom 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Big Bang Bar (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Big Bang Bar (Capcom 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Big Bang Bar (1996).vpx

Big Brave (Gottlieb 1974)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Big Brave (1974).directb2s
FYI (FTP not enabled): No Wheel Image - Big Brave (Gottlieb 1974).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Big Brave (1974).vpx

Big Game (Stern 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Big Game (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Big Game (Stern 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Big Game (1980).vpx

Big Shot (Gottlieb 1974)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Big Shot (1974).directb2s
FYI (FTP not enabled): No Wheel Image - Big Shot (Gottlieb 1974).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Big Shot (1974).vpx

Black Hole (Gottlieb 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Black Hole (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Black Hole (Gottlieb 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Black Hole (1981).vpx

Black Jack (Williams 1960)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Black Jack (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Black Jack (Williams 1960).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Black Jack (1976).vpx

Black Knight 2000 (Williams 1989)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Black Knight 2000 (1989).directb2s
FYI (FTP not enabled): No Wheel Image - Black Knight 2000 (Williams 1989).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Black Knight 2000 (1989).vpx

Black Pyramid (Bally 1984)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Black Pyramid (1984).directb2s
FYI (FTP not enabled): No Wheel Image - Black Pyramid (Bally 1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Black Pyramid (1984).vpx

Black Rose (Midway 1992)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Black Rose (1992).directb2s
FYI (FTP not enabled): No Wheel Image - Black Rose (Midway 1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Black Rose (1992).vpx

Breakshot (Capcom 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Breakshot (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Breakshot (Capcom 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Breakshot (1996).vpx

Bubba the Redneck Werewolf (2017) 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Bubba the Redneck Werewolf (2017) .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Bubba the Redneck Werewolf (2017)1.1.vpx

Bugs Bunny's Birthday Ball (Midway 1991)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Bugs Bunny_s Birthday Ball (1991).directb2s
FYI (FTP not enabled): No Wheel Image - Bugs Bunny's Birthday Ball (Midway 1991).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Bugs Bunny_s Birthday Ball (1991).vpx

Bumper (1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Bumper (1977).directb2s
FYI (FTP not enabled): No Wheel Image - Bumper (1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Bumper (1977).vpx

Cactus Canyon (Midway 1998)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Cactus Canyon (1998).directb2s
FYI (FTP not enabled): No Wheel Image - Cactus Canyon (Midway 1998).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cactus Canyon (1998).vpx

Canasta 86 (INDER 1986)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Canasta 86 (1986).directb2s
FYI (FTP not enabled): No Wheel Image - Canasta 86 (INDER 1986).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Canasta 86 (1986).vpx

Capersville (Bally 1966)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Capersville (1966).directb2s
FYI (FTP not enabled): No Wheel Image - Capersville (Bally 1966).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Capersville (1966).vpx

Captain Fantastic (1976)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Captain Fantastic (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Captain Fantastic (1976).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Captain Fantastic (1976).vpx

Car Hop (Gottlieb 1991)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Car Hop (1991).directb2s
FYI (FTP not enabled): No Wheel Image - Car Hop (Gottlieb 1991).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Car Hop (1991).vpx

Card Whiz (Gottlieb 1976)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Card Whiz (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Card Whiz (Gottlieb 1976).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Card Whiz (1976).vpx

Cavaleiro Negro (Taito do Brasil 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Cavaleiro Negro (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Cavaleiro Negro (Taito do Brasil 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cavaleiro Negro (1981).vpx

Centaur (INDER 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Centaur (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Centaur (INDER 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Centaur (1981).vpx

Champ (Midway 1963)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Champ (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Champ (Midway 1963).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Champ (1976).vpx

Champions League
Table file not found: C:\Visual Pinball\Tables\VPX\champions league TT&NZ vpx 1.4.vpt or champions league TT&NZ vpx 1.4.vpx 

Charlie's Angels (Gottlieb 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Charlie_s Angels (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Charlie's Angels (Gottlieb 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Charlie_s Angels (1978).vpx

Check Mate (Recel 1975)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Check Mate (1977).directb2s
FYI (FTP not enabled): No Wheel Image - Check Mate (Recel 1975).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Check Mate (1977).vpx

Cheetah (Stern 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Cheetah (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Cheetah (Stern 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cheetah (1980).vpx

Children Of The Corn (TBA 2019)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Children Of The Corn (TBA 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Children Of The Corn (TBA 2019).vpx

Childs Play (2018)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Childs Play (2018).directb2s
FYI (FTP not enabled): No Wheel Image - Childs Play (2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Childs Play (2018).vpx

Circus (Zaccaria 1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Circus (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Circus (Zaccaria 1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Circus (1980).vpx

Cirqus Voltaire (Midway 1997)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Cirqus Voltaire (1997).directb2s
FYI (FTP not enabled): No Wheel Image - Cirqus Voltaire (Midway 1997).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cirqus Voltaire (1997).vpx

Cirqus_Voltaire
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cirqus_Voltaire.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cirqus_Voltaire.vpx

Cirqus_Voltaire_Hanibal-Mod_3.6
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Cirqus_Voltaire_Hanibal-Mod_3.6.directb2s
FYI (FTP not enabled): No Wheel Image - Cirqus_Voltaire_Hanibal-Mod_3.6.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cirqus_Voltaire_Hanibal-Mod_3.6.vpx

Close Encounters (1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Close Encounters (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Close Encounters (1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Close Encounters (1978).vpx

Congo (Williams 1995)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Congo (1995).directb2s
FYI (FTP not enabled): No Wheel Image - Congo (Williams 1995).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Congo (1995).vpx

Corvette (Midway 1994)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Corvette (Midway 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Corvette (Midway 1994) 1.4.2.vpx

Cosmic Gunfight (Williams 1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Cosmic Gunfight (1982).directb2s
FYI (FTP not enabled): No Wheel Image - Cosmic Gunfight (Williams 1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cosmic Gunfight (1982).vpx

Creature From The Black Lagoon
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Creature From The Black Lagoon (Bally 1992)_1.3.vpx

Creature from the Black Lagoon (Midway 1992)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Creature From The Black Lagoon (1992).directb2s
FYI (FTP not enabled): No Wheel Image - Creature from the Black Lagoon (Midway 1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Creature From The Black Lagoon (1992).vpx

Crysis (TBA 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Crysis (TBA 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Crysis (TBA 2018).vpx

Cue Ball Wizard (Gottlieb 1992)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Cueball Wizard (1992).directb2s
FYI (FTP not enabled): No Wheel Image - Cue Ball Wizard (Gottlieb 1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cueball Wizard (1992).vpx

Cybernaut
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Cybernaut.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cybernaut.vpx

Cyclone (Williams 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Cyclone (1988).directb2s
FYI (FTP not enabled): No Wheel Image - Cyclone (Williams 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Cyclone (1988).vpx

Daft Punk (2017)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Daft Punk (2017).directb2s
FYI (FTP not enabled): No Wheel Image - Daft Punk (2017).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Daft Punk (2017).vpx

Deadly Weapon (Gottlieb 1990)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Deadly Weapon (1990).directb2s
FYI (FTP not enabled): No Wheel Image - Deadly Weapon (Gottlieb 1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Deadly Weapon (1990).vpx

Demolition Man (Williams 1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Demolition Man (1994).directb2s
FYI (FTP not enabled): No Wheel Image - Demolition Man (Williams 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Demolition Man (1994).vpx

Diablo Pinball 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Diablo Pinball .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Diablo Pinball v1.0.3-DOF.vpx

Diamond Lady (Gottlieb 1988)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Diamond Lady (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Diamond Lady (Gottlieb 1988).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Diamond Lady (1976).vpx

Dirty Harry
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Dirty Harry.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Dirty Harry 2.0.vpx

Disney_Princesses 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Disney_Princesses .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Disney_Princesses_v2.3_Kid.vpx

Doctor Who (Midway 1992)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Doctor Who (1992).directb2s
FYI (FTP not enabled): No Wheel Image - Doctor Who (Midway 1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Doctor Who (1992).vpx

Dolly Parton (Bally 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Dolly Parton (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Dolly Parton (Bally 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Dolly Parton (1979).vpx

Dr Dude (1990)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Dr Dude (1990).directb2s
FYI (FTP not enabled): No Wheel Image - Dr Dude (1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Dr Dude (1990).vpx

Dragon (Interflip 1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Dragon (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Dragon (Interflip 1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Dragon (1978).vpx

Dragon Ball Z 
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Dragon Ball Z_VPX_1.06.directb2s
FYI (FTP not enabled): No Wheel Image - Dragon Ball Z .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Dragon Ball Z_VPX_1.06.vpx

Drakor (Taito do Brasil 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Drakor (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Drakor (Taito do Brasil 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Drakor (1979).vpx

Drop-A-Card (Gottlieb 1971)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Drop A Card (1971).directb2s
FYI (FTP not enabled): No Wheel Image - Drop-A-Card (Gottlieb 1971).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Drop A Card (1971).vpx

Eight Ball Deluxe (Bally 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Eight Ball Deluxe (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Eight Ball Deluxe (Bally 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Eight Ball Deluxe (1980).vpx

Embryon
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Embryon.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Embryon(Bally 1980)VPXv1.4.vpx

Embryon (Bally 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Embryon (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Embryon (Bally 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Embryon (1980).vpx

Escape From New York
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Escape From New York.vpx

Escape from New York (1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Escape from New York (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Escape from New York (1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Escape from New York (1981).vpx

Escape from the Lost World (Bally 1988)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Escape from the Lost World (1987).directb2s
FYI (FTP not enabled): No Wheel Image - Escape from the Lost World (Bally 1988).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Escape from the Lost World (1987).vpx

F-14 Tomcat (Williams 1987)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - F-14 Tomcat (Williams 1987).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\F-14 Tomcat (1987).vpx

Far Out (Gottlieb 1974)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Far Out (1974).directb2s
FYI (FTP not enabled): No Wheel Image - Far Out (Gottlieb 1974).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Far Out (1974).vpx

Farfalla (Zaccaria 1983)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Farfalla (1983).directb2s
FYI (FTP not enabled): No Wheel Image - Farfalla (Zaccaria 1983).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Farfalla (1983).vpx

Fire Action De Luxe (Taito do Brasil 1983)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Fire Action deLuxe (1983).directb2s
FYI (FTP not enabled): No Wheel Image - Fire Action De Luxe (Taito do Brasil 1983).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Fire Action deLuxe (1983).vpx

Fire! (Williams 1987)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Fire! (1987).directb2s
FYI (FTP not enabled): No Wheel Image - Fire! (Williams 1987).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Fire! (1987).vpx

Fireball II (Bally 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Fireball II (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Fireball II (Bally 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Fireball II (1981).vpx

Firepower (Williams 1980)
Table file not found: C:\Visual Pinball\Tables\VPX\FirepowerV1.0.4.vpt or FirepowerV1.0.4.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\FirepowerV1.0.4.vpx

Firepower (Williams 1980)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Firepower (Williams 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\FirepowerV1.0.4-mf.vpx

Fish Tales (Williams 1992)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Fish Tales (Williams 1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Fish Tales.vpx

FJ (Hankin 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\FJ (1978).directb2s
FYI (FTP not enabled): No Wheel Image - FJ (Hankin 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\FJ (1978).vpx

Flash (Williams 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Flash, The (Original 2018).directb2s
FYI (FTP not enabled): No Wheel Image - Flash (Williams 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Flash, The (Original 2018).vpx

Flash, The LE (Original 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Flash, The LE (Original 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Flash, The LE (Original 2018).vpx

Flight 2000 (Stern 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Flight 2000 (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Flight 2000 (Stern 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Flight 2000 (1980).vpx

Frankenstein (1995)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Frankenstein (1995).directb2s
FYI (FTP not enabled): No Wheel Image - Frankenstein (1995).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Frankenstein (1995).vpx

Freddy A Nightmare on Elm Street (Gottlieb 1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Freddy A Nightmare On Elm Street (1994).directb2s
FYI (FTP not enabled): No Wheel Image - Freddy A Nightmare on Elm Street (Gottlieb 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Freddy A Nightmare On Elm Street (1994).vpx

Freddy A Nightmare on Elm Street (Gottlieb 1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Freddy A Nightmare on Elm Street (Gottlieb 1994) - v.2.0.Darks.Mod - rev.1.0 [D&N][CC][FSS][DMD][10.6+][Morttis].directb2s
FYI (FTP not enabled): No Wheel Image - Freddy A Nightmare on Elm Street (Gottlieb 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Freddy A Nightmare on Elm Street (Gottlieb 1994) - v.2.0.Darks.Mod - rev.1.0 [D&N][CC][FSS][DMD][10.6+][Morttis].vpx

Freedom (Bally 1976)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Freedom (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Freedom (Bally 1976).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Freedom (1976).vpx

Freefall (Stern 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Freefall (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Freefall (Stern 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Freefall (1981).vpx

Frozen
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Frozen.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\frozen.vpx

Funhouse (Williams 1990)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Funhouse (Williams 1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Funhouse (Williams 1990).vpx

Funhouse (Williams 1990)
Table file not found: C:\Visual Pinball\Tables\VPX\Funhouse (Williams 1990)2.0a.vpt or Funhouse (Williams 1990)2.0a.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Funhouse (Williams 1990)2.0a.vpx

Funhouse (Williams 1990)
Table file not found: C:\Visual Pinball\Tables\VPX\Funhouse (Williams 1990)2.0b.vpt or Funhouse (Williams 1990)2.0b.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Funhouse (Williams 1990)2.0b.vpx

Gargamel Park (2016)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Gargamel Park (2016).directb2s
FYI (FTP not enabled): No Wheel Image - Gargamel Park (2016).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Gargamel Park (2016).vpx

Gargamel_Park 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Gargamel_Park .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Gargamel_Park_v1.2.1.vpx

Genesis (Gottlieb 1986)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Genesis (1986).directb2s
FYI (FTP not enabled): No Wheel Image - Genesis (Gottlieb 1986).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Genesis (1986).vpx

Genie (Gottlieb 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Genie (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Genie (Gottlieb 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Genie (1979).vpx

Ghostbusters LE 1.0
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Ghostbusters LE 1.0.directb2s
FYI (FTP not enabled): No Wheel Image - Ghostbusters LE 1.0.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Ghostbusters LE 1.0.vpx

Ghostbusters LE 1.2
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Ghostbusters LE 1.2.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Ghostbusters LE 1.2.vpx

Ghostbusters Slimer
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Ghostbusters Slimer.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Ghostbusters Slimer.vpx

Ghostbusters Slimer (2016)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Ghostbusters Slimer (2016).directb2s
FYI (FTP not enabled): No Wheel Image - Ghostbusters Slimer (2016).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Ghostbusters Slimer (2016).vpx

Gilligan's Island (Midway 1991)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Gilligan_s Island (1991).directb2s
FYI (FTP not enabled): No Wheel Image - Gilligan's Island (Midway 1991).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Gilligan_s Island (1991).vpx

Godzilla (Sega 1998)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Godzilla (1998).directb2s
FYI (FTP not enabled): No Wheel Image - Godzilla (Sega 1998).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Godzilla (1998).vpx

Goldorak 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Goldorak .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Goldorak_1.00.vpx

Gorgar (Williams 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Gorgar (Williams 1979).directb2s
FYI (FTP not enabled): No Wheel Image - Gorgar (Williams 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Gorgar (Williams 1979).vpx

Gork (1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Gork (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Gork (1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Gork (1980).vpx

Grand Lizard (Williams 1986)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Grand Lizard (1986).directb2s
FYI (FTP not enabled): No Wheel Image - Grand Lizard (Williams 1986).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Grand Lizard (1986).vpx

Grand Prix (Williams 1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Grand Prix (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Grand Prix (Williams 1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Grand Prix (1976).vpx

Granny and the Gators (Bally 1984)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Granny and the Gators (1984).directb2s
FYI (FTP not enabled): No Wheel Image - Granny and the Gators (Bally 1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Granny and the Gators (1984).vpx

Guns N Roses
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Guns N Roses.vpx

Half-Life
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Half-Life.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Half-Life (TBA 2019).vpx

Halloween Michael Myers Pinball Adventures
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Halloween Michael Myers Pinball Adventures.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Halloween Michael Myers Pinball Adventures (TBA 2018).vpx

Harlem Globetrotters (1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Harlem Globetrotters (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Harlem Globetrotters (1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Harlem Globetrotters (1978).vpx

Harley Davidson
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Harley Davidson.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Harley Davidson (Bally 1991) mod.vpx

harley quinn (HauntFreaks 2017)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - harley quinn (HauntFreaks 2017).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\harley quinn (HauntFreaks 2017).vpx

Harley-Davidson (Stern 1999)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Harley Davidson (1991).directb2s
FYI (FTP not enabled): No Wheel Image - Harley-Davidson (Stern 1999).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Harley Davidson (1991).vpx

Haunted House (Gottlieb 1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Haunted House (1982).directb2s
FYI (FTP not enabled): No Wheel Image - Haunted House (Gottlieb 1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Haunted House (1982).vpx

Hawkman (Taito do Brasil 1983)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Hawkman (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Hawkman (Taito do Brasil 1983).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Hawkman (1981).vpx

Hearts and Spades (Gottlieb 1969)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Hearts And Spades (1969).directb2s
FYI (FTP not enabled): No Wheel Image - Hearts and Spades (Gottlieb 1969).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Hearts And Spades (1969).vpx

Hextech 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Hextech .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Hextech_VPX_1_0_0.vpx

Hook (Data East 1992)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Hook (1992).directb2s
FYI (FTP not enabled): No Wheel Image - Hook (Data East 1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Hook (1992).vpx

Hot Hand (Stern 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Hot Hand (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Hot Hand (Stern 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Hot Hand (1979).vpx

Hot Shots (Gottlieb 1989)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Hot Shots (1989).directb2s
FYI (FTP not enabled): No Wheel Image - Hot Shots (Gottlieb 1989).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Hot Shots (1989).vpx

Independence Day (Sega 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Independence Day (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Independence Day (Sega 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Independence Day (1996).vpx

Indiana Jones (Stern 2008)
Table file not found: C:\Visual Pinball\Tables\VPX\Indiana Jones (2008).vpt or Indiana Jones (2008).vpx 

Indiana Jones (Stern 2008)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Indiana Jones (Stern 2008).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Indiana Jones (Stern 2008)-Hanibal-2.5.vpx

Indiana Jones The Pinball Adventure (Williams 1993)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Indiana Jones The Pinball Adventure (Williams 1993).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Indiana Jones_ The Pinball Adventure (Williams 1993)_Bigus(MOD)1.0.vpx

Iron Maiden - Virtual Time v1-0-1
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Iron Maiden - Virtual Time v1-0-1.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Iron Maiden - Virtual Time v1-0-1.vpx

Iron Man (Stern 2014)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Iron Man (2010).directb2s
FYI (FTP not enabled): No Wheel Image - Iron Man (Stern 2014).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Iron Man (2010).vpx

Jacks to Open (Mylstar 1984)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Jacks to Open (1984).directb2s
FYI (FTP not enabled): No Wheel Image - Jacks to Open (Mylstar 1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Jacks to Open (1984).vpx

James Bond 007 (Gottlieb 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\James Bond 007 (1980).directb2s
FYI (FTP not enabled): No Wheel Image - James Bond 007 (Gottlieb 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\James Bond 007 (1980).vpx

Joker Poker (Gottlieb 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Joker Poker (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Joker Poker (Gottlieb 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Joker Poker (1978).vpx

Jokerz! (Williams 1988)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Jokerz (1988).directb2s
FYI (FTP not enabled): No Wheel Image - Jokerz! (Williams 1988).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Jokerz (1988).vpx

Jolly Park (Spinball S.A.L. 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Jolly Park (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Jolly Park (Spinball S.A.L. 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Jolly Park (1996).vpx

Joust
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Joust (Williams 1983)1.0.directb2s
FYI (FTP not enabled): No Wheel Image - Joust.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Joust (Williams 1983)1.0.vpx

Judas Priest
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Judas Priest.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Judas Priest Mod.vpx

Jumping Jack (Gottlieb 1973)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Jumping Jack (1973).directb2s
FYI (FTP not enabled): No Wheel Image - Jumping Jack (Gottlieb 1973).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Jumping Jack (1973).vpx

Jurassic Park (Stern 2019)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Jurassic Park (1993).directb2s
FYI (FTP not enabled): No Wheel Image - Jurassic Park (Stern 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Jurassic Park (1993).vpx

King Kong
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\King Kong (Data East 1990)1.03.directb2s
FYI (FTP not enabled): No Wheel Image - King Kong.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\King Kong (Data East 1990)1.03.vpx

King of Diamonds (Gottlieb 1967)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\King Of Diamonds (1967).directb2s
FYI (FTP not enabled): No Wheel Image - King of Diamonds (Gottlieb 1967).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\King Of Diamonds (1967).vpx

Kingpin (Capcom 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Kingpin (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Kingpin (Capcom 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Kingpin (1996).vpx

Kings and Queens (1965)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Kings and Queens (1965).directb2s
FYI (FTP not enabled): No Wheel Image - Kings and Queens (1965).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Kings and Queens (1965).vpx

Kiss (Bally 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Kiss (Bally 1979).directb2s
FYI (FTP not enabled): No Wheel Image - Kiss (Bally 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Kiss (Bally 1979).vpx

KISS (Stern 2015)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - KISS (Stern 2015).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\KISS (Stern 2015).vpx

Krull (Gottlieb 1983)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Krull (1983).directb2s
FYI (FTP not enabled): No Wheel Image - Krull (Gottlieb 1983).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Krull (1983).vpx

Lady Luck (Williams 1968)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Lady Luck (1986).directb2s
FYI (FTP not enabled): No Wheel Image - Lady Luck (Williams 1968).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Lady Luck (1986).vpx

Last Action Hero (Data East 1993)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Last Action Hero (1994).directb2s
FYI (FTP not enabled): No Wheel Image - Last Action Hero (Data East 1993).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Last Action Hero (1994).vpx

Lectronamo (Stern 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Lectronamo (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Lectronamo (Stern 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Lectronamo (1978).vpx

Legend of Zelda
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Legend of Zelda.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Legend of Zelda.vpx

Legend of Zelda (2010)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Legend of Zelda (2010).directb2s
FYI (FTP not enabled): No Wheel Image - Legend of Zelda (2010).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Legend of Zelda (2010).vpx

Lightning (Stern 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Lightning (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Lightning (Stern 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Lightning (1981).vpx

Lost World (1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Lost World (1977).directb2s
FYI (FTP not enabled): No Wheel Image - Lost World (1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Lost World (1977).vpx

Lucky Strike (Williams 1965)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Lucky Strike (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Lucky Strike (Williams 1965).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Lucky Strike (1978).vpx

Mac Jungle (MAC S.A. 1987)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Mac Jungle (1987).directb2s
FYI (FTP not enabled): No Wheel Image - Mac Jungle (MAC S.A. 1987).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Mac Jungle (1987).vpx

Mad Race (Playmatic 1985)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Mad Race (1985).directb2s
FYI (FTP not enabled): No Wheel Image - Mad Race (Playmatic 1985).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Mad Race (1985).vpx

Magic Castle (Zaccaria 1984)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Magic Castle (1984).directb2s
FYI (FTP not enabled): No Wheel Image - Magic Castle (Zaccaria 1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Magic Castle (1984).vpx

Magnotron (Gottlieb 1974)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Magnotron (1974).directb2s
FYI (FTP not enabled): No Wheel Image - Magnotron (Gottlieb 1974).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Magnotron (1974).vpx

Medieval Madness
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Medieval Madness.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Medieval Madness Skitso mod 1.1.vpx

Medusa (Bally 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Medusa (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Medusa (Bally 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Medusa (1981).vpx

Metallica (Stern 2013)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Metallica (2013).directb2s
FYI (FTP not enabled): No Wheel Image - Metallica (Stern 2013).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Metallica (2013).vpx

Mississippi (1973)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Mississippi (1973).directb2s
FYI (FTP not enabled): No Wheel Image - Mississippi (1973).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Mississippi (1973).vpx

Monopoly (Stern 2001)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Monopoly (2001).directb2s
FYI (FTP not enabled): No Wheel Image - Monopoly (Stern 2001).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Monopoly (2001).vpx

Monopoly (Stern 2001)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Monopoly (Stern 2001).directb2s
FYI (FTP not enabled): No Wheel Image - Monopoly (Stern 2001).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Monopoly (Stern 2001).vpx

Monster Bash (Williams 1998)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Monster Bash (1998).directb2s
FYI (FTP not enabled): No Wheel Image - Monster Bash (Williams 1998).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Monster Bash (1998).vpx

Mortal Kombat II 
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\MortalKombatII_vpx.directb2s
FYI (FTP not enabled): No Wheel Image - Mortal Kombat II .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\MortalKombatII_vpx.vpx

Motor Show (Mr. Game 1989)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Motor Show (1989).directb2s
FYI (FTP not enabled): No Wheel Image - Motor Show (Mr. Game 1989).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Motor Show (1989).vpx

Motörhead (1980)
Table file not found: C:\Visual Pinball\Tables\VPX\Motörhead (1980).vpt or Motörhead (1980).vpx 

Mr Black (1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Mr Black (1982).directb2s
FYI (FTP not enabled): No Wheel Image - Mr Black (1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Mr Black (1982).vpx

Mr. and Mrs. Pac-Man (1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Mr. and Mrs. Pac-Man (1982).directb2s
FYI (FTP not enabled): No Wheel Image - Mr. and Mrs. Pac-Man (1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Mr. and Mrs. Pac-Man (1982).vpx

Mustang (Stern 2014)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Mustang (2014).directb2s
FYI (FTP not enabled): No Wheel Image - Mustang (Stern 2014).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Mustang (2014).vpx

Mystic (Bally 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Mystic (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Mystic (Bally 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Mystic (1980).vpx

Nascar Race (1998)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Nascar Race (1998).directb2s
FYI (FTP not enabled): No Wheel Image - Nascar Race (1998).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Nascar Race (1998).vpx

NBA Fastbreak (Midway 1997)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\NBA-Fastbreak (1997).directb2s
FYI (FTP not enabled): No Wheel Image - NBA Fastbreak (Midway 1997).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\NBA-Fastbreak (1997).vpx

Need for Speed (TBA 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Need for Speed (TBA 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Need for Speed (TBA 2018).vpx

Night of the Living Dead (1968) (Original 2018)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Night of the Living Dead (1968) (Original 2018).directb2s
FYI (FTP not enabled): No Wheel Image - Night of the Living Dead (1968) (Original 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Night of the Living Dead (1968) (Original 2018).vpx

Nine Ball (Stern 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Nine Ball (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Nine Ball (Stern 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Nine Ball (1980).vpx

Nitro Ground Shaker (Bally 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Nitro Ground Shaker (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Nitro Ground Shaker (Bally 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Nitro Ground Shaker (1980).vpx

No Fear Dangerous Sports (Williams 1995)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - No Fear Dangerous Sports (Williams 1995).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\No Fear Dangerous Sports (Williams 1995)_1.1.vpx

No Good Gofers (Williams 1997)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\No Good Gofers (1997).directb2s
FYI (FTP not enabled): No Wheel Image - No Good Gofers (Williams 1997).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\No Good Gofers (1997).vpx

No Good Gofers (Williams 1997)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\No Good Gofers (Williams 1997) - v.1.0 - rev.1.0 [FSS][Morttis].directb2s
FYI (FTP not enabled): No Wheel Image - No Good Gofers (Williams 1997).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\No Good Gofers (Williams 1997) - v.1.0 - rev.1.0 [FSS][Morttis].vpx

Nudge Test and Calibration
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Nudge Test and Calibration.directb2s
FYI (FTP not enabled): No Wheel Image - Nudge Test and Calibration.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Nudge Test and Calibration.vpx

Old Chicago (Bally 1976)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Old Chicago (1975).directb2s
FYI (FTP not enabled): No Wheel Image - Old Chicago (Bally 1976).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Old Chicago (1975).vpx

Old Coney Island! (Game Plan 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Old Coney Island (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Old Coney Island! (Game Plan 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Old Coney Island (1979).vpx

Panthera (Gottlieb 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Panthera (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Panthera (Gottlieb 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Panthera (1980).vpx

Paragon
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Paragon.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Paragon (Bally 1978).vpx

Penthouse (2008)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Penthouse (2008).directb2s
FYI (FTP not enabled): No Wheel Image - Penthouse (2008).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Penthouse (2008).vpx

Pet Sematary (TBA 2019)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Pet Sematary (TBA 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Pet Sematary (TBA 2019).vpx

PIN BOT (Williams 1986)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\PinBot (1986).directb2s
FYI (FTP not enabled): No Wheel Image - PIN BOT (Williams 1986).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\PinBot (1986).vpx

Pinball Champ '82 (Zaccaria 1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Pinball Champ 82 (1982).directb2s
FYI (FTP not enabled): No Wheel Image - Pinball Champ '82 (Zaccaria 1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Pinball Champ 82 (1982).vpx

Pinball Magic (Capcom 1995)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Pinball Magic (1995).directb2s
FYI (FTP not enabled): No Wheel Image - Pinball Magic (Capcom 1995).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Pinball Magic (1995).vpx

Pinball Pool (Gottlieb 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Pinball Pool (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Pinball Pool (Gottlieb 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Pinball Pool (1979).vpx

Pink Floyd – The Wall (2020)
Table file not found: C:\Visual Pinball\Tables\VPX\Pink Floyd – The Wall (2020).vpt or Pink Floyd – The Wall (2020).vpx 

Playboy (Williams 1999)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Playboy (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Playboy (Williams 1999).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Playboy (1978).vpx

Pokemon (1999)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Pokemon (1999).directb2s
FYI (FTP not enabled): No Wheel Image - Pokemon (1999).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Pokemon (1999).vpx

Pokemon Pinball 
Table file not found: C:\Visual Pinball\Tables\VPX\JP's Pokemon Pinball_1.3.0.vpt or JP's Pokemon Pinball_1.3.0.vpx 

Polar Explorer (1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Polar Explorer (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Polar Explorer (1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Polar Explorer (1980).vpx

Pool Sharks (Midway 1990)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Pool Sharks (1990).directb2s
FYI (FTP not enabled): No Wheel Image - Pool Sharks (Midway 1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Pool Sharks (1990).vpx

Popeye Saves the Earth (Midway 1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Popeye saves the Earth (1994).directb2s
FYI (FTP not enabled): No Wheel Image - Popeye Saves the Earth (Midway 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Popeye saves the Earth (1994).vpx

Power Play (Bally 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Power Play (1977).directb2s
FYI (FTP not enabled): No Wheel Image - Power Play (Bally 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Power Play (1977).vpx

Prison Break (TBA 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Prison Break (TBA 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Prison Break (TBA 2018).vpx

QBerts Quest (1983)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\QBerts Quest (1983).directb2s
FYI (FTP not enabled): No Wheel Image - QBerts Quest (1983).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\QBerts Quest (1983).vpx

Rack-A-Ball (Gottlieb 1962)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Rack-A-Ball (1962).directb2s
FYI (FTP not enabled): No Wheel Image - Rack-A-Ball (Gottlieb 1962).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Rack-A-Ball (1962).vpx

Radical! (Midway 1990)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Radical (1990).directb2s
FYI (FTP not enabled): No Wheel Image - Radical! (Midway 1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Radical (1990).vpx

Rally (Taito do Brasil 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Rally (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Rally (Taito do Brasil 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Rally (1980).vpx

Rat Fink 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Rat Fink .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Rat Fink VPX v1.1.vpx

Ready...Aim...Fire! (Mylstar 1983)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Ready Aim Fire (1983).directb2s
FYI (FTP not enabled): No Wheel Image - Ready...Aim...Fire! (Mylstar 1983).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Ready Aim Fire (1983).vpx

Red and Ted_s Roadshow (1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Red and Ted_s Roadshow (1994).directb2s
FYI (FTP not enabled): No Wheel Image - Red and Ted_s Roadshow (1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Red and Ted_s Roadshow (1994).vpx

Rescue 911 (Gottlieb 1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Rescue 911 (1994).directb2s
FYI (FTP not enabled): No Wheel Image - Rescue 911 (Gottlieb 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Rescue 911 (1994).vpx

RETRO ZOMBIE Adventure Land
Table disabled in xml: C:\Visual Pinball\Tables\VPX\RETRO ZOMBIE Adventure Land.vpx

Ripleys Believe or Not
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Ripleys Believe or Not.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Ripleys Believe or Not - DT v2.0.vpx

Road Kings (Williams 1986)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Road Kings (1986).directb2s
FYI (FTP not enabled): No Wheel Image - Road Kings (Williams 1986).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Road Kings (1986).vpx

Robocop (Data East 1989)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Robocop (1989).directb2s
FYI (FTP not enabled): No Wheel Image - Robocop (Data East 1989).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Robocop (1989).vpx

Robocop 3 (TBA 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Robocop 3 (TBA 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Robocop 3 (TBA 2018).vpx

Robot (Zaccaria 1985)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Robot (1985).directb2s
FYI (FTP not enabled): No Wheel Image - Robot (Zaccaria 1985).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Robot (1985).vpx

Rock (Gottlieb 1985)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Rock (1985).directb2s
FYI (FTP not enabled): No Wheel Image - Rock (Gottlieb 1985).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Rock (1985).vpx

Rocky _ Bullwinkle And Friends (1993)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Rocky _ Bullwinkle And Friends (1993).directb2s
FYI (FTP not enabled): No Wheel Image - Rocky _ Bullwinkle And Friends (1993).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Rocky _ Bullwinkle And Friends (1993).vpx

RollerCoaster Tycoon (Stern 2002)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Rollercoaster Tycoon (2002).directb2s
FYI (FTP not enabled): No Wheel Image - RollerCoaster Tycoon (Stern 2002).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Rollercoaster Tycoon (2002).vpx

Rollergames (Williams 1990)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\RollerGames (1990).directb2s
FYI (FTP not enabled): No Wheel Image - Rollergames (Williams 1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\RollerGames (1990).vpx

Rolling Stones (Bally 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Rolling Stones (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Rolling Stones (Bally 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Rolling Stones (1979).vpx

Roman Victory (1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Roman Victory (1977).directb2s
FYI (FTP not enabled): No Wheel Image - Roman Victory (1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Roman Victory (1977).vpx

Royal Guard (Gottlieb 1968)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Royal Guard (Gottlieb 1968).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Royal Guard (Gottlieb 1968).vpx

Scared Stiff (Midway 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Scared Stiff (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Scared Stiff (Midway 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Scared Stiff (1996).vpx

Serious Sam Pinball 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Serious Sam Pinball .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Serious Sam Pinball v1.2.2.vpx

Serious Sam Pinball (2017)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Serious Sam Pinball (2017).directb2s
FYI (FTP not enabled): No Wheel Image - Serious Sam Pinball (2017).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Serious Sam Pinball (2017).vpx

Shovel Knight
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Shovel Knight.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\shovelknight-v094.vpx

Shrek (Stern 2008)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Shrek (2008).directb2s
FYI (FTP not enabled): No Wheel Image - Shrek (Stern 2008).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Shrek (2008).vpx

Shrek (Stern 2008)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Shrek (Stern 2008).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Shrek (Stern 2008).vpx

Silver Line (1970)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Silver Line (1970).directb2s
FYI (FTP not enabled): No Wheel Image - Silver Line (1970).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Silver Line (1970).vpx

Simpsons Pinball Party
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Simpsons Pinball Party, The (Stern 2003).vpx

Sinbad (Gottlieb 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Sinbad (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Sinbad (Gottlieb 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Sinbad (1978).vpx

Skateball (Bally 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Skateball (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Skateball (Bally 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Skateball (1980).vpx

Smurfette (1971)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Smurfette (1971).directb2s
FYI (FTP not enabled): No Wheel Image - Smurfette (1971).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Smurfette (1971).vpx

Smurfette_1.2.1
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Smurfette_1.2.1.vpx

Sons Of Anarchy (Original 2019)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Sons Of Anarchy (Original 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Sons Of Anarchy (Original 2019) 1.2.vpx

Space Invaders (Bally 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Space Invaders (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Space Invaders (Bally 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Space Invaders (1979).vpx

Space Station (Williams 1987)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Space Station (1987).directb2s
FYI (FTP not enabled): No Wheel Image - Space Station (Williams 1987).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Space Station (1987).vpx

Space Station (Williams 1987)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Space Station (Williams 1987).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Space Station (Williams 1987).vpx

Spider-Man
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Spider-Man.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Spider-Man_VE_2.2.vpx

SpiderMan (2007)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\SpiderMan (2007).directb2s
FYI (FTP not enabled): No Wheel Image - SpiderMan (2007).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\SpiderMan (2007).vpx

Spider-Man Classic (2007)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Spider-Man Classic (2007).directb2s
FYI (FTP not enabled): No Wheel Image - Spider-Man Classic (2007).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Spider-Man Classic (2007).vpx

Spin Out (Gottlieb 1975)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Spin Out (1975).directb2s
FYI (FTP not enabled): No Wheel Image - Spin Out (Gottlieb 1975).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Spin Out (1975).vpx

Spirit (Gottlieb 1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Spirit (1982).directb2s
FYI (FTP not enabled): No Wheel Image - Spirit (Gottlieb 1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Spirit (1982).vpx

Spy Hunter (Bally 1984)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Spy Hunter (1984).directb2s
FYI (FTP not enabled): No Wheel Image - Spy Hunter (Bally 1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Spy Hunter (1984).vpx

Star Trek (Stern 2013)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Star Trek (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Star Trek (Stern 2013).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Star Trek (1979).vpx

Star Trek (Stern 2013)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Star Trek (2003).directb2s
FYI (FTP not enabled): No Wheel Image - Star Trek (Stern 2013).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Star Trek (2003).vpx

Star Trek The Next Generation (Williams 1993)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Star Trek - The Next Generation (1993).directb2s
FYI (FTP not enabled): No Wheel Image - Star Trek The Next Generation (Williams 1993).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Star Trek - The Next Generation (1993).vpx

Star Wars (Stern 2019)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Star Wars (1987).directb2s
FYI (FTP not enabled): No Wheel Image - Star Wars (Stern 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Star Wars (1987).vpx

Star Wars Empire Strikes Back, The (1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Star Wars Empire Strikes Back, The (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Star Wars Empire Strikes Back, The (1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Star Wars Empire Strikes Back, The (1980).vpx

Star Wars Trilogy (1997)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Star Wars Trilogy (1997).directb2s
FYI (FTP not enabled): No Wheel Image - Star Wars Trilogy (1997).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Star Wars Trilogy (1997).vpx

Starship Troopers (Sega 1997)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Starship Troopers (1997).directb2s
FYI (FTP not enabled): No Wheel Image - Starship Troopers (Sega 1997).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Starship Troopers (1997).vpx

Stingray (Stern 1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Stingray (1977).directb2s
FYI (FTP not enabled): No Wheel Image - Stingray (Stern 1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Stingray (1977).vpx

Strange World (Gottlieb 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Strange World (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Strange World (Gottlieb 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Strange World (1978).vpx

Stranger Things 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Stranger Things .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\StrangerThings v1.8.vpx

Stranger Things (2019)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Stranger Things (2019).directb2s
FYI (FTP not enabled): No Wheel Image - Stranger Things (2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Stranger Things (2019).vpx

Street Fighter 2
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Street Fighter 2_v1.2.0.vpx

Streets of Rage (TBA 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Streets of Rage (TBA 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Streets of Rage (TBA 2018).vpx

Striker Xtreme (Stern 2000)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Striker Xtreme (2000).directb2s
FYI (FTP not enabled): No Wheel Image - Striker Xtreme (Stern 2000).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Striker Xtreme (2000).vpx

Strikes 'N Spares (Gottlieb 1995)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Strikes _N Spares (1995).directb2s
FYI (FTP not enabled): No Wheel Image - Strikes 'N Spares (Gottlieb 1995).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Strikes _N Spares (1995).vpx

Sultan (1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Sultan (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Sultan (1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Sultan (1979).vpx

Super Mario 
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Super Mario .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\SMB-TT-NZ_1.3.vpx

Super Mario Brothers (1992)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Super Mario Brothers (1992).directb2s
FYI (FTP not enabled): No Wheel Image - Super Mario Brothers (1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Super Mario Brothers (1992).vpx

Super Nova (Game Plan 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Super Nova (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Super Nova (Game Plan 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Super Nova (1980).vpx

Super Soccer (Gottlieb 1975)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Super Soccer (1975).directb2s
FYI (FTP not enabled): No Wheel Image - Super Soccer (Gottlieb 1975).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Super Soccer (1975).vpx

Super Spin (Gottlieb 1977)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Super Spin (Gottlieb 1977).directb2s
FYI (FTP not enabled): No Wheel Image - Super Spin (Gottlieb 1977).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Super Spin (Gottlieb 1977).vpx

Superman (Atari 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Superman (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Superman (Atari 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Superman (1979).vpx

Sure Shot (Taito do Brasil 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Sure Shot (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Sure Shot (Taito do Brasil 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Sure Shot (1981).vpx

Surfer (Gottlieb 1976)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Surfer (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Surfer (Gottlieb 1976).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Surfer (1976).vpx

T2 Judgement Day (1991)
Table file not found: C:\Visual Pinball\Tables\VPX\T2 Judgement Day (1991).vpt or T2 Judgement Day (1991).vpx 

Tales of the Arabian Nights (Williams 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Tales of the Arabian Nights (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Tales of the Arabian Nights (Williams 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Tales of the Arabian Nights (1996).vpx

Target Alpha (Gottlieb 1976)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Target Alpha (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Target Alpha (Gottlieb 1976).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Target Alpha (1976).vpx

Taxi (Williams 1988)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Taxi (1988).directb2s
FYI (FTP not enabled): No Wheel Image - Taxi (Williams 1988).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Taxi (1988).vpx

Tee'd Off (Gottlieb 1993)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Tee_d Off (1993).directb2s
FYI (FTP not enabled): No Wheel Image - Tee'd Off (Gottlieb 1993).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Tee_d Off (1993).vpx

Teenage Mutant Ninja Turtles (Data East 1991)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Teenage Mutant Ninja Turtles (Data East 1991).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Teenage Mutant Ninja Turtles (Data East ) 1.1.vpx

Terminator 1 (TBA 2019)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Terminator 1 (TBA 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Terminator 1 (TBA 2019).vpx

Terminator 2 (Williams 1991) g5k v1.1
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Terminator 2 (Williams 1991) g5k v1.1.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Terminator 2 (Williams 1991) g5k v1.1.vpx

Terminator Salvation (TBA 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Terminator Salvation (TBA 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Terminator Salvation (TBA 2018).vpx

The Addams Family
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Addams Family.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992) v2.1 uncompressed.vpx

The Addams Family (Midway 1992)
Table file not found: C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992) v1.4.1.vpt or The Addams Family (Bally 1992) v1.4.1.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992) v1.4.1.vpx

The Addams Family (Midway 1992)
Table file not found: C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992) v2.1.vpt or The Addams Family (Bally 1992) v2.1.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992) v2.1.vpx

The Addams Family (Midway 1992)
Table file not found: C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992) v2.vpt or The Addams Family (Bally 1992) v2.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992) v2.vpx

The Addams Family (Midway 1992)
Table file not found: C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992).vpt or The Addams Family (Bally 1992).vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\The Addams Family (Bally 1992).vpx

The Addams Family Gold (Williams 1994) v1.4.1
Table file not found: C:\Visual Pinball\Tables\VPX\The Addams Family Gold (Williams 1994) v1.4.1.vpt or The Addams Family Gold (Williams 1994) v1.4.1.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\The Addams Family Gold (Williams 1994) v1.4.1.vpx

The Amazing Spider-Man (Gottlieb 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Amazing Spider-man (1980).directb2s
FYI (FTP not enabled): No Wheel Image - The Amazing Spider-Man (Gottlieb 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Amazing Spider-man (1980).vpx

The Avengers (Stern 2012)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\The Avengers (2012).directb2s
FYI (FTP not enabled): No Wheel Image - The Avengers (Stern 2012).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Avengers (2012).vpx

The Batman Returns (TBA 2018)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Batman Returns (TBA 2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Batman Returns (TBA 2018).vpx

The Champion Pub (Midway 1998)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Champion Pub (1998).directb2s
FYI (FTP not enabled): No Wheel Image - The Champion Pub (Midway 1998).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Champion Pub (1998).vpx

The Delta Force (TBA 2019)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Delta Force (TBA 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Delta Force (TBA 2019).vpx

The Flintstones (Williams 1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\The Flintstones (Williams 1994) v1.25 R2.6-[D&N][FSS][DMD][CCX-PGI][SHD][10.6+].directb2s
FYI (FTP not enabled): No Wheel Image - The Flintstones (Williams 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Flintstones (Williams 1994) v1.25 R2.6-[D&N][FSS][DMD][CCX-PGI][SHD][10.6+].vpx

The Getaway High Speed II (Williams 1992)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Getaway, The - High Speed II (1992).directb2s
FYI (FTP not enabled): No Wheel Image - The Getaway High Speed II (Williams 1992).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Getaway, The - High Speed II (1992).vpx

The Last of Us
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Last of Us.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Last of Us (TBA 2018).vpx

The Last of Us (2018)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\The Last of Us (2018).directb2s
FYI (FTP not enabled): No Wheel Image - The Last of Us (2018).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Last of Us (2018).vpx

The Last Starfighter (1984)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\The Last Starfighter (1984).directb2s
FYI (FTP not enabled): No Wheel Image - The Last Starfighter (1984).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Last Starfighter (1984).vpx

The Lord of the Rings (Stern 2009)
Table file not found: C:\Visual Pinball\Tables\VPX\Lord Of The Rings (Stern - 2003) Siggi's Mod 1.2.vpt or Lord Of The Rings (Stern - 2003) Siggi's Mod 1.2.vpx 

The Machine Bride of Pin bot (Williams 1991)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Machine Bride of Pin bot (Williams 1991).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Machine - Bride Of Pinbot (1991).vpx

The Munsters (Stern 2019)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Munsters (Original 2020).directb2s
FYI (FTP not enabled): No Wheel Image - The Munsters (Stern 2019).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Munsters (Original 2020).vpx

The Party Zone (Midway 1991)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Party Zone (1991).directb2s
FYI (FTP not enabled): No Wheel Image - The Party Zone (Midway 1991).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Party Zone (1991).vpx

The Simpsons Pinball Party (Stern 2003)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Simpsons Pinball Party, The (2003).directb2s
FYI (FTP not enabled): No Wheel Image - The Simpsons Pinball Party (Stern 2003).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Simpsons Pinball Party, The (2003).vpx

The Sopranos (Stern 2005)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\The Sopranos (2005).directb2s
FYI (FTP not enabled): No Wheel Image - The Sopranos (Stern 2005).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Sopranos (2005).vpx

The Walking Dead - PuP Edition
Table file not found: C:\Visual Pinball\Tables\VPX\The Walking Dead_TWDMod.vpt or The Walking Dead_TWDMod.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\The Walking Dead_TWDMod.vpx

The Walking Dead (Stern 2014)
Table file not found: C:\Visual Pinball\Tables\VPX\The Walking Dead (2014).vpt or The Walking Dead (2014).vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\The Walking Dead (2014).vpx

The Walking Dead (Stern 2014)
Table file not found: C:\Visual Pinball\Tables\VPX\The Walking Dead (Stern 2014) - EB Mod.vpt or The Walking Dead (Stern 2014) - EB Mod.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\The Walking Dead (Stern 2014) - EB Mod.vpx

The Walking Dead Limited Edition
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The Walking Dead Limited Edition.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Walking Dead Limited Edition Neo 1.0.5.vpx

The Web (1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\The Web (1996).directb2s
FYI (FTP not enabled): No Wheel Image - The Web (1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\The Web (1996).vpx

The X Files (Sega 1997)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - The X Files (Sega 1997).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\X-Files v1.8.vpx

Theatre of Magic (Midway 1995)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Theatre of Magic (1995).directb2s
FYI (FTP not enabled): No Wheel Image - Theatre of Magic (Midway 1995).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Theatre of Magic (1995).vpx

Time Machine
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Time Machine (Data East 1988)  1.2 Team PP_Brian_mod.vpx

Time Machine (Zaccaria 1983)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Time Machine (1988).directb2s
FYI (FTP not enabled): No Wheel Image - Time Machine (Zaccaria 1983).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Time Machine (1988).vpx

Titan (Gottlieb 1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Titan (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Titan (Gottlieb 1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Titan (1981).vpx

Tom and Jerry
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Tom and Jerry.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Tom and Jerry.vpx

Tommy
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Tommy.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Tommy_VP10_1.1.vpx

TOTAN4k 1.0
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\TOTAN4k 1.0.directb2s
FYI (FTP not enabled): No Wheel Image - TOTAN4k 1.0.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\TOTAN4k 1.0.vpx

TOTAN4k 1.1
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\TOTAN4k 1.1.directb2s
FYI (FTP not enabled): No Wheel Image - TOTAN4k 1.1.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\TOTAN4k 1.1.vpx

TOTAN4k 1.2
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\TOTAN4k 1.2.directb2s
FYI (FTP not enabled): No Wheel Image - TOTAN4k 1.2.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\TOTAN4k 1.2.vpx

TOTAN4k 1.3
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\TOTAN4k 1.3.directb2s
FYI (FTP not enabled): No Wheel Image - TOTAN4k 1.3.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\TOTAN4k 1.3.vpx

Transformers (Stern 2011)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Transformers (2001).directb2s
FYI (FTP not enabled): No Wheel Image - Transformers (Stern 2011).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Transformers (2001).vpx

Transporter the Rescue (Midway 1989)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Transporter the Rescue (1989).directb2s
FYI (FTP not enabled): No Wheel Image - Transporter the Rescue (Midway 1989).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Transporter the Rescue (1989).vpx

Tri Zone (Williams 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Tri Zone (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Tri Zone (Williams 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Tri Zone (1979).vpx

Trident (Stern 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Trident (1979).directb2s
FYI (FTP not enabled): No Wheel Image - Trident (Stern 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Trident (1979).vpx

Triple Strike (Williams 1975)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Triple Strike (1975).directb2s
FYI (FTP not enabled): No Wheel Image - Triple Strike (Williams 1975).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Triple Strike (1975).vpx

Tron Legacy (2011)
Table file not found: C:\Visual Pinball\Tables\VPX\Tron Legacy (2011).vpt or Tron Legacy (2011).vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\Tron Legacy (2011).vpx

Tron Legacy (Stern 2011) (G5K 2.2)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Tron Legacy (Stern 2011) (G5K 2.2).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Tron Legacy (Stern 2011) (G5K 2.2).vpx

Turrican
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Turrican.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Turrican (TBA 2018).vpx

Twilight Zone
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Twilight Zone Skitso mod 2.05.directb2s
FYI (FTP not enabled): No Wheel Image - Twilight Zone.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Twilight Zone Skitso mod 2.05.vpx

Twister (Sega 1996)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Twister (1996).directb2s
FYI (FTP not enabled): No Wheel Image - Twister (Sega 1996).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Twister (1996).vpx

Vector
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Vector.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Vector (Bally 1982) v1.2.vpx

Vegas (Gottlieb 1990)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Vegas (1990).directb2s
FYI (FTP not enabled): No Wheel Image - Vegas (Gottlieb 1990).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Vegas (1990).vpx

Viper (Stern 1981)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Viper (1981).directb2s
FYI (FTP not enabled): No Wheel Image - Viper (Stern 1981).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Viper (1981).vpx

Volley (Gottlieb 1976)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Volley (1976).directb2s
FYI (FTP not enabled): No Wheel Image - Volley (Gottlieb 1976).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Volley (1976).vpx

Voltan Escapes Cosmic Doom (Bally 1979)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Voltan Escapes Cosmic Doom (1978).directb2s
FYI (FTP not enabled): No Wheel Image - Voltan Escapes Cosmic Doom (Bally 1979).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Voltan Escapes Cosmic Doom (1978).vpx

VP10_Indiana Jones (Stern 2008)-Hanibal-2.5
Table file not found: C:\Visual Pinball\Tables\VPX\VP10_Indiana Jones (Stern 2008)-Hanibal-2.5.vpt or VP10_Indiana Jones (Stern 2008)-Hanibal-2.5.vpx 

VP10-X-Files v1.8
Table file not found: C:\Visual Pinball\Tables\VPX\VP10-X-Files v1.8.vpt or VP10-X-Files v1.8.vpx 
Table disabled in xml: C:\Visual Pinball\Tables\VPX\VP10-X-Files v1.8.vpx

Whirl-Wind (Gottlieb 1958)
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Whirl-Wind (Gottlieb 1958).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Whirl-Wind (Gottlieb 1958).vpx

Whirlwind (Williams 1990)
Table file not found: C:\Visual Pinball\Tables\VPX\Whirlwind (1990).vpt or Whirlwind (1990).vpx 

White Water (Williams 1993)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\White Water (1993).directb2s
FYI (FTP not enabled): No Wheel Image - White Water (Williams 1993).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\White Water (1993).vpx

Whitewater
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Whitewater.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Whitewater 1.1.vpx

Whoa Nellie! Big Juicy Melons (Stern 2015) v2.1.4
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Whoa Nellie! Big Juicy Melons (Stern 2015) v2.1.4.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Whoa Nellie! Big Juicy Melons (Stern 2015) v2.1.4.vpx

World Cup (Williams 1978)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\World Cup (1978).directb2s
FYI (FTP not enabled): No Wheel Image - World Cup (Williams 1978).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\World Cup (1978).vpx

World Cup Soccer (Midway 1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\WorldCupSoccer (1994).directb2s
FYI (FTP not enabled): No Wheel Image - World Cup Soccer (Midway 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\WorldCupSoccer (1994).vpx

WWF Royal Rumble (Data East 1994)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\WWF Royal Rumble (1994).directb2s
FYI (FTP not enabled): No Wheel Image - WWF Royal Rumble (Data East 1994).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\WWF Royal Rumble (1994).vpx

Xenon (Bally 1980)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Xenon (1980).directb2s
FYI (FTP not enabled): No Wheel Image - Xenon (Bally 1980).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Xenon (1980).vpx

X-Men LE (Stern 2012) v2.0.1
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\X-Men LE (Stern 2012) v2.0.1.directb2s
FYI (FTP not enabled): No Wheel Image - X-Men LE (Stern 2012) v2.0.1.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\X-Men LE (Stern 2012) v2.0.1.vpx

Zarza (Taito do Brasil 1982)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Zarza (1982).directb2s
FYI (FTP not enabled): No Wheel Image - Zarza (Taito do Brasil 1982).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Zarza (1982).vpx

Zip-A-Doo (Bally 1970)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPX\Zip-A-Doo (1970).directb2s
FYI (FTP not enabled): No Wheel Image - Zip-A-Doo (Bally 1970).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPX\Zip-A-Doo (1970).vpx

Working on VPxPUP.xml (11:06:59)

Screenres.txt
1920
1080
1280
1024
2
0
0
0
0
0
0
0

Values used for media capture (height/width forced to even values)
VirtualScreenWidth = 3200
TotalScreenWidth   = 1920  
PF_width           = 1920          
PF_height          = 1080         
BG_width           = 1280          
BG_height          = 1024         
DMD_width          = 0      
DMD_height         = 0        
DMD_X_offset       = 0            
DMD_Y_offset       = 0             
-----------------------------------------
DMD_tot_offset     = 1920             
DMD_orig_width     = 0         

Back To The Future
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Back To The Future 1.4 PF Mod.vpx

Batman 66
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Batman 66.vpx

Bugs Bunny's Birthday Ball  (Bally 1991)2.1
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Bugs Bunny's Birthday Ball  (Bally 1991)2.1.vpx

champions league TT&NZ vpx 1.4
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\champions league TT&NZ vpx 1.4.vpx

Clue (Original)1.2

EXAMPLE of all ffmpeg.exe commands used
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 0 -offset_y 0 -video_size 1920x1080 -i desktop -vf "rotate=PI:bilinear=0" "C:\PinballX\Media\VPxPUP\Table Images\Clue (Original)1.2.png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 1920 -offset_y 0 -video_size 1280x1024 -i desktop "C:\PinballX\Media\VPxPUP\Backglass Images\Clue (Original)1.2.png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 1 -f gdigrab -framerate 1 -offset_x 1920 -offset_y 0 -video_size 0x0 -i desktop "C:\PinballX\Media\VPxPUP\DMD Images\Clue (Original)1.2.png"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 0 -offset_y 0 -video_size 1920x1080 -i desktop -vcodec libx264 -preset ultrafast -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\playfield.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 1920 -offset_y 0 -video_size 1280x1024 -i desktop -vcodec libx264 -preset ultrafast  -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\bg.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -t 65 -rtbufsize 1500M -f gdigrab -framerate 30 -offset_x 1920 -offset_y 0 -video_size 0x0 -i desktop -vcodec libx264 -preset ultrafast  -qp 0 -threads 8 "C:\PinballX\PBXRecorder_x64_1.6\dmd.mkv"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\playfield.mkv" -ss 5 -to 1000 -vf "rotate=PI:bilinear=0" -c:v libx264 -crf 26 "C:\PinballX\Media\VPxPUP\Table Videos\Clue (Original)1.2.mp4"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\bg.mkv" -ss 5 -to 1000 -c:v libx264 -crf 26 "C:\PinballX\Media\VPxPUP\Backglass Videos\Clue (Original)1.2.mp4"
"C:\PinballX\PBXRecorder_x64_1.6\FFMpeg\bin\ffmpeg" -y -i "C:\PinballX\PBXRecorder_x64_1.6\dmd.mkv" -ss 5 -to 1000 -c:v libx264 -crf 26 "C:\PinballX\Media\VPxPUP\DMD Videos\Clue (Original)1.2.mp4"

PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\Clue (Original)1.2.directb2s
FYI (FTP not enabled): No Wheel Image - Clue (Original)1.2.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Clue (Original)1.2.vpx

F-14 Tomcat (Williams 1987) 1.0
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - F-14 Tomcat (Williams 1987) 1.0.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\F-14 Tomcat (Williams 1987) 1.0.vpx

Getaway, The - High Speed II v1.04
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Getaway, The - High Speed II v1.04.vpx

Harry Potter
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\HPBeta039.directb2s
FYI (FTP not enabled): No Wheel Image - Harry Potter.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\HPBeta039.vpx

Iron Man   - PuP-Edition
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Iron Man (Stern 2010).vpx

Jaws
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Jaws_1_0c.vpx

Lethal Weapon 3 Video Edition
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Lethal Weapon 3_VPX_1.0.vpx

Masters of the Universe
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Masters of the Universe 1_0b.vpx

Medieval Madness 
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\Medieval Madness VPX  Remake - Tom Tower & Ninuzzu rev2.3.directb2s
FYI (FTP not enabled): No Wheel Image - Medieval Madness .png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Medieval Madness VPX  Remake - Tom Tower & Ninuzzu rev2.3.vpx

Monster Bash
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Monster Bash.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Monster Bash1_3.vpx

Pirates of the Caribbean (Stern 2006) - SP 1.1
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Pirates of the Caribbean (Stern 2006) - SP 1.1.vpx

Spider-Man
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Spider-Man_VE_2.2.vpx

Star Trek Enterprise Limited Edition (Stern 2012)
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\Star Trek Enterprise Limited Edition (Stern 2012).directb2s
FYI (FTP not enabled): No Wheel Image - Star Trek Enterprise Limited Edition (Stern 2012).png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Star Trek Enterprise Limited Edition (Stern 2012).vpx

Stranger Things - Special
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\Stranger Things - SE 1.42.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Stranger Things - SE 1.42.vpx

Super Mario Bros
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\SMB-TT-NZ_1.3.vpx

Taxi 
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Taxi (Williams 1988)1.2.vpx

Team America World Policewq2
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Team America World Police 1.0.vpx

Terminator 2 (Williams 1991)
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Terminator 2 (Williams 1991).vpx

The Leprechaun King
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\The Leprechaun King.directb2s
FYI (FTP not enabled): No Wheel Image - The Leprechaun King.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\The Leprechaun King.vpx

The Original Batman 66
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\The Original Batman 66.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\The Original Batman 66.vpx

The Walking Dead
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\The Walking Dead_TWDMod.vpx

Tom and Jerry
PBXrecorder set to record complete media set
FYI (FTP not enabled): No Wheel Image - Tom and Jerry.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Tom and Jerry.vpx

Transformers PuP Edition
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\Transformers (Stern 2011) v1 mod 1.directb2s
FYI (FTP not enabled): No Wheel Image - Transformers PuP Edition.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Transformers (Stern 2011) v1 mod 1.vpx

Tron Legacy (Stern 2011) (PUP Edition, PMD, 1.1)
Table disabled in xml: C:\Visual Pinball\Tables\VPxPUP\Tron Legacy (Stern 2011) (PUP Edition, PMD, 1.1).vpx

Twilight Zone PuP Edition
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\Twilight Zone Skitso detail mod 1.5.directb2s
FYI (FTP not enabled): No Wheel Image - Twilight Zone PuP Edition.png
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\Twilight Zone Skitso detail mod 1.5.vpx

WoZ - SE
PBXrecorder set to record complete media set
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\WoZ (Original 2018).vpx

X-Men LE
PBXrecorder set to record complete media set
FYI: No DirectB2S/B2S.exe File.  C:\Visual Pinball\Tables\VPxPUP\X-Men LE (Stern 2012) v1.0.3.directb2s
Skipping table due to Drag and Drop mode... C:\Visual Pinball\Tables\VPxPUP\X-Men LE (Stern 2012) v1.0.3.vpx

Drag and Drop recording finished (C:\Visual Pinball\Tables\VPX\AC-DC_Premium-1.4.vpx). Finished (11:06:59)

PBXrecorder.ini:

6
C:\PinballX
2
1
1
0
0
0
0
1
60
1
15
180

Windows adentifies playfield as screen 1 (on left) and screen 2 backglass (on right).

 

Please help, I've been banging my head on this one! Thank

 



#316 Thalamus

Thalamus

    Pinball Wizard

  • Platinum Supporter
  • 4,983 posts

  • Flag: Norway

  • Favorite Pinball: GOT, Alien Star, LOTR, TOM

Posted 07 November 2020 - 07:33 PM

PinballY has a built in video recorder. It understands PinballX xml files, you can use that to record your videos with - placing them in the same folders as PinballX uses.


From now on. I won't help anyone here at VPF. Please ask Noah why that is.


#317 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 07 November 2020 - 10:17 PM

FYI: No DirectB2S

 

it seems to be saying you are not running directb2s backglasses
file missing or b2s disabled or something?

Are you seeing directb2s backglasses show on the screen?
It wont record things like PUP backglasses, only b2s

 

PS PinballX will record VPX tables and backglasses on it's own, from game manager


Edited by wiesshund, 07 November 2020 - 10:18 PM.

If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#318 gtxjoe

gtxjoe

    VPF Veteran

  • VIP
  • 5,152 posts

  • Flag: United States of America

  • Favorite Pinball: Medieval Madness, AbraCadabra



Contributor

Posted 08 November 2020 - 04:00 AM

Did you ever have PinballX videos working? What were you using before PinballX.

Uhh what table were you trying to record? That logfile is to long to even look at

Edited by gtxjoe, 08 November 2020 - 04:03 AM.


#319 scutters

scutters

    Pinball Fan

  • Members
  • PipPipPipPip
  • 539 posts

  • Flag: England

  • Favorite Pinball: Addams Family

Posted 08 November 2020 - 11:15 AM

For some reason newer versions of FFMPEG can create blank videos with PBXRecorder (and only for some users it seems, as later versions work ok for me). If you're using a later version of FFMPEG try an earlier one, see https://www.gameex.i...&comment=194355



#320 axdruval

axdruval

    Neophyte

  • Members
  • Pip
  • 3 posts

  • Flag: Spain

  • Favorite Pinball: canasta 86

Posted 13 November 2020 - 10:43 AM

Hi guys, i,m getting an error when i try to record backglass media on pbx. Looking at the log file i see this line on every table the pbx didn't record.

 

"Error with backglasss video "24 (Stern 2009)" maybe uncheck audio config"


Pbx record the playfield correctly. This is only happening when i´m trying to record Backglass and/or DMD video.

 I'm wondering why, as long as pbx has been working fine for several weeks. My monitors are aligned on top an settled left to right. I'm having this issue with 1.6 x64 ver.

 

Thanks in advance.


Edited by axdruval, 13 November 2020 - 04:41 PM.






Also tagged with one or more of these keywords: pbxrecorder, screenshot, videos, ffmpeg, recorder, Pinballx