Mainiack Posted February 20, 2024 Posted February 20, 2024 I have 2 scripts that i'm trying to use for demul hikaru. the 1st 1 works fine to go full screen but the 2nd 1 should hide the mouse curser and i cant get it to work. Using NoMousy.exe. I want to hide the curser when i start a game and and have it reappear when the game is closed. Thanks for looking Sleep, 9500 SetKeyDelay, -1, 110 Send !{Enter} Return Run, E:\Testing\LaunchBoxTester (Current Version)\Emulators\Hikaru Demul w Roms\nomousy.exe /hide $Esc:: { Run, E:\Testing\LaunchBoxTester (Current Version)\Emulators\Hikaru Demul w Roms\nomousy.exe Process, Close, demul.exe } Quote
JoeViking245 Posted February 20, 2024 Posted February 20, 2024 Because it has spaces in it, you need to encapsulate the full path in quotes. Run, "E:\Testing\LaunchBoxTester (Current Version)\Emulators\Hikaru Demul w Roms\nomousy.exe" /hide Do that for your 2nd Run line as well. Quote
Mainiack Posted February 20, 2024 Author Posted February 20, 2024 Thanks @JoeViking245 I appreciate your help. I tried it but it didnt work unfortunately. i found mention in searching across the web that if i use gpuDX11 instead of "old gpuDX11" video plugin that the mouse cursor would hide automatically in fullscreen. It hides the cursor a few seconds after the game loads so I deleted nomousy. 1 Quote
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.