shady8knight Posted April 18, 2018 Share Posted April 18, 2018 Hi guys, I've got a problem with demul launching it from bigbox. Even if i set i to fullscreen mode the file/config bar and the mouse cursor remain visible. The only way to hide them is pressing alt+enter. I'm building the cabinet so i cannot press them when it's done. The only way the i found is to write a script with autohotkey and is the following: WinWait, ahk_exe demul.exe WinActivate, ahk_exe demul.exe Sleep, 3000 SendInput, !{Enter} It works fine, the only problem is that i can use it just for one time. If i esc a dreamcast game and enter to one other it doesn't work anymore. Does anyone knows what's wrong in this code....? Thanks for help. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted April 18, 2018 Share Posted April 18, 2018 Right click the demul.exe go to properties and check the "disable full screen optimisations" button and apply, that should fix it. Also add this ahk script to the ahk tab in the manage emulators, it will move the mouse to the bottom right at launch, just change the numbers to your res if not 1080p. mousemove, 1920, 1080 Quote Link to comment Share on other sites More sharing options...
shady8knight Posted April 18, 2018 Author Share Posted April 18, 2018 tried, good idea but remains the problem that it works just for the first time that the frontend launch demul. there's something wrong in the first part of the script or something else to add. I have to make it works everytime the bigbox launch demul. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted April 18, 2018 Share Posted April 18, 2018 f3 also will hide the bar see if that works in the script 1 Quote Link to comment Share on other sites More sharing options...
shady8knight Posted April 18, 2018 Author Share Posted April 18, 2018 40 minutes ago, DOS76 said: f3 also will hide the bar see if that works in the script it doesn't solve the problem that the script works just for the first time demul is runned. thanks for the help however Quote Link to comment Share on other sites More sharing options...
DOS76 Posted April 18, 2018 Share Posted April 18, 2018 Did you put the script under the ahk tab in the manage emulators form it should use it every time you launch a game. Quote Link to comment Share on other sites More sharing options...
shady8knight Posted April 18, 2018 Author Share Posted April 18, 2018 38 minutes ago, DOS76 said: Did you put the script under the ahk tab in the manage emulators form it should use it every time you launch a game. I didn't understand what you ment, explain to a dumb what should i do please :-). the ahk file is in the document folder and at windows start launchbox/autohotkey/autohotkey.exe is runned so the script starts. Quote Link to comment Share on other sites More sharing options...
Retro808 Posted April 18, 2018 Share Posted April 18, 2018 In Launchbox go to tools/Manage Emulators. When that window opens choose your demul emulator and click edit. When that opens click on the AutoHotKey tab and paste the AHK code in that tab. Click "ok" to save and now anytime you run Demul Launchbox will use that AHK. Quote Link to comment Share on other sites More sharing options...
shady8knight Posted April 18, 2018 Author Share Posted April 18, 2018 yesssssssssssssssss ! it works !!! thanks a lot! didn't know this thing, very grateful! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.