Attain7637

Config

Jun 16th, 2025
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. [Settings]
  2. Language = en
  3. # Change here Marquee Width and Marquee Height if real DMD to width to 128 and height to 32 for example
  4. MarqueeWidth = 3440
  5. MarqueeHeight = 1440
  6. MarqueeBorder = 0
  7. MarqueeBackgroundColor = Black
  8. MarqueeBackgroundCodeColor = #000000
  9. MarqueeWhiteTextAlternativNameSuffix = -w
  10. # If real DMD MarqueeCompose MarqueePinballDMD Marquee Auto Convert to false
  11. MarqueeAutoConvert = true
  12. MarqueeAutoGeneration = true
  13. MarqueeCompose = false
  14. MarqueeMameOutput = true
  15. MarqueeSupermodelOutput = true
  16. MarqueeRetroAchievements = true
  17. MarqueePinballDMD = false
  18. MarqueeAutoScraping = false
  19. MarqueeAutoScrapingDebug = false
  20. # Active here if real DMD with Active DMD to true
  21. ActiveDMD = false
  22. ActiveSystemsDMD = fpinball, pinballfx, pinballfx2, pinballfx3, pinballfm, vpinball, zaccariapinball
  23. ESCloseAllIfStop = true
  24. AcceptedFormats = mp4, gif, jpg, png
  25. #RetroBatPath = H:\RetroBat\
  26. #RomsPath = H:\RetroBat\roms\
  27. #DefaultImagePath = H:\RetroBat\plugins\MarqueeManager\images\default.png
  28. #MarqueeImagePath = H:\RetroBat\plugins\MarqueeManager\images\
  29. MarqueeFilePath = {system_name}\{game_name}
  30. #MarqueeImagePathDefault = C:\RetroBat\roms\
  31. MarqueeFilePathDefault = {system_name}\images\{game_name}-marquee
  32. FanartSystemFilePath = {system_name}
  33. FanartGameFilePath = {system_name}\images\{game_name}-fanart
  34. SystemMarqueePath = H:\RetroBat\plugins\MarqueeManager\images\systems\defualt.mp4
  35. SystemFilePath = {system_name}
  36. #CollectionMarqueePath = H:\RetroBat\emulationstation\.emulationstation\themes\es-theme-carbon\art\logos
  37. CollectionFilePath = auto-{collection_name}
  38. CollectionAlternativNames = custom-, arcade
  39. CollectionCorrelation = recent:lastplayed, all:allgames, 2players:at2players, 4players:at4players, collections:custom-collections
  40. IPCChannel = \\.\pipe\mpv-pipe
  41. IPCChannelDMD = \\.\pipe\dmd-pipe
  42. ScreenNumber = 1
  43. #MPVPath = H:\RetroBat\plugins\MarqueeManager\mpv\mpv.exe
  44. MPVLaunchCommand = "{MPVPath}" "{DefaultImagePath}" --script=ra.lua --no-taskbar-progress --input-gamepad=yes --no-osc --loop-file=inf --alpha=yes --no-audio --no-input-cursor --no-input-default-bindings --idle --player-operation-mode=pseudo-gui --fs --fs-screen={ScreenNumber} --background={MarqueeBackgroundCodeColor} --screen={ScreenNumber} --keep-open=yes --input-ipc-server={IPCChannel}
  45. MPVKillCommand = taskkill /IM mpv.exe /F
  46. MPVTestCommand = echo get_property idle>{IPCChannel}
  47. MPVShowText = echo show-text '{message}'>{IPCChannel}
  48. MPVPushRetroAchievementsDatas = echo {"command":["script-message","push-ra","{data}"]}>{IPCChannel}
  49. #IMPath = H:\RetroBat\plugins\MarqueeManager\imagemagick\convert.exe
  50. IMConvertCommand = {IMPath} -background {MarqueeBackgroundColor} -alpha background -size x{MarqueeHeightBorderLess} -gravity center "{ImgPath}" -interpolate nearest-neighbor -geometry {MarqueeWidthBorderLess}x{MarqueeHeightBorderLess} -gravity center -extent {MarqueeWidth}x{MarqueeHeight} "{ImgTargetPath}"
  51. IMConvertCommandMarqueeGen = {IMPath} "{FanartPath}" -resize {MarqueeWidth}x -gravity {FanartGravity} -background {MarqueeBackgroundColor} -extent {MarqueeWidth}x{MarqueeHeight}+0+{DecyOffset} "{IntermediateImgPath}"
  52. IMConvertCommandMarqueeGenGradientLogo = {IMPath} "{IntermediateImgPath}" "{GradientPath}" -antialias -filter Lanczos -resize {LogoMaxWidth}x{LogoMaxHeight}^> -gravity {GradientGravity} -geometry {GradientPosition} -composite "{IntermediateImgPath}"
  53. IMConvertCommandMarqueeGenLogo = {IMPath} "{IntermediateImgPath}" "{LogoPath}" -antialias -filter Lanczos -resize {LogoMaxWidth}x{LogoMaxHeight}^> -gravity {LogoGravity} -geometry {LogoPosition} -composite "{ImgTargetPath}"
  54. IMConvertCommandSVG = {IMPath} -background {MarqueeBackgroundColor} -alpha background -size {MarqueeWidthBorderLess}^>x{MarqueeHeightBorderLess} -gravity center "{ImgPath}" -interpolate nearest-neighbor -geometry {MarqueeWidthBorderLess}x{MarqueeHeightBorderLess} -gravity center -extent {MarqueeWidth}x{MarqueeHeight} "{ImgTargetPath}"
  55. logFile = true
  56.  
  57. [Commands]
  58. quit = taskkill /IM mpv.exe /F
  59. reboot = echo Rebooting
  60. shutdown = echo Shutdown
  61. config-changed = echo Config changed
  62. controls-changed = echo Controls changed
  63. settings-changed = echo Settings changed
  64. theme-changed = echo Theme changed from "{old_theme}" to "{new_theme}"
  65. game-start = echo loadfile "{marquee_file}" replace>{IPCChannel}
  66. game-end = echo End
  67. sleep = echo Sleeping
  68. wake = echo Waking up
  69. screensaver-start = echo Screensaver started
  70. screensaver-stop = echo Screensaver stopped
  71. screensaver-game-select = echo Screensaver
  72. system-select = echo loadfile "{marquee_file}" replace>{IPCChannel}
  73. system-selected = echo loadfile "{marquee_file}" replace>{IPCChannel}
  74. game-select = echo loadfile "{marquee_file}" replace>{IPCChannel}
  75. game-selected = echo loadfile "{marquee_file}" replace>{IPCChannel}
  76. game-forceupdate = echo loadfile "{marquee_file}" replace>{IPCChannel}
  77. marquee-commpose = echo {"command":["script-message","change-img","{data}"]}>{IPCChannel}
  78. marquee-pushtodmd = echo {"command":["script-message","pushtodmd-img","{data}"]}>{IPCChannel}
  79. marquee-mame = echo {"command":["script-message","mame-action","{data}"]}>{IPCChannel}
  80.  
Advertisement
Add Comment
Please, Sign In to add comment