Search titles only
By:
Home
Forums
New posts
Search forums
Articles
New articles
New comments
Search articles
Pinball DB
Pinball Tables
Pinball Games
What's new
New posts
New articles
New profile posts
New article comments
Latest activity
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Welcome Back to Digital Pinball Fans -
please read this first
For latest updates, follow Digital Pinball Fans on
Facebook
and
Twitter
Home
Forums
Digital Pinball Games
Digital Pinball Cabinets
Running noex FCM for non-arcooda tables, s7
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="GAH1068" data-source="post: 278404" data-attributes="member: 7125"><p>Arcooda launch works fine for me in PBY. Here is my working config.</p><p></p><p>There is a weird DirectX error if I leave PinballY running so much liked I did for PBX I kill it from the script, run Arcooda and then have the script restart PinballY. I haven't had a chance</p><p>to mess around and see if I can leave PBY running or message MJR to see what he thinks. This does was work great for me though.</p><p></p><p></p><p>PBY System Config</p><p><img src="https://image.ibb.co/cqrVwe/pby_run_arcooda.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>Run_Arcooda_PBY.ahk (compiled to EXE)</p><p>---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p><p>Process, Close, pinbally.exe</p><p>SetWorkingDir, C:\Program Files (x86)\Steam\steamapps\common\PinballArcade</p><p>;Msgbox, Value is: %1%1</p><p>Process, Close, PinballArcadeCabinet.exe</p><p>Run "C:\Program Files (x86)\Steam\steamapps\common\PinballArcade\PinballArcadeCabinet.exe"</p><p></p><p></p><p>~Escape::</p><p>Process, Close, PinballArcadeCabinet.exe</p><p>Process, Close, dmdext.exe</p><p>Run, "C:\Pinball\Utilities\display.exe" /device 2 /rotate 0 /display none,, Hide</p><p></p><p></p><p>SetWorkingDir, C:\Pinball\PinballY</p><p>Run C:\Pinball\PinballY\PinballY.exe</p><p>Sleep 1000</p><p>ExitAPP</p><p>return</p><p>---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p><p></p><p></p><p>Start_Arcooda.AHK (compiled to EXE)</p><p>-------------------------------------------------------------------------------------</p><p>#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.</p><p>; #Warn ; Enable warnings to assist with detecting common errors.</p><p>DllCall("CopyFile", "Str", "C:\Users\ghens\My Games\Pinball Arcade\arcooda_dx11.dat", "Str", "C:\Users\ghens\My Games\Pinball Arcade\dx11_settings.dat", Int, 0) ;Last parameter is over-write flag</p><p>Run, "C:\Pinball\Utilities\display.exe" /device 2 /rotate 90 /display none,,Hide</p><p>SetWorkingDir, C:\Pinball\Visual Pinball\VPinMame</p><p>;Run, "C:\Pinball\Visual Pinball\VPinMame\dmdext.exe" mirror --source=pinballarcade --destination=pindmdv3 -p COM3 --fps=60 --no-virtual,, Hide</p><p>Run, "C:\Pinball\Visual Pinball\VPinMame\dmdext.exe" mirror --source=screen --position -1816 52 1004 254 --destination=pindmdv3 -p COM3 --fps=60 --no-virtual,, Hide</p><p>SetWorkingDir, C:\Pinball\Scripts</p><p>Run, C:\Pinball\Scripts\ArcoodaMenu.bat, C:\Pinball\Scripts,, Hide</p><p></p><p></p><p>---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p><p></p><p></p><p>Stop_DMDExt.AHK (compiled to EXE)</p><p></p><p>---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p><p></p><p>Run, "C:\Pinball\Utilities\display.exe" /device 2 /rotate 0 /display none,, Hide</p><p>Process, Close, dmdext.exe</p><p>exitapp</p><p></p><p>---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p></blockquote><p></p>
[QUOTE="GAH1068, post: 278404, member: 7125"] Arcooda launch works fine for me in PBY. Here is my working config. There is a weird DirectX error if I leave PinballY running so much liked I did for PBX I kill it from the script, run Arcooda and then have the script restart PinballY. I haven't had a chance to mess around and see if I can leave PBY running or message MJR to see what he thinks. This does was work great for me though. PBY System Config [img]https://image.ibb.co/cqrVwe/pby_run_arcooda.png[/img] Run_Arcooda_PBY.ahk (compiled to EXE) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Process, Close, pinbally.exe SetWorkingDir, C:\Program Files (x86)\Steam\steamapps\common\PinballArcade ;Msgbox, Value is: %1%1 Process, Close, PinballArcadeCabinet.exe Run "C:\Program Files (x86)\Steam\steamapps\common\PinballArcade\PinballArcadeCabinet.exe" ~Escape:: Process, Close, PinballArcadeCabinet.exe Process, Close, dmdext.exe Run, "C:\Pinball\Utilities\display.exe" /device 2 /rotate 0 /display none,, Hide SetWorkingDir, C:\Pinball\PinballY Run C:\Pinball\PinballY\PinballY.exe Sleep 1000 ExitAPP return --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Start_Arcooda.AHK (compiled to EXE) ------------------------------------------------------------------------------------- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. DllCall("CopyFile", "Str", "C:\Users\ghens\My Games\Pinball Arcade\arcooda_dx11.dat", "Str", "C:\Users\ghens\My Games\Pinball Arcade\dx11_settings.dat", Int, 0) ;Last parameter is over-write flag Run, "C:\Pinball\Utilities\display.exe" /device 2 /rotate 90 /display none,,Hide SetWorkingDir, C:\Pinball\Visual Pinball\VPinMame ;Run, "C:\Pinball\Visual Pinball\VPinMame\dmdext.exe" mirror --source=pinballarcade --destination=pindmdv3 -p COM3 --fps=60 --no-virtual,, Hide Run, "C:\Pinball\Visual Pinball\VPinMame\dmdext.exe" mirror --source=screen --position -1816 52 1004 254 --destination=pindmdv3 -p COM3 --fps=60 --no-virtual,, Hide SetWorkingDir, C:\Pinball\Scripts Run, C:\Pinball\Scripts\ArcoodaMenu.bat, C:\Pinball\Scripts,, Hide --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Stop_DMDExt.AHK (compiled to EXE) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Run, "C:\Pinball\Utilities\display.exe" /device 2 /rotate 0 /display none,, Hide Process, Close, dmdext.exe exitapp --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [/QUOTE]
Verification
Post reply
Members online
No members online now.
Latest posts
D
Anyone still playing?
Latest: Dan
Mar 3, 2025
The Pinball Arcade / Farsight Studios
Home
Forums
Digital Pinball Games
Digital Pinball Cabinets
Running noex FCM for non-arcooda tables, s7
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top