Advertisement
brombomb

DOFLinx

Mar 30th, 2022
1,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DEBUG=0
  2. OUTPUT_GAME_NAME=1
  3.  
  4. ####
  5. # The config file for DOFLinx to achieve B2S backglasses only with Pinball FX3
  6. #
  7. # IMPORTANT - when used just for backglasses with FX3 and no output devices with toys, you must add this command line options for DOFLinx, DISABLEDOF=YES
  8. #
  9. # 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.
  10. ####
  11.  
  12. # Point to your directoutputconfig.ini file.  Your file may have a number, ie directoutputconfig20.ini
  13. # You can point to any of your directoutputconfig.ini files, but only one
  14. # Keep this as the first pararameter to process in your INI file.  The order past ths point is not relevant
  15.  
  16. DIRECTOUTPUTCONFIG=c:\DirectOutput\Config\directoutputconfig.ini
  17.  
  18. # This is the path to where your B2SServer GlobalConfig is located. Needed for addressable led effects.
  19.  
  20. DIRECTOUTPUTGLOBAL=C:\DirectOutput\Config\GlobalConfig_B2SServer.xml
  21.  
  22.  
  23. # The location of the .FX3 game specific files included with the DOFLinx release package
  24. # Ensure your path has a \ on the end of it
  25.  
  26. PATH_FX3=C:\DirectOutput\FX3_PUPlayer\
  27.  
  28. # The path to where you keep all of the .directb2s files that you've downloaded for use with FX3
  29. # Ensure your path has a \ on the end of it
  30.  
  31. PATH_FX3_B2S=C:\DirectOutput\FX3_B2S\
  32.  
  33. # This is the folder where B2SServer.exe can be found on your system
  34.  
  35. PATH_B2S_SERVER=C:\vPinball\VisualPinball\Tables\
  36.  
  37. # The list of processes that can activate DOFLinx, in this case, just Pinball FX3
  38.  
  39. PROCESSES=Pinball FX3
  40.  
  41. # 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
  42.  
  43. PROCESS_TO_ACTIVE_TIME=1
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement