Tezza77 Posted January 17, 2020 Share Posted January 17, 2020 Hi got a couple problems with Sega Hikaru any help with this be great i have all games working with demul07_111117 and in full screen with a good called HikaruFullscreen that i saw here i have added this to launch box and right clicked the game edit it and added as a additional app to run before main app tick in box but goes full screen black screen then just dont load crash s 1 Quote Link to comment Share on other sites More sharing options...
Retro808 Posted January 17, 2020 Share Posted January 17, 2020 Does the game load properly (not worried about fullscreen just that the game actually loads) without that additional app? Quote Link to comment Share on other sites More sharing options...
Tezza77 Posted January 18, 2020 Author Share Posted January 18, 2020 Thanks for the reply Retro yes works just very small box Quote Link to comment Share on other sites More sharing options...
Retro808 Posted January 18, 2020 Share Posted January 18, 2020 2 hours ago, Tezza77 said: Thanks for the reply Retro yes works just very small box OK. Just wanted to eliminate it being a rom/emulator issue. I do not use the launcher file. In Launchbox I just added a second Demul emulator and called it Demul Hikaru (it points to the same demul exe as the other systems use). That way I can use an AHK to send Alt+F4 after the game launches to send it to fullscreen. Quote Link to comment Share on other sites More sharing options...
Tezza77 Posted January 18, 2020 Author Share Posted January 18, 2020 Ok thanks great idea added the second emulator and named it Demul Hikaru and points to demul just the AHK to send Alt+F4 not very clued up on AHK seen few topics on them but mainly for closeing the emulators Quote Link to comment Share on other sites More sharing options...
Retro808 Posted January 18, 2020 Share Posted January 18, 2020 Here you go. The timing "9500" can be adjust slower or faster. I think that is set at that time from something I was testing. You can reduce it to 5500 Normally the code is written without the {Alt Up} at the end but I have seen without this sometimes Pause Menu will not work. 1 Quote Link to comment Share on other sites More sharing options...
Tezza77 Posted January 19, 2020 Author Share Posted January 19, 2020 Great retro many thanks for that will check it out soon as home Quote Link to comment Share on other sites More sharing options...
Tezza77 Posted January 19, 2020 Author Share Posted January 19, 2020 Tryed no much look but think its the way i set up seconds emu becaue works when go back to the way it was with small screen i went to tools manage emulators add named it Sega Hikaru emu app path sent to my demul exe Quote Link to comment Share on other sites More sharing options...
Retro808 Posted January 19, 2020 Share Posted January 19, 2020 Here is how I have mine. 1 Quote Link to comment Share on other sites More sharing options...
Tezza77 Posted January 19, 2020 Author Share Posted January 19, 2020 18 minutes ago, Retro808 said: Here is how I have mine. This worked great many thanks it looks great Retro so glad got this one sorted Quote Link to comment Share on other sites More sharing options...
Jayinem Posted April 26, 2020 Share Posted April 26, 2020 (edited) Sorry to bump a thread from January but I'm at my wits end on this. I had it working fullscreen the other day. Then I try it today and its a small box again. I have the AHK script mentioned above in Launchbox. I've also tried HikaruFullScreen, and I've even tried both the script and HikaruFullscreen together. The game launches and it refreshes like it wants to go fullscreen then I get a black screen, but then it goes back to small box. The other day I think I messed with DPI settings for demul.exe to get it to work but today I've tried to mess with them for hours and I can't get it to work. I think it's something with my graphics card or something but again I had it working the other day why it changed and didn't work today no clue. Is there certain settings in Demul I need to make it go fullscreen? I've clicked start fullscreen and unclicked it both in Demul and it didn't help. I've changed the resolution in Demul it didn't help. Someone please help. Also the few times I've been able to make it stay fullscreen it just freezes. Edited April 26, 2020 by Jayinem Quote Link to comment Share on other sites More sharing options...
AlEst98 Posted August 3, 2021 Share Posted August 3, 2021 If anyone gets some error, here is a command line for AHK to set autofulscreen and exit easily from the games with "ESC" button: Sleep, 9500 Send {Alt Down}{Enter}{Enter Up}{Alt Up} ; This section closes Demul when pressing Escape $Esc:: { Send !{F4} } This works too but faster: Sleep, 3500 Send {Alt Down}{Enter}{Enter Up}{Alt Up} ; This section closes Demul when pressing Escape $Esc:: { Send !{F4} } 1 Quote Link to comment Share on other sites More sharing options...
cleverest Posted August 28, 2021 Share Posted August 28, 2021 On 8/3/2021 at 8:35 AM, AlEst98 said: If anyone gets some error, here is a command line for AHK to set autofulscreen and exit easily from the games with "ESC" button: Sleep, 9500 Send {Alt Down}{Enter}{Enter Up}{Alt Up} ; This section closes Demul when pressing Escape $Esc:: { Send !{F4} } This works too but faster: Sleep, 3500 Send {Alt Down}{Enter}{Enter Up}{Alt Up} ; This section closes Demul when pressing Escape $Esc:: { Send !{F4} } Hello. Can you post a screenshot of this command as it shows in LB? This isn't working for me...thank you. Quote Link to comment Share on other sites More sharing options...
cleverest Posted August 28, 2021 Share Posted August 28, 2021 I have it exiting fine, but it won't go full screen. Quote Link to comment Share on other sites More sharing options...
AlEst98 Posted September 7, 2021 Share Posted September 7, 2021 On 8/29/2021 at 12:43 AM, cleverest said: I have it exiting fine, but it won't go full screen. Here it is. You can modify the number right to "Sleep" (try with 9500, 10500, 11500 or higher). This is for use "ESC" for fullscreen and auto-fullscreen. 1 Quote Link to comment Share on other sites More sharing options...
cleverest Posted September 7, 2021 Share Posted September 7, 2021 9 minutes ago, AlEst98 said: Here it is. You can modify the number right to "Sleep" (try with 9500, 10500, 11500 or higher). This is for use "ESC" for fullscreen and auto-fullscreen. It works now. Not sure what the issue was before, thank you! Quote Link to comment Share on other sites More sharing options...
Hamburglin Posted December 22, 2022 Share Posted December 22, 2022 Just wanted to say thanks for the sleep and alt enter script! I was going nuts trying to figure out why demul with hikaru games weren't going full screen even with it set to do so in the emulator options. 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.