Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Settings]
- Language = en
- # Change here Marquee Width and Marquee Height if real DMD to width to 128 and height to 32 for example
- MarqueeWidth = 3440
- MarqueeHeight = 1440
- MarqueeBorder = 0
- MarqueeBackgroundColor = Black
- MarqueeBackgroundCodeColor = #000000
- MarqueeWhiteTextAlternativNameSuffix = -w
- # If real DMD MarqueeCompose MarqueePinballDMD Marquee Auto Convert to false
- MarqueeAutoConvert = true
- MarqueeAutoGeneration = true
- MarqueeCompose = false
- MarqueeMameOutput = true
- MarqueeSupermodelOutput = true
- MarqueeRetroAchievements = true
- MarqueePinballDMD = false
- MarqueeAutoScraping = false
- MarqueeAutoScrapingDebug = false
- # Active here if real DMD with Active DMD to true
- ActiveDMD = false
- ActiveSystemsDMD = fpinball, pinballfx, pinballfx2, pinballfx3, pinballfm, vpinball, zaccariapinball
- ESCloseAllIfStop = true
- AcceptedFormats = mp4, gif, jpg, png
- #RetroBatPath = H:\RetroBat\
- #RomsPath = H:\RetroBat\roms\
- #DefaultImagePath = H:\RetroBat\plugins\MarqueeManager\images\default.png
- #MarqueeImagePath = H:\RetroBat\plugins\MarqueeManager\images\
- MarqueeFilePath = {system_name}\{game_name}
- #MarqueeImagePathDefault = C:\RetroBat\roms\
- MarqueeFilePathDefault = {system_name}\images\{game_name}-marquee
- FanartSystemFilePath = {system_name}
- FanartGameFilePath = {system_name}\images\{game_name}-fanart
- SystemMarqueePath = H:\RetroBat\plugins\MarqueeManager\images\systems\defualt.mp4
- SystemFilePath = {system_name}
- #CollectionMarqueePath = H:\RetroBat\emulationstation\.emulationstation\themes\es-theme-carbon\art\logos
- CollectionFilePath = auto-{collection_name}
- CollectionAlternativNames = custom-, arcade
- CollectionCorrelation = recent:lastplayed, all:allgames, 2players:at2players, 4players:at4players, collections:custom-collections
- IPCChannel = \\.\pipe\mpv-pipe
- IPCChannelDMD = \\.\pipe\dmd-pipe
- ScreenNumber = 1
- #MPVPath = H:\RetroBat\plugins\MarqueeManager\mpv\mpv.exe
- 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}
- MPVKillCommand = taskkill /IM mpv.exe /F
- MPVTestCommand = echo get_property idle>{IPCChannel}
- MPVShowText = echo show-text '{message}'>{IPCChannel}
- MPVPushRetroAchievementsDatas = echo {"command":["script-message","push-ra","{data}"]}>{IPCChannel}
- #IMPath = H:\RetroBat\plugins\MarqueeManager\imagemagick\convert.exe
- 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}"
- IMConvertCommandMarqueeGen = {IMPath} "{FanartPath}" -resize {MarqueeWidth}x -gravity {FanartGravity} -background {MarqueeBackgroundColor} -extent {MarqueeWidth}x{MarqueeHeight}+0+{DecyOffset} "{IntermediateImgPath}"
- IMConvertCommandMarqueeGenGradientLogo = {IMPath} "{IntermediateImgPath}" "{GradientPath}" -antialias -filter Lanczos -resize {LogoMaxWidth}x{LogoMaxHeight}^> -gravity {GradientGravity} -geometry {GradientPosition} -composite "{IntermediateImgPath}"
- IMConvertCommandMarqueeGenLogo = {IMPath} "{IntermediateImgPath}" "{LogoPath}" -antialias -filter Lanczos -resize {LogoMaxWidth}x{LogoMaxHeight}^> -gravity {LogoGravity} -geometry {LogoPosition} -composite "{ImgTargetPath}"
- 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}"
- logFile = true
- [Commands]
- quit = taskkill /IM mpv.exe /F
- reboot = echo Rebooting
- shutdown = echo Shutdown
- config-changed = echo Config changed
- controls-changed = echo Controls changed
- settings-changed = echo Settings changed
- theme-changed = echo Theme changed from "{old_theme}" to "{new_theme}"
- game-start = echo loadfile "{marquee_file}" replace>{IPCChannel}
- game-end = echo End
- sleep = echo Sleeping
- wake = echo Waking up
- screensaver-start = echo Screensaver started
- screensaver-stop = echo Screensaver stopped
- screensaver-game-select = echo Screensaver
- system-select = echo loadfile "{marquee_file}" replace>{IPCChannel}
- system-selected = echo loadfile "{marquee_file}" replace>{IPCChannel}
- game-select = echo loadfile "{marquee_file}" replace>{IPCChannel}
- game-selected = echo loadfile "{marquee_file}" replace>{IPCChannel}
- game-forceupdate = echo loadfile "{marquee_file}" replace>{IPCChannel}
- marquee-commpose = echo {"command":["script-message","change-img","{data}"]}>{IPCChannel}
- marquee-pushtodmd = echo {"command":["script-message","pushtodmd-img","{data}"]}>{IPCChannel}
- marquee-mame = echo {"command":["script-message","mame-action","{data}"]}>{IPCChannel}
Advertisement
Add Comment
Please, Sign In to add comment