Hold on DDH69.
I was running a really old .ini. It looks like you have made some changes with newer releases. I redid it and I can now get the desired effect! It looks very nice.
Much more color balanced in my opinion.
But, I'm having a problem. It works as intended for one launch of FX3. Then when I exit out and launch another table, it disables my flashers. This is with the PinballX front end. Can you take a look at my new .ini please? I'll put the log at the end too.
I hate posting these long logs. Sorry guys.
####
# The config file for DOFLinx with most common settings as a sample
#
# Note - this works with LEDWiz, PacLed64, Pinscape, Ultimate I/O and Sainsmart (FTDI devices)
# Edit this file as you see fit, lines that start with a hash (#) or are blank are not processed. This blurb and comments can be cut out if you want.
#
# Output devices outputs are entered in the format of
# device (D) and output number (#) in the format D##, so controller device 1 and output 3 is "103" without the quotes, controller board 2 output 23 is "223" without quotes
#
# The keyboard hex code for the key that is used for each flipper from https://msdn.microso...1(v=vs.85).aspx
#
####
# Point to your directoutputconfig.ini file. Your file may have a number, ie directoutputconfig20.ini
# You can point to any of your directoutputconfig.ini files, but only one
# Keep this as the first pararameter to process in your INI file. The order past ths point is not relevant
DIRECTOUTPUTCONFIG=E:\DirectOutput\config\directoutputconfig.ini
# The location of the .FX3 game specific files included with the DOFLinx release package
# Ensure your path has a \ on the end of it
PATH_FX3=E:\DirectOutput\FX3\
PATH_FX2=E:\DirectOutput\FX2\
# The path to where you keep all of the .directb2s files that you've downloaded for use with FX3
# Ensure your path has a \ on the end of it
PATH_FX3_B2S=E:\DirectOutput\FX3_B2S\
# This is the folder where B2SServer.exe can be found on your system
PATH_B2S_SERVER=E:\Visual Pinball\TablesX\
# The list of processes that can activate DOFLinx, in this case, Pinball FX2, Pinball FX3 and Future Pinball
PROCESSES=Pinball FX2,Pinball FX3
# An over-ride to the default setting given this is just being used with Pinball FX3, not FX2, FP or other systems that may require the default delay
PROCESS_TO_ACTIVE_TIME=1
# Set the key code for the keys being used as Left and Right flippers
# Used for the default fll back if a full link cannot be established
# Left Shift = A0, Right Shift = A1
L_FLIPPER_KEY=A0
R_FLIPPER_KEY=A1
# Just in case things go wrong (ie no keyup signal is detected, flipper held down for a long time), what is the maximum time a flipper solenoid / contactor can be in in milliseconds
MAX_FLIPPER_ON=5000
# Use random colour order for the RGB undercabinet lighting
RGB_STYLE=RAINBOW_ALTERNATE
# Use the flipper key press to to cause undercabinet lighting to change
RGB_TRIGGER=FLIPPER
# The minimum time for change between flipper flips, 1000mS or 1 second
RGB_MIN_TIME=1000
# The red device / port for undercabinet lighting, device #1, port 29
RGB_OUTPUT=101,117,120,123,126,129
# Turn on the attempt to make a full connection to Future Pinball when it is detected as running
FP_ATTEMPT_LINK=0
# The device / port for the left and right flippers, set to output device 1, left flipper solenoid on port 1 and right flipper solenoid on port 2
L_FLIPPER_OUTPUT=132
R_FLIPPER_OUTPUT=132
LINK_LF=132,50,10000,255
LINK_RF=132,50,10000,255
# The other 8 solenoid of a 10 solenoid setup using ports 4 to 11 inclusive
LINK_LS=104,50,500,255
LINK_RS=105,50,500,255
LINK_ML=106,50,500,255
LINK_MC=107,50,500,255
LINK_MR=108,50,500,255
LINK_BL=109,50,500,255
LINK_BC=110,50,500,255
LINK_BR=111,50,500,255
# Ports for the shaker, gear motor, knocker, beacon and strobe using ports 12 - 16 inclusive
LINK_SH=116,1000,5000,255
LINK_GR=113,750,10000,255
LINK_KN=114,120,500,255
LINK_BK=115,FLASH,200,255
LINK_SR=132,ON,0,255
# Ports for the lights inside the various buttons being Start, Extra Ball, Coin, Exit, Launch Ball and Fire for ports 17 to 22 inclusive
# LINK_ST=117
# LINK_EB=118
# LINK_CN=119
# LINK_EX=120
# LINK_LB=121
# LINK_FR=122
# The device and red ports for five flashers, these have been set in the example below as on the second output device, ie LEDWiz #2
LINK_FLOL=117
LINK_FLIL=120
LINK_FLCN=123
LINK_FLIR=126
LINK_FLOR=129
BUTTONS_ON=132
# Make the "1" (31) key (Start in VP) pulse LEDWiz 120 and "4" (34) to pulse controller/output 121
KEY_TO_OUTPUT=32 132 35 132 36 132 0D 115 0D 116 0D 132
# Set a key to turn on a specific colour for your RGB. The line below makes the Left Control (A2) and the Right Control (A3) turn my undercab RGB strip red.
# In Pinball FX2 this means when I nudge it all goes red.
KEY_TO_COLOUR=A2 101 Red A3 101 Red
# Setting FORCE_ACTIVE=1 will cause DOFFX2 to not listen for processes and just run until you kill the process. Handy for using it for things other than PinBall FX2
FORCE_ACTIVE=0
# If you want the program to stop when your named process stops then set this to 1. If you want it to run in the background all the time leave it as 0
QUIT_AFTER_PROCESS=0
# Set to 1 to output the game name to the log regardless of the DEBUG flag setting. Set to 0 to simply follow the DEBUG flag.
# Quite useful when you trying to get the FX2 window game name for setting game specific colours
OUTPUT_GAME_NAME=1
####
# Sample setup to enable the Future Pinball Link. Edit the LINK_ items to be your ports and settings.
####
FP_ATTEMPT_LINK=0
# Use the line below if you need to extend the wait time for a FP table to load
#FP_LINK_WAIT_TIME=50000
#LINK_LF=132,50,10000,255
#LINK_RF=132,50,10000,255
#LINK_LS=104,50,500,255
#LINK_RS=105,50,500,255
#LINK_ML=106,50,500,255
#LINK_MC=107,50,500,255
#LINK_MR=108,50,500,255
#LINK_BL=109,50,500,255
#LINK_BC=110,50,500,255
#LINK_BR=111,50,500,255
#LINK_SH=116,1000,5000,255
#LINK_GR=113,750,10000,255
#LINK_KN=124,120,500,255
#LINK_ST=102
#LINK_EB=101e
#LINK_CN=106,105,103
#LINK_EX=104
#LINK_FLOL=117
#LINK_FLIL=120
#LINK_FLCN=123
#LINK_FLIR=126
#LINK_FLOR=129
#LINK_FN=112
####
# 0 = OFF (normal operation), 1 = ON - When ON a window will appear and a log file will be created in the EXE directory.
DEBUG=1
14-Nov-18 17:37:25.592 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
14-Nov-18 17:37:25.608 - Starting up - version 6.52 Beta 2
14-Nov-18 17:37:25.608 - For support come and visit the community here http://www.vpforums....p?showforum=104
14-Nov-18 17:37:25.608 - Pre-Reading DOFLinx.INI startup config file details
14-Nov-18 17:37:25.639 - No DOF Global Config file supplied
14-Nov-18 17:37:25.670 - 0 Pinscape device(s) found
14-Nov-18 17:37:25.670 - 1 LEDWiz device(s) found
14-Nov-18 17:37:25.670 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:37:25.686 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:37:25.686 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:37:25.686 - 0 Ultimate IO device(s) found
14-Nov-18 17:37:25.701 - Reading DOFLinx.INI startup config file details
14-Nov-18 17:37:25.701 - Reading DirectOutputConfig file named E:\DirectOutput\config\directoutputconfig.ini
14-Nov-18 17:37:27.638 - 0 Pinscape device(s) found
14-Nov-18 17:37:27.638 - 1 LEDWiz device(s) found
14-Nov-18 17:37:27.638 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:37:27.638 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:37:27.638 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:37:27.638 - 0 Ultimate IO device(s) found
14-Nov-18 17:37:40.805 - Found valid process name of 'Pinball FX3'
14-Nov-18 17:37:40.808 - Setting FX3 process ID to :10956
14-Nov-18 17:37:40.815 - Activated by process name : 'Pinball FX3'
14-Nov-18 17:37:40.820 - Named process detected and startup commenced
14-Nov-18 17:37:40.824 - Process has administration rights
14-Nov-18 17:37:41.345 - FX3 EXE name=E:\Steam\steamapps\common\Pinball FX3\Pinball FX3.exe Size=18214544 bytes, Dated 10/10/2018 6:49:06 PM
14-Nov-18 17:37:41.348 - Applying memory offsets for FX3 version circa 29/10/18
14-Nov-18 17:37:41.354 - FX3 full link active
14-Nov-18 17:37:41.360 - Using full colour palette
14-Nov-18 17:37:41.365 - 122colours added to the palette
14-Nov-18 17:37:41.371 - Removing flasher from RGB list, device=1 port=17
14-Nov-18 17:37:41.376 - Removing flasher from RGB list, device=1 port=20
14-Nov-18 17:37:41.386 - Removing flasher from RGB list, device=1 port=23
14-Nov-18 17:37:41.393 - Removing flasher from RGB list, device=1 port=26
14-Nov-18 17:37:41.400 - Removing flasher from RGB list, device=1 port=29
14-Nov-18 17:37:41.407 - Turning on fixed out Device=1 Output=32
14-Nov-18 17:37:46.350 - Loading FX3 configuration file E:\DirectOutput\FX3\ALL.FX3
14-Nov-18 17:37:46.362 - Loading FX3 configuration file E:\DirectOutput\FX3\AlienIsolationPinball.FX3
14-Nov-18 17:37:46.369 - No DOF Global Config file supplied
14-Nov-18 17:37:46.384 - B2S file not found : AlienIsolationPinball
14-Nov-18 17:37:46.397 - Building restricted colour palette for game name = AlienIsolationPinball
14-Nov-18 17:37:46.408 - 4colours added to the palette
14-Nov-18 17:37:46.416 - Cabinet Mode = 255 Backglass Mode = 0
14-Nov-18 17:37:48.725 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
14-Nov-18 17:37:48.737 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FL,6,750,100,ORANGE'
14-Nov-18 17:37:48.761 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FL,6,750,100,ORANGE'
14-Nov-18 17:37:48.768 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FL,6,750,100,YELLOW'
14-Nov-18 17:37:48.778 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FL,6,750,100,YELLOW'
14-Nov-18 17:37:48.785 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FL,6,750,100,ORANGE'
14-Nov-18 17:37:48.794 - GAMEMODE mode=1 action #6 of 'FF_DOF,E424,-1'
14-Nov-18 17:37:56.382 - Key number #13 is activating device=1 output=15
14-Nov-18 17:37:56.388 - Key number #13 is activating device=1 output=16
14-Nov-18 17:37:56.409 - Key number #13 is activating device=1 output=32
14-Nov-18 17:37:56.491 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:37:56.498 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:37:56.506 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:37:58.126 - There are no ON actions for LAUNCHBALL
14-Nov-18 17:37:58.134 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
14-Nov-18 17:37:58.141 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
14-Nov-18 17:37:58.149 - Key number #13 is activating device=1 output=15
14-Nov-18 17:37:58.156 - Key number #13 is activating device=1 output=16
14-Nov-18 17:37:58.164 - Key number #13 is activating device=1 output=32
14-Nov-18 17:37:58.339 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:37:58.347 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:37:58.358 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:37:58.382 - LAUNCHBALL mode=2 action #0 of 'FF_DEV,DV_MR,-1'
14-Nov-18 17:37:58.392 - Link is turning on device #7 for 50 milliseconds
14-Nov-18 17:37:58.399 - LAUNCHBALL mode=2 action #1 of 'FF_DOF,E132,-1'
14-Nov-18 17:37:58.408 - LAUNCHBALL mode=2 action #2 of 'FF_B2S,B2SSTARTANIMATION,SPARKLE'
14-Nov-18 17:37:58.463 - Link is turning off device #7
14-Nov-18 17:37:58.867 - Key number #13 is activating device=1 output=15
14-Nov-18 17:37:58.875 - Key number #13 is activating device=1 output=16
14-Nov-18 17:37:58.882 - Key number #13 is activating device=1 output=32
14-Nov-18 17:37:58.905 - There are no ON actions for LAUNCHBALL
14-Nov-18 17:38:00.086 - LAUNCHBALL mode=2 action #0 of 'FF_DEV,DV_MR,-1'
14-Nov-18 17:38:00.094 - Link is turning on device #7 for 50 milliseconds
14-Nov-18 17:38:00.101 - LAUNCHBALL mode=2 action #1 of 'FF_DOF,E132,-1'
14-Nov-18 17:38:00.108 - LAUNCHBALL mode=2 action #2 of 'FF_B2S,B2SSTARTANIMATION,SPARKLE'
14-Nov-18 17:38:00.119 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:38:00.126 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:38:00.134 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:38:00.153 - Link is turning off device #7
14-Nov-18 17:38:00.516 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
14-Nov-18 17:38:00.523 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
14-Nov-18 17:38:02.719 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:38:02.726 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:38:02.734 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:38:03.009 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:38:03.016 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:38:03.024 - Link is turning off device #2
14-Nov-18 17:38:05.808 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:38:05.815 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:38:05.826 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:38:05.981 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:38:05.989 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:38:05.996 - Link is turning off device #1
14-Nov-18 17:38:06.058 - SENSOR_RAMP_RIGHT_START mode=1 action #0 of 'FF_DOF,E414,-1'
14-Nov-18 17:38:06.123 - There are no OFF actions for SENSOR_RAMP_RIGHT_START
14-Nov-18 17:38:08.514 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:38:08.522 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:38:08.529 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:38:08.733 - SENSOR_RAMP_LEFT_START mode=1 action #0 of 'FF_DOF,E410,-1'
14-Nov-18 17:38:08.779 - There are no OFF actions for SENSOR_RAMP_LEFT_START
14-Nov-18 17:38:08.786 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:38:08.794 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:38:08.802 - Link is turning off device #2
14-Nov-18 17:38:10.810 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:38:10.818 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:38:10.827 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:38:10.917 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:38:10.925 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:38:10.933 - Link is turning off device #1
14-Nov-18 17:38:12.156 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:38:12.168 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:38:12.175 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:38:12.326 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:38:12.333 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:38:12.342 - Link is turning off device #1
14-Nov-18 17:38:12.638 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:38:12.647 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:38:12.655 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:38:12.838 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:38:12.846 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:38:12.854 - Link is turning off device #2
14-Nov-18 17:38:13.511 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:38:13.519 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:38:13.533 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:38:13.589 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:38:13.596 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:38:13.604 - Link is turning off device #2
14-Nov-18 17:38:13.765 - SENSOR_ORBIT_LEFT mode=1 action #0 of 'FF_DOF,E411,-1'
14-Nov-18 17:38:13.797 - There are no OFF actions for SENSOR_ORBIT_LEFT
14-Nov-18 17:38:14.028 - SENSOR_ORBIT_GATE mode=1 action #0 of 'FF_DOF,E417,-1'
14-Nov-18 17:38:14.108 - There are no OFF actions for SENSOR_ORBIT_GATE
14-Nov-18 17:38:14.244 - SENSOR_ORBIT_CENTER mode=1 action #0 of 'FF_DOF,E418,-1'
14-Nov-18 17:38:14.358 - There are no OFF actions for SENSOR_ORBIT_CENTER
14-Nov-18 17:38:15.118 - SENSOR_ORBIT_RIGHT mode=1 action #0 of 'FF_DOF,E413,-1'
14-Nov-18 17:38:15.212 - There are no OFF actions for SENSOR_ORBIT_RIGHT
14-Nov-18 17:38:15.875 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:38:15.883 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:38:15.890 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:38:16.329 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:38:16.336 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:38:16.344 - Link is turning off device #2
14-Nov-18 17:38:17.008 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:38:17.015 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:38:17.022 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:38:17.169 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:38:17.176 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:38:17.184 - Link is turning off device #2
14-Nov-18 17:38:18.529 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:38:18.536 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:38:18.544 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:38:18.574 - SLINGSHOT_RIGHT mode=1 action #0 of 'FF_DEV,DV_RS,-1'
14-Nov-18 17:38:18.583 - Link is turning on device #4 for 50 milliseconds
14-Nov-18 17:38:18.598 - SLINGSHOT_RIGHT mode=1 action #1 of 'FF_DOF,E111,-1'
14-Nov-18 17:38:18.606 - SLINGSHOT_FLASHER_RIGHT mode=1 action #0 of 'FF_FLASHER,DV_FLOR,FL_ON,1,1,100,LIME'
14-Nov-18 17:38:18.619 - SLINGSHOT_FLASHER_RIGHT mode=1 action #1 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:38:18.628 - SLINGSHOT_FLASHER_RIGHT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,EYES'
14-Nov-18 17:38:18.641 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:38:18.648 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:38:18.657 - Link is turning off device #1
14-Nov-18 17:38:18.664 - Link is turning off device #4
14-Nov-18 17:38:18.681 - There are no OFF actions for SLINGSHOT_RIGHT
14-Nov-18 17:38:18.711 - SLINGSHOT_FLASHER_RIGHT mode=2 action #0 of 'FF_FLASHER,DV_FLOR,FL_OFF,1,1,100,LIME'
14-Nov-18 17:38:18.853 - SENSOR_RAMP_LEFT_START mode=1 action #0 of 'FF_DOF,E410,-1'
14-Nov-18 17:38:18.919 - There are no OFF actions for SENSOR_RAMP_LEFT_START
14-Nov-18 17:38:21.310 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:38:21.318 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:38:21.327 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:38:21.421 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:38:21.430 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:38:21.441 - Link is turning off device #1
14-Nov-18 17:38:21.541 - SENSOR_RAMP_LEFT_START mode=1 action #0 of 'FF_DOF,E410,-1'
14-Nov-18 17:38:21.548 - SENSOR_RAMP_CROSS_START mode=1 action #0 of 'FF_DOF,E412,-1'
14-Nov-18 17:38:21.573 - There are no OFF actions for SENSOR_RAMP_CROSS_START
14-Nov-18 17:38:21.607 - There are no OFF actions for SENSOR_RAMP_LEFT_START
14-Nov-18 17:38:22.158 - SLINGSHOT_RIGHT mode=1 action #0 of 'FF_DEV,DV_RS,-1'
14-Nov-18 17:38:22.167 - Link is turning on device #4 for 50 milliseconds
14-Nov-18 17:38:22.174 - SLINGSHOT_RIGHT mode=1 action #1 of 'FF_DOF,E111,-1'
14-Nov-18 17:38:22.183 - SLINGSHOT_FLASHER_RIGHT mode=1 action #0 of 'FF_FLASHER,DV_FLOR,FL_ON,1,1,100,LIME'
14-Nov-18 17:38:22.191 - SLINGSHOT_FLASHER_RIGHT mode=1 action #1 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:38:22.198 - SLINGSHOT_FLASHER_RIGHT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,EYES'
14-Nov-18 17:38:22.230 - Link is turning off device #4
14-Nov-18 17:38:22.274 - There are no OFF actions for SLINGSHOT_RIGHT
14-Nov-18 17:38:22.283 - SLINGSHOT_FLASHER_RIGHT mode=2 action #0 of 'FF_FLASHER,DV_FLOR,FL_OFF,1,1,100,LIME'
14-Nov-18 17:38:25.186 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:38:25.193 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:38:25.203 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:38:25.416 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:38:25.423 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:38:25.431 - Link is turning off device #2
14-Nov-18 17:38:26.570 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:38:26.577 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:38:26.586 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:38:26.653 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:38:26.660 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:38:26.669 - Link is turning off device #1
14-Nov-18 17:38:27.849 - SLINGSHOT_RIGHT mode=1 action #0 of 'FF_DEV,DV_RS,-1'
14-Nov-18 17:38:27.860 - Link is turning on device #4 for 50 milliseconds
14-Nov-18 17:38:27.867 - SLINGSHOT_RIGHT mode=1 action #1 of 'FF_DOF,E111,-1'
14-Nov-18 17:38:27.875 - SLINGSHOT_FLASHER_RIGHT mode=1 action #0 of 'FF_FLASHER,DV_FLOR,FL_ON,1,1,100,LIME'
14-Nov-18 17:38:27.883 - SLINGSHOT_FLASHER_RIGHT mode=1 action #1 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:38:27.890 - SLINGSHOT_FLASHER_RIGHT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,EYES'
14-Nov-18 17:38:27.919 - Link is turning off device #4
14-Nov-18 17:38:27.972 - There are no OFF actions for SLINGSHOT_RIGHT
14-Nov-18 17:38:27.980 - SLINGSHOT_FLASHER_RIGHT mode=2 action #0 of 'FF_FLASHER,DV_FLOR,FL_OFF,1,1,100,LIME'
14-Nov-18 17:38:28.098 - SLINGSHOT_LEFT mode=1 action #0 of 'FF_DEV,DV_LS,-1'
14-Nov-18 17:38:28.106 - Link is turning on device #3 for 50 milliseconds
14-Nov-18 17:38:28.118 - SLINGSHOT_LEFT mode=1 action #1 of 'FF_DOF,E110,-1'
14-Nov-18 17:38:28.126 - SLINGSHOT_FLASHER_LEFT mode=1 action #0 of 'FF_FLASHER,DV_FLOL,FL_ON,1,1,100,LIME'
14-Nov-18 17:38:28.133 - SLINGSHOT_FLASHER_LEFT mode=1 action #1 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:38:28.141 - SLINGSHOT_FLASHER_LEFT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,RIPLEY'
14-Nov-18 17:38:28.186 - Link is turning off device #3
14-Nov-18 17:38:28.210 - There are no OFF actions for SLINGSHOT_LEFT
14-Nov-18 17:38:28.218 - SLINGSHOT_FLASHER_LEFT mode=2 action #0 of 'FF_FLASHER,DV_FLOL,FL_OFF,1,1,100,LIME'
14-Nov-18 17:38:29.061 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:38:29.068 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:38:29.075 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:38:29.266 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:38:29.273 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:38:29.281 - Link is turning off device #2
14-Nov-18 17:38:29.373 - SENSOR_RAMP_LEFT_START mode=1 action #0 of 'FF_DOF,E410,-1'
14-Nov-18 17:38:29.716 - There are no OFF actions for SENSOR_RAMP_LEFT_START
14-Nov-18 17:38:30.665 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:38:30.672 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:38:30.681 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:38:30.763 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:38:30.770 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:38:30.778 - Link is turning off device #1
14-Nov-18 17:38:30.907 - SENSOR_RAMP_LEFT_START mode=1 action #0 of 'FF_DOF,E410,-1'
14-Nov-18 17:38:30.953 - There are no OFF actions for SENSOR_RAMP_LEFT_START
14-Nov-18 17:38:32.914 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:38:32.920 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:38:32.928 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:38:33.008 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:38:33.015 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:38:33.023 - Link is turning off device #1
14-Nov-18 17:38:33.123 - SENSOR_SAUCER mode=1 action #0 of 'FF_DOF,E419,-1'
14-Nov-18 17:38:33.203 - There are no OFF actions for SENSOR_SAUCER
14-Nov-18 17:38:35.774 - There are no OFF actions for GAMEMODE
14-Nov-18 17:38:36.789 - Activating process disappeared so stopping things
14-Nov-18 17:38:36.797 - 0 Pinscape device(s) found
14-Nov-18 17:38:36.804 - 1 LEDWiz device(s) found
14-Nov-18 17:38:36.811 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:38:36.818 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:38:36.827 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:38:36.833 - 0 Ultimate IO device(s) found
14-Nov-18 17:38:53.914 - Found valid process name of 'Pinball FX3'
14-Nov-18 17:38:53.920 - Setting FX3 process ID to :10436
14-Nov-18 17:38:53.930 - Activated by process name : 'Pinball FX3'
14-Nov-18 17:38:53.938 - Named process detected and startup commenced
14-Nov-18 17:38:53.947 - Process has administration rights
14-Nov-18 17:38:54.462 - FX3 EXE name=E:\Steam\steamapps\common\Pinball FX3\Pinball FX3.exe Size=18214544 bytes, Dated 10/10/2018 6:49:06 PM
14-Nov-18 17:38:54.469 - Applying memory offsets for FX3 version circa 29/10/18
14-Nov-18 17:38:54.477 - FX3 full link active
14-Nov-18 17:38:54.483 - Using full colour palette
14-Nov-18 17:38:54.490 - 122colours added to the palette
14-Nov-18 17:38:54.497 - Removing flasher from RGB list, device=1 port=17
14-Nov-18 17:38:54.503 - Removing flasher from RGB list, device=1 port=20
14-Nov-18 17:38:54.510 - Removing flasher from RGB list, device=1 port=23
14-Nov-18 17:38:54.519 - Removing flasher from RGB list, device=1 port=26
14-Nov-18 17:38:54.529 - Removing flasher from RGB list, device=1 port=29
14-Nov-18 17:38:54.538 - Turning on fixed out Device=1 Output=32
14-Nov-18 17:38:59.473 - Loading FX3 configuration file E:\DirectOutput\FX3\ALL.FX3
14-Nov-18 17:38:59.484 - Loading FX3 configuration file E:\DirectOutput\FX3\BioLab.FX3
14-Nov-18 17:38:59.491 - No DOF Global Config file supplied
14-Nov-18 17:38:59.504 - B2S file not found : BioLab
14-Nov-18 17:38:59.515 - Building restricted colour palette for game name = BioLab
14-Nov-18 17:38:59.523 - 6colours added to the palette
14-Nov-18 17:38:59.529 - Cabinet Mode = 255 Backglass Mode = 0
14-Nov-18 17:39:02.299 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
14-Nov-18 17:39:02.306 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:02.314 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:02.321 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:02.330 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:02.338 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:02.346 - GAMEMODE mode=1 action #6 of 'FF_B2S,B2SSTARTANIMATION,TITLE'
14-Nov-18 17:39:02.353 - GAMEMODE mode=1 action #7 of 'FF_DOF,E424,-1'
14-Nov-18 17:39:06.010 - Key number #13 is activating device=1 output=15
14-Nov-18 17:39:06.019 - Key number #13 is activating device=1 output=16
14-Nov-18 17:39:06.028 - Key number #13 is activating device=1 output=32
14-Nov-18 17:39:06.132 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:39:06.141 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:39:06.151 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:39:07.205 - Key number #13 is activating device=1 output=15
14-Nov-18 17:39:07.212 - Key number #13 is activating device=1 output=16
14-Nov-18 17:39:07.227 - Key number #13 is activating device=1 output=32
14-Nov-18 17:39:07.954 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:39:07.963 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:39:07.973 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:39:22.945 - There are no OFF actions for GAMEMODE
14-Nov-18 17:39:23.764 - Activating process disappeared so stopping things
14-Nov-18 17:39:23.771 - 0 Pinscape device(s) found
14-Nov-18 17:39:23.777 - 1 LEDWiz device(s) found
14-Nov-18 17:39:23.784 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:39:23.791 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:39:23.798 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:39:23.806 - 0 Ultimate IO device(s) found
14-Nov-18 17:39:49.957 - Found valid process name of 'Pinball FX3'
14-Nov-18 17:39:49.965 - Setting FX3 process ID to :11972
14-Nov-18 17:39:49.974 - Activated by process name : 'Pinball FX3'
14-Nov-18 17:39:49.981 - Named process detected and startup commenced
14-Nov-18 17:39:49.987 - Process has administration rights
14-Nov-18 17:39:50.504 - FX3 EXE name=E:\Steam\steamapps\common\Pinball FX3\Pinball FX3.exe Size=18214544 bytes, Dated 10/10/2018 6:49:06 PM
14-Nov-18 17:39:50.511 - Applying memory offsets for FX3 version circa 29/10/18
14-Nov-18 17:39:50.519 - FX3 full link active
14-Nov-18 17:39:50.527 - Using full colour palette
14-Nov-18 17:39:50.534 - 122colours added to the palette
14-Nov-18 17:39:50.542 - Removing flasher from RGB list, device=1 port=17
14-Nov-18 17:39:50.553 - Removing flasher from RGB list, device=1 port=20
14-Nov-18 17:39:50.562 - Removing flasher from RGB list, device=1 port=23
14-Nov-18 17:39:50.572 - Removing flasher from RGB list, device=1 port=26
14-Nov-18 17:39:50.579 - Removing flasher from RGB list, device=1 port=29
14-Nov-18 17:39:50.587 - Turning on fixed out Device=1 Output=32
14-Nov-18 17:39:55.519 - Loading FX3 configuration file E:\DirectOutput\FX3\ALL.FX3
14-Nov-18 17:39:55.528 - Loading FX3 configuration file E:\DirectOutput\FX3\EpicQuest.FX3
14-Nov-18 17:39:55.536 - No DOF Global Config file supplied
14-Nov-18 17:39:55.549 - B2S file not found : EpicQuest
14-Nov-18 17:39:55.560 - Building restricted colour palette for game name = EpicQuest
14-Nov-18 17:39:55.567 - 4colours added to the palette
14-Nov-18 17:39:55.574 - Cabinet Mode = 255 Backglass Mode = 0
14-Nov-18 17:39:58.289 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
14-Nov-18 17:39:58.298 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:58.306 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:58.313 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:58.322 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:58.333 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:39:58.348 - GAMEMODE mode=1 action #6 of 'FF_B2S,B2SSTARTANIMATION,TITLE'
14-Nov-18 17:39:58.357 - GAMEMODE mode=1 action #7 of 'FF_DOF,E424,-1'
14-Nov-18 17:40:01.988 - Key number #13 is activating device=1 output=15
14-Nov-18 17:40:01.997 - Key number #13 is activating device=1 output=16
14-Nov-18 17:40:02.012 - Key number #13 is activating device=1 output=32
14-Nov-18 17:40:02.089 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:40:02.100 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:40:02.107 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:40:09.208 - Key number #13 is activating device=1 output=15
14-Nov-18 17:40:09.215 - Key number #13 is activating device=1 output=16
14-Nov-18 17:40:09.224 - Key number #13 is activating device=1 output=32
14-Nov-18 17:40:09.930 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:40:09.945 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:40:09.958 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:40:11.523 - Key number #13 is activating device=1 output=15
14-Nov-18 17:40:11.531 - Key number #13 is activating device=1 output=16
14-Nov-18 17:40:11.538 - Key number #13 is activating device=1 output=32
14-Nov-18 17:40:12.351 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:40:12.358 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:40:12.366 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:40:17.958 - There are no OFF actions for GAMEMODE
14-Nov-18 17:40:18.782 - Activating process disappeared so stopping things
14-Nov-18 17:40:18.790 - 0 Pinscape device(s) found
14-Nov-18 17:40:18.797 - 1 LEDWiz device(s) found
14-Nov-18 17:40:18.805 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:40:18.812 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:40:18.819 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:40:18.825 - 0 Ultimate IO device(s) found
14-Nov-18 17:41:57.130 - Shutting down
14-Nov-18 17:41:57.161 - Program close
14-Nov-18 17:42:01.113 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
14-Nov-18 17:42:01.113 - Starting up - version 6.52 Beta 2
14-Nov-18 17:42:01.113 - For support come and visit the community here http://www.vpforums....p?showforum=104
14-Nov-18 17:42:01.113 - Pre-Reading DOFLinx.INI startup config file details
14-Nov-18 17:42:01.160 - No DOF Global Config file supplied
14-Nov-18 17:42:01.176 - 0 Pinscape device(s) found
14-Nov-18 17:42:01.191 - 1 LEDWiz device(s) found
14-Nov-18 17:42:01.191 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:42:01.207 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:42:01.207 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:42:01.207 - 0 Ultimate IO device(s) found
14-Nov-18 17:42:01.207 - Reading DOFLinx.INI startup config file details
14-Nov-18 17:42:01.223 - Reading DirectOutputConfig file named E:\DirectOutput\config\directoutputconfig.ini
14-Nov-18 17:42:03.163 - 0 Pinscape device(s) found
14-Nov-18 17:42:03.166 - 1 LEDWiz device(s) found
14-Nov-18 17:42:03.168 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:42:03.171 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:42:03.174 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:42:03.176 - 0 Ultimate IO device(s) found
14-Nov-18 17:42:08.273 - Found valid process name of 'Pinball FX3'
14-Nov-18 17:42:08.276 - Setting FX3 process ID to :10476
14-Nov-18 17:42:08.283 - Activated by process name : 'Pinball FX3'
14-Nov-18 17:42:08.288 - Named process detected and startup commenced
14-Nov-18 17:42:08.292 - Process has administration rights
14-Nov-18 17:42:08.809 - FX3 EXE name=E:\Steam\steamapps\common\Pinball FX3\Pinball FX3.exe Size=18214544 bytes, Dated 10/10/2018 6:49:06 PM
14-Nov-18 17:42:08.814 - Applying memory offsets for FX3 version circa 29/10/18
14-Nov-18 17:42:08.821 - FX3 full link active
14-Nov-18 17:42:08.826 - Using full colour palette
14-Nov-18 17:42:08.831 - 122colours added to the palette
14-Nov-18 17:42:08.837 - Removing flasher from RGB list, device=1 port=17
14-Nov-18 17:42:08.842 - Removing flasher from RGB list, device=1 port=20
14-Nov-18 17:42:08.851 - Removing flasher from RGB list, device=1 port=23
14-Nov-18 17:42:08.857 - Removing flasher from RGB list, device=1 port=26
14-Nov-18 17:42:08.864 - Removing flasher from RGB list, device=1 port=29
14-Nov-18 17:42:08.871 - Turning on fixed out Device=1 Output=32
14-Nov-18 17:42:13.824 - Loading FX3 configuration file E:\DirectOutput\FX3\ALL.FX3
14-Nov-18 17:42:13.836 - Loading FX3 configuration file E:\DirectOutput\FX3\EpicQuest.FX3
14-Nov-18 17:42:13.843 - No DOF Global Config file supplied
14-Nov-18 17:42:13.860 - B2S file not found : EpicQuest
14-Nov-18 17:42:13.876 - Building restricted colour palette for game name = EpicQuest
14-Nov-18 17:42:13.885 - 4colours added to the palette
14-Nov-18 17:42:13.892 - Cabinet Mode = 255 Backglass Mode = 0
14-Nov-18 17:42:16.447 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
14-Nov-18 17:42:16.457 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:42:16.467 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:42:16.473 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:42:16.481 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:42:16.489 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FD,6,750,50,RANDOM'
14-Nov-18 17:42:16.496 - GAMEMODE mode=1 action #6 of 'FF_B2S,B2SSTARTANIMATION,TITLE'
14-Nov-18 17:42:16.510 - GAMEMODE mode=1 action #7 of 'FF_DOF,E424,-1'
14-Nov-18 17:42:16.868 - Key number #13 is activating device=1 output=15
14-Nov-18 17:42:16.875 - Key number #13 is activating device=1 output=16
14-Nov-18 17:42:16.882 - Key number #13 is activating device=1 output=32
14-Nov-18 17:42:16.949 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:42:16.957 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:42:16.968 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:42:18.004 - Key number #13 is activating device=1 output=15
14-Nov-18 17:42:18.011 - Key number #13 is activating device=1 output=16
14-Nov-18 17:42:18.019 - Key number #13 is activating device=1 output=32
14-Nov-18 17:42:18.042 - There are no ON actions for LAUNCHBALL
14-Nov-18 17:42:18.056 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
14-Nov-18 17:42:18.066 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
14-Nov-18 17:42:19.168 - LAUNCHBALL mode=2 action #0 of 'FF_DEV,DV_MR,-1'
14-Nov-18 17:42:19.177 - Link is turning on device #7 for 50 milliseconds
14-Nov-18 17:42:19.184 - LAUNCHBALL mode=2 action #1 of 'FF_DOF,E132,-1'
14-Nov-18 17:42:19.192 - LAUNCHBALL mode=2 action #2 of 'FF_B2S,B2SSTARTANIMATION,TITLE'
14-Nov-18 17:42:19.199 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:42:19.207 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:42:19.219 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:42:19.243 - Link is turning off device #7
14-Nov-18 17:42:19.631 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
14-Nov-18 17:42:19.638 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
14-Nov-18 17:42:19.990 - SENSOR_MINIPLAYFIELD mode=1 action #0 of 'FF_DOF,E416,-1'
14-Nov-18 17:42:19.999 - SENSOR_MINIPLAYFIELD mode=1 action #1 of 'FF_DEV,DV_BK,2000'
14-Nov-18 17:42:20.015 - Link is turning on device #22 for 2000 milliseconds
14-Nov-18 17:42:20.592 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:42:20.602 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:42:20.611 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:42:20.807 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:42:20.816 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:42:20.826 - Link is turning off device #2
14-Nov-18 17:42:20.869 - There are no OFF actions for SENSOR_MINIPLAYFIELD
14-Nov-18 17:42:21.885 - SENSOR_ORBIT_LEFT mode=1 action #0 of 'FF_FLASHER,DV_FLIL,FL_TT,1,200,100,YELLOW_GREEN'
14-Nov-18 17:42:21.896 - SENSOR_ORBIT_LEFT mode=1 action #1 of 'FF_DOF,E411,-1'
14-Nov-18 17:42:21.905 - SENSOR_ORBIT_LEFT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,TREE2'
14-Nov-18 17:42:22.031 - There are no OFF actions for SENSOR_ORBIT_LEFT
14-Nov-18 17:42:22.038 - Link is turning off device #22
14-Nov-18 17:42:22.277 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:42:22.284 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:42:22.293 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:42:22.385 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:22.393 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:22.404 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:23.014 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:42:23.021 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:42:23.029 - Link is turning off device #2
14-Nov-18 17:42:23.256 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:23.263 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:23.271 - Link is turning off device #1
14-Nov-18 17:42:23.417 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:23.425 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:23.437 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:23.518 - SLINGSHOT_RIGHT mode=1 action #0 of 'FF_DEV,DV_RS,-1'
14-Nov-18 17:42:23.525 - Link is turning on device #4 for 50 milliseconds
14-Nov-18 17:42:23.533 - SLINGSHOT_RIGHT mode=1 action #1 of 'FF_DOF,E111,-1'
14-Nov-18 17:42:23.541 - SLINGSHOT_FLASHER_RIGHT mode=1 action #0 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:42:23.551 - SLINGSHOT_FLASHER_RIGHT mode=1 action #1 of 'FF_FLASHER,DV_FLOR,FL_TT,1,100,100,RANDOM'
14-Nov-18 17:42:23.560 - SLINGSHOT_FLASHER_RIGHT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,CASTLE'
14-Nov-18 17:42:23.570 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:23.579 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:23.587 - Link is turning off device #1
14-Nov-18 17:42:23.595 - Link is turning off device #4
14-Nov-18 17:42:23.627 - There are no OFF actions for SLINGSHOT_RIGHT
14-Nov-18 17:42:23.650 - There are no OFF actions for SLINGSHOT_FLASHER_RIGHT
14-Nov-18 17:42:24.041 - SENSOR_MONSTER_HOLE mode=1 action #0 of 'FF_DEV,DV_GR,500'
14-Nov-18 17:42:24.049 - Link is turning on device #12 for 500 milliseconds
14-Nov-18 17:42:24.057 - SENSOR_MONSTER_HOLE mode=1 action #1 of 'FF_DOF,E417,-1'
14-Nov-18 17:42:24.558 - Link is turning off device #12
14-Nov-18 17:42:25.406 - There are no OFF actions for SENSOR_MONSTER_HOLE
14-Nov-18 17:42:25.605 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:42:25.615 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:42:25.622 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:42:25.731 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:42:25.739 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:42:25.746 - Link is turning off device #2
14-Nov-18 17:42:25.951 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:42:25.959 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:42:25.969 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:42:26.151 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:42:26.160 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:42:26.167 - Link is turning off device #2
14-Nov-18 17:42:26.223 - SLINGSHOT_LEFT mode=1 action #0 of 'FF_DEV,DV_LS,-1'
14-Nov-18 17:42:26.230 - Link is turning on device #3 for 50 milliseconds
14-Nov-18 17:42:26.237 - SLINGSHOT_LEFT mode=1 action #1 of 'FF_DOF,E110,-1'
14-Nov-18 17:42:26.245 - SLINGSHOT_FLASHER_LEFT mode=1 action #0 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:42:26.253 - SLINGSHOT_FLASHER_LEFT mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_TT,1,100,100,RANDOM'
14-Nov-18 17:42:26.261 - SLINGSHOT_FLASHER_LEFT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,KNIGHTEYE'
14-Nov-18 17:42:26.288 - Link is turning off device #3
14-Nov-18 17:42:26.353 - There are no OFF actions for SLINGSHOT_LEFT
14-Nov-18 17:42:26.364 - There are no OFF actions for SLINGSHOT_FLASHER_LEFT
14-Nov-18 17:42:26.967 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:42:26.976 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:42:26.983 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:42:27.259 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:42:27.266 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:42:27.274 - Link is turning off device #2
14-Nov-18 17:42:27.977 - SENSOR_KICKBACK_RIGHT mode=1 action #0 of 'FF_DEV,DV_MR,-1'
14-Nov-18 17:42:27.986 - Link is turning on device #7 for 50 milliseconds
14-Nov-18 17:42:27.993 - SENSOR_KICKBACK_RIGHT mode=1 action #1 of 'FF_DOF,E134,-1'
14-Nov-18 17:42:28.060 - Link is turning off device #7
14-Nov-18 17:42:28.326 - There are no OFF actions for SENSOR_KICKBACK_RIGHT
14-Nov-18 17:42:28.522 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:42:28.531 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:42:28.539 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:42:28.824 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:42:28.831 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:42:28.839 - Link is turning off device #2
14-Nov-18 17:42:29.966 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:29.975 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:29.985 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:30.121 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:30.130 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:30.137 - Link is turning off device #1
14-Nov-18 17:42:30.795 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
14-Nov-18 17:42:30.803 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
14-Nov-18 17:42:30.949 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:42:30.956 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:42:30.964 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:42:30.972 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
14-Nov-18 17:42:30.979 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
14-Nov-18 17:42:31.084 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:42:31.092 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:42:31.099 - Link is turning off device #2
14-Nov-18 17:42:31.322 - BALLIN_SENSOR mode=1 action #0 of 'FF_DEV,DV_MC,-1'
14-Nov-18 17:42:31.330 - Link is turning on device #6 for 50 milliseconds
14-Nov-18 17:42:31.338 - BALLIN_SENSOR mode=1 action #1 of 'FF_DOF,E311,-1'
14-Nov-18 17:42:31.345 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
14-Nov-18 17:42:31.353 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
14-Nov-18 17:42:31.406 - Link is turning off device #6
14-Nov-18 17:42:31.966 - There are no OFF actions for BALLIN_SENSOR
14-Nov-18 17:42:32.772 - SENSOR_MINIPLAYFIELD mode=1 action #0 of 'FF_DOF,E416,-1'
14-Nov-18 17:42:32.780 - SENSOR_MINIPLAYFIELD mode=1 action #1 of 'FF_DEV,DV_BK,2000'
14-Nov-18 17:42:32.787 - Link is turning on device #22 for 2000 milliseconds
14-Nov-18 17:42:32.998 - SENSOR_CARNIVORE_SPIT mode=1 action #0 of 'FF_DOF,E419,-1'
14-Nov-18 17:42:33.005 - SENSOR_CARNIVORE_SPIT mode=1 action #1 of 'FF_DEV,DV_SH,750'
14-Nov-18 17:42:33.014 - Link is turning on device #11 for 750 milliseconds
14-Nov-18 17:42:33.022 - SENSOR_CARNIVORE_SPIT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,TREE2'
14-Nov-18 17:42:33.032 - There are no OFF actions for SENSOR_MINIPLAYFIELD
14-Nov-18 17:42:33.052 - There are no OFF actions for SENSOR_CARNIVORE_SPIT
14-Nov-18 17:42:33.606 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:33.622 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:33.638 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:33.655 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
14-Nov-18 17:42:33.671 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
14-Nov-18 17:42:33.725 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:33.732 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:33.740 - Link is turning off device #1
14-Nov-18 17:42:33.777 - Link is turning off device #11
14-Nov-18 17:42:33.918 - SENSOR_CARNIVORE_SPIT mode=1 action #0 of 'FF_DOF,E419,-1'
14-Nov-18 17:42:33.925 - SENSOR_CARNIVORE_SPIT mode=1 action #1 of 'FF_DEV,DV_SH,750'
14-Nov-18 17:42:33.933 - Link is turning on device #11 for 750 milliseconds
14-Nov-18 17:42:33.940 - SENSOR_CARNIVORE_SPIT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,TREE2'
14-Nov-18 17:42:33.964 - There are no OFF actions for SENSOR_CARNIVORE_SPIT
14-Nov-18 17:42:34.209 - SLINGSHOT_RIGHT mode=1 action #0 of 'FF_DEV,DV_RS,-1'
14-Nov-18 17:42:34.216 - Link is turning on device #4 for 50 milliseconds
14-Nov-18 17:42:34.224 - SLINGSHOT_RIGHT mode=1 action #1 of 'FF_DOF,E111,-1'
14-Nov-18 17:42:34.232 - SLINGSHOT_FLASHER_RIGHT mode=1 action #0 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:42:34.240 - SLINGSHOT_FLASHER_RIGHT mode=1 action #1 of 'FF_FLASHER,DV_FLOR,FL_TT,1,100,100,RANDOM'
14-Nov-18 17:42:34.248 - SLINGSHOT_FLASHER_RIGHT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,CASTLE'
14-Nov-18 17:42:34.280 - Link is turning off device #4
14-Nov-18 17:42:34.320 - There are no OFF actions for SLINGSHOT_RIGHT
14-Nov-18 17:42:34.352 - SLINGSHOT_LEFT mode=1 action #0 of 'FF_DEV,DV_LS,-1'
14-Nov-18 17:42:34.359 - Link is turning on device #3 for 50 milliseconds
14-Nov-18 17:42:34.366 - SLINGSHOT_LEFT mode=1 action #1 of 'FF_DOF,E110,-1'
14-Nov-18 17:42:34.375 - SLINGSHOT_FLASHER_LEFT mode=1 action #0 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:42:34.384 - SLINGSHOT_FLASHER_LEFT mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_TT,1,100,100,RANDOM'
14-Nov-18 17:42:34.391 - SLINGSHOT_FLASHER_LEFT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,KNIGHTEYE'
14-Nov-18 17:42:34.400 - There are no OFF actions for SLINGSHOT_FLASHER_RIGHT
14-Nov-18 17:42:34.417 - Link is turning off device #3
14-Nov-18 17:42:34.460 - There are no OFF actions for SLINGSHOT_LEFT
14-Nov-18 17:42:34.469 - SLINGSHOT_RIGHT mode=1 action #0 of 'FF_DEV,DV_RS,-1'
14-Nov-18 17:42:34.476 - Link is turning on device #4 for 50 milliseconds
14-Nov-18 17:42:34.484 - SLINGSHOT_RIGHT mode=1 action #1 of 'FF_DOF,E111,-1'
14-Nov-18 17:42:34.491 - There are no OFF actions for SLINGSHOT_FLASHER_LEFT
14-Nov-18 17:42:34.499 - SLINGSHOT_FLASHER_RIGHT mode=1 action #0 of 'FF_COLOUR,WHITE,RGB_TT,125'
14-Nov-18 17:42:34.506 - SLINGSHOT_FLASHER_RIGHT mode=1 action #1 of 'FF_FLASHER,DV_FLOR,FL_TT,1,100,100,RANDOM'
14-Nov-18 17:42:34.515 - SLINGSHOT_FLASHER_RIGHT mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,CASTLE'
14-Nov-18 17:42:34.540 - Link is turning off device #4
14-Nov-18 17:42:34.585 - There are no OFF actions for SLINGSHOT_RIGHT
14-Nov-18 17:42:34.593 - There are no OFF actions for SLINGSHOT_FLASHER_RIGHT
14-Nov-18 17:42:34.701 - Link is turning off device #11
14-Nov-18 17:42:34.811 - Link is turning off device #22
14-Nov-18 17:42:35.553 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:35.562 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:35.569 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:35.726 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:35.733 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:35.741 - Link is turning off device #1
14-Nov-18 17:42:36.116 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:36.124 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:36.139 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:36.246 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:36.253 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:36.262 - Link is turning off device #1
14-Nov-18 17:42:36.746 - SENSOR_SWORDRAMP_HEAD mode=1 action #0 of 'FF_FLASHER,DV_FLOR,FL_TT,1,200,100,LIME_GREEN'
14-Nov-18 17:42:36.755 - SENSOR_SWORDRAMP_HEAD mode=1 action #1 of 'FF_DOF,E414,-1'
14-Nov-18 17:42:36.763 - SENSOR_SWORDRAMP_HEAD mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,HORSEEYES'
14-Nov-18 17:42:36.837 - There are no OFF actions for SENSOR_SWORDRAMP_HEAD
14-Nov-18 17:42:38.319 - RIGHTFLIPPER mode=1 action #0 of 'FF_DEV,DV_RF,10000'
14-Nov-18 17:42:38.327 - Link is turning on device #2 for 10000 milliseconds
14-Nov-18 17:42:38.334 - RIGHTFLIPPER mode=1 action #1 of 'FF_DOF,E102,-1'
14-Nov-18 17:42:38.369 - RIGHTFLIPPER mode=2 action #0 of 'FF_DEV,DV_RF,0'
14-Nov-18 17:42:38.377 - RIGHTFLIPPER mode=2 action #1 of 'FF_DOF,E102,0'
14-Nov-18 17:42:38.384 - Link is turning off device #2
14-Nov-18 17:42:38.579 - SENSOR_MILLWHEEL mode=1 action #0 of 'FF_DEV,DV_GR,1000'
14-Nov-18 17:42:38.586 - Link is turning on device #12 for 1000 milliseconds
14-Nov-18 17:42:38.593 - SENSOR_MILLWHEEL mode=1 action #1 of 'FF_DOF,E418,-1'
14-Nov-18 17:42:38.601 - SENSOR_MILLWHEEL mode=1 action #2 of 'FF_B2S,B2SSTARTANIMATION,TREE1'
14-Nov-18 17:42:38.679 - There are no OFF actions for SENSOR_MILLWHEEL
14-Nov-18 17:42:39.595 - Link is turning off device #12
14-Nov-18 17:42:39.994 - SENSOR_LOOTHOLE_SAFE mode=1 action #0 of 'FF_DEV,DV_GR,500'
14-Nov-18 17:42:40.003 - Link is turning on device #12 for 500 milliseconds
14-Nov-18 17:42:40.010 - SENSOR_LOOTHOLE_SAFE mode=1 action #1 of 'FF_DOF,E417,-1'
14-Nov-18 17:42:40.141 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:40.149 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:40.156 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:40.228 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:40.235 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:40.244 - Link is turning off device #1
14-Nov-18 17:42:40.433 - There are no OFF actions for SENSOR_LOOTHOLE_SAFE
14-Nov-18 17:42:40.528 - Link is turning off device #12
14-Nov-18 17:42:40.555 - SENSOR_MONSTER_HOLE mode=1 action #0 of 'FF_DEV,DV_GR,500'
14-Nov-18 17:42:40.563 - Link is turning on device #12 for 500 milliseconds
14-Nov-18 17:42:40.571 - SENSOR_MONSTER_HOLE mode=1 action #1 of 'FF_DOF,E417,-1'
14-Nov-18 17:42:41.010 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:41.019 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:41.028 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:41.078 - Link is turning off device #12
14-Nov-18 17:42:41.133 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:41.139 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:41.148 - Link is turning off device #1
14-Nov-18 17:42:42.107 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:42.116 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:42.123 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:42.247 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:42.254 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:42.262 - Link is turning off device #1
14-Nov-18 17:42:42.515 - There are no OFF actions for SENSOR_MONSTER_HOLE
14-Nov-18 17:42:43.032 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:42:43.038 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:42:43.047 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:42:43.163 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:42:43.170 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:42:43.179 - Link is turning off device #1
14-Nov-18 17:42:45.170 - BALLOUT mode=1 action #0 of 'FF_FLASHER,DV_FLOL,FL_OFF,1,1,100,RANDOM'
14-Nov-18 17:42:45.177 - BALLOUT mode=1 action #1 of 'FF_FLASHER,DV_FLIL,FL_OFF,1,1,100,RANDOM'
14-Nov-18 17:42:45.185 - BALLOUT mode=1 action #2 of 'FF_FLASHER,DV_FLCN,FL_OFF,1,1,100,RANDOM'
14-Nov-18 17:42:45.193 - BALLOUT mode=1 action #3 of 'FF_FLASHER,DV_FLIR,FL_OFF,1,1,100,RANDOM'
14-Nov-18 17:42:45.200 - BALLOUT mode=1 action #4 of 'FF_FLASHER,DV_FLOR,FL_OFF,1,1,100,RANDOM'
14-Nov-18 17:42:45.208 - BALLOUT mode=1 action #5 of 'FF_DEV,DV_SR,0'
14-Nov-18 17:42:45.215 - BALLOUT mode=1 action #6 of 'FF_DEV,DV_BK,0'
14-Nov-18 17:42:45.223 - BALLOUT mode=1 action #7 of 'FF_B2S,B2SSTOPALLANIMATIONS'
14-Nov-18 17:42:45.232 - BALLOUT mode=1 action #8 of 'FF_DOF,E130,-1'
14-Nov-18 17:42:45.240 - Link is turning off device #22
14-Nov-18 17:42:45.248 - Link is turning off device #21
14-Nov-18 17:42:45.270 - There are no OFF actions for BALLOUT
14-Nov-18 17:42:47.413 - There are no OFF actions for GAMEMODE
14-Nov-18 17:42:48.452 - Activating process disappeared so stopping things
14-Nov-18 17:42:48.463 - 0 Pinscape device(s) found
14-Nov-18 17:42:48.471 - 1 LEDWiz device(s) found
14-Nov-18 17:42:48.479 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:42:48.489 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:42:48.496 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:42:48.502 - 0 Ultimate IO device(s) found
14-Nov-18 17:43:09.644 - Found valid process name of 'Pinball FX3'
14-Nov-18 17:43:09.652 - Setting FX3 process ID to :8648
14-Nov-18 17:43:09.661 - Activated by process name : 'Pinball FX3'
14-Nov-18 17:43:09.667 - Named process detected and startup commenced
14-Nov-18 17:43:09.675 - Process has administration rights
14-Nov-18 17:43:10.193 - FX3 EXE name=E:\Steam\steamapps\common\Pinball FX3\Pinball FX3.exe Size=18214544 bytes, Dated 10/10/2018 6:49:06 PM
14-Nov-18 17:43:10.201 - Applying memory offsets for FX3 version circa 29/10/18
14-Nov-18 17:43:10.212 - FX3 full link active
14-Nov-18 17:43:10.219 - Using full colour palette
14-Nov-18 17:43:10.226 - 122colours added to the palette
14-Nov-18 17:43:10.233 - Removing flasher from RGB list, device=1 port=17
14-Nov-18 17:43:10.240 - Removing flasher from RGB list, device=1 port=20
14-Nov-18 17:43:10.248 - Removing flasher from RGB list, device=1 port=23
14-Nov-18 17:43:10.257 - Removing flasher from RGB list, device=1 port=26
14-Nov-18 17:43:10.267 - Removing flasher from RGB list, device=1 port=29
14-Nov-18 17:43:10.276 - Turning on fixed out Device=1 Output=32
14-Nov-18 17:43:15.212 - Loading FX3 configuration file E:\DirectOutput\FX3\ALL.FX3
14-Nov-18 17:43:15.220 - Loading FX3 configuration file E:\DirectOutput\FX3\AlienIsolationPinball.FX3
14-Nov-18 17:43:15.228 - No DOF Global Config file supplied
14-Nov-18 17:43:15.242 - B2S file not found : AlienIsolationPinball
14-Nov-18 17:43:15.252 - Building restricted colour palette for game name = AlienIsolationPinball
14-Nov-18 17:43:15.261 - 4colours added to the palette
14-Nov-18 17:43:15.268 - Cabinet Mode = 255 Backglass Mode = 0
14-Nov-18 17:43:17.945 - GAMEMODE mode=1 action #0 of 'FF_COLOUR,BLACK,RGB_DF,0'
14-Nov-18 17:43:17.957 - GAMEMODE mode=1 action #1 of 'FF_FLASHER,DV_FLOL,FL_FL,6,750,100,ORANGE'
14-Nov-18 17:43:17.967 - GAMEMODE mode=1 action #2 of 'FF_FLASHER,DV_FLOR,FL_FL,6,750,100,ORANGE'
14-Nov-18 17:43:17.975 - GAMEMODE mode=1 action #3 of 'FF_FLASHER,DV_FLIL,FL_FL,6,750,100,YELLOW'
14-Nov-18 17:43:17.984 - GAMEMODE mode=1 action #4 of 'FF_FLASHER,DV_FLIR,FL_FL,6,750,100,YELLOW'
14-Nov-18 17:43:17.991 - GAMEMODE mode=1 action #5 of 'FF_FLASHER,DV_FLCN,FL_FL,6,750,100,ORANGE'
14-Nov-18 17:43:17.999 - GAMEMODE mode=1 action #6 of 'FF_DOF,E424,-1'
14-Nov-18 17:43:23.999 - Key number #13 is activating device=1 output=15
14-Nov-18 17:43:24.006 - Key number #13 is activating device=1 output=16
14-Nov-18 17:43:24.014 - Key number #13 is activating device=1 output=32
14-Nov-18 17:43:24.105 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:43:24.113 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:43:24.120 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:43:26.981 - There are no ON actions for LAUNCHBALL
14-Nov-18 17:43:26.989 - LAUNCHMODE mode=1 action #0 of 'FF_BUTTON,BUT_LB,BA_FL,10000,500'
14-Nov-18 17:43:26.996 - LAUNCHMODE mode=1 action #1 of 'FF_DOF,E310,-1'
14-Nov-18 17:43:27.004 - Key number #13 is activating device=1 output=15
14-Nov-18 17:43:27.011 - Key number #13 is activating device=1 output=16
14-Nov-18 17:43:27.019 - Key number #13 is activating device=1 output=32
14-Nov-18 17:43:28.061 - LAUNCHBALL mode=2 action #0 of 'FF_DEV,DV_MR,-1'
14-Nov-18 17:43:28.071 - Link is turning on device #7 for 50 milliseconds
14-Nov-18 17:43:28.079 - LAUNCHBALL mode=2 action #1 of 'FF_DOF,E132,-1'
14-Nov-18 17:43:28.087 - LAUNCHBALL mode=2 action #2 of 'FF_B2S,B2SSTARTANIMATION,SPARKLE'
14-Nov-18 17:43:28.094 - Key number #13 is de-activating device=1 output=15
14-Nov-18 17:43:28.101 - Key number #13 is de-activating device=1 output=16
14-Nov-18 17:43:28.113 - Key number #13 is de-activating device=1 output=32
14-Nov-18 17:43:28.136 - Link is turning off device #7
14-Nov-18 17:43:28.469 - LAUNCHMODE mode=2 action #0 of 'FF_BUTTON,BUT_LB,BA_OFF,0,0'
14-Nov-18 17:43:28.475 - LAUNCHMODE mode=2 action #1 of 'FF_DOF,E310,0'
14-Nov-18 17:43:29.135 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:43:29.142 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:43:29.150 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:43:29.484 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:43:29.491 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:43:29.498 - Link is turning off device #1
14-Nov-18 17:43:30.338 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:43:30.346 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:43:30.353 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:43:31.105 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:43:31.113 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:43:31.120 - Link is turning off device #1
14-Nov-18 17:43:31.590 - LEFTFLIPPER mode=1 action #0 of 'FF_DEV,DV_LF,10000'
14-Nov-18 17:43:31.597 - Link is turning on device #1 for 10000 milliseconds
14-Nov-18 17:43:31.604 - LEFTFLIPPER mode=1 action #1 of 'FF_DOF,E101,-1'
14-Nov-18 17:43:32.262 - SENSOR_RAMP_CROSS_START mode=1 action #0 of 'FF_DOF,E412,-1'
14-Nov-18 17:43:32.372 - LEFTFLIPPER mode=2 action #0 of 'FF_DEV,DV_LF,0'
14-Nov-18 17:43:32.379 - LEFTFLIPPER mode=2 action #1 of 'FF_DOF,E101,0'
14-Nov-18 17:43:32.386 - Link is turning off device #1
14-Nov-18 17:43:32.609 - There are no OFF actions for SENSOR_RAMP_CROSS_START
14-Nov-18 17:43:33.678 - There are no OFF actions for GAMEMODE
14-Nov-18 17:43:34.589 - Activating process disappeared so stopping things
14-Nov-18 17:43:34.597 - 0 Pinscape device(s) found
14-Nov-18 17:43:34.603 - 1 LEDWiz device(s) found
14-Nov-18 17:43:34.610 - DOFLinx device: 1 Initializing as LEDWiz #1 with ID=0
14-Nov-18 17:43:34.616 - DOFLinx device:1 LEDWiz setup with 32 outputs
14-Nov-18 17:43:34.625 - 0 FTDI (Sainsmart) device(s) found
14-Nov-18 17:43:34.636 - 0 Ultimate IO device(s) found