Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

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 

  • Like 1
Posted
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.

 

 

Posted

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

Posted

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.

Screen Shot 2020-01-18 at 3.51.30 PM.png

  • Like 1
Posted

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 

  • 3 months later...
Posted (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 by Jayinem
  • 1 year later...
Posted

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}
}

  • Thanks 1
  • 4 weeks later...
Posted
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.

  • 2 weeks later...
Posted
On 8/29/2021 at 12:43 AM, cleverest said:

I have it exiting fine, but it won't go full screen.

image.thumb.png.8f433afba74247e7cee25d0d11966bd4.png

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.

  • Like 1
Posted
9 minutes ago, AlEst98 said:

image.thumb.png.8f433afba74247e7cee25d0d11966bd4.png

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!

 

  • 1 year later...
Posted

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.

  • 2 years later...
Posted

This isnt working for me. I have it working. I can even start it from a command line and it works as expected. However when I try to use launchbox it comes up with wanting me to enter the rom

 

image.thumb.png.3f6d1931bb27e34bf58bbbaac3f9e993.png

 

image.thumb.png.99ef1efdaece299627c5915b2fd12c72.png

It loads it fine after selecting the rom

image.thumb.png.daf7a687a05316c41706fe58971d25ad.png

 

But I cant get it to autoload and go to full screen. What am I doing wrong. I have been banging my head on this one all day.

 

 

Posted
25 minutes ago, xokia said:

This isnt working for me. I have it working. I can even start it from a command line and it works as expected. However when I try to use launchbox it comes up with wanting me to enter the rom

Un-check Extract ROM.

27 minutes ago, xokia said:

But I cant get it to autoload and go to full screen.

See the posts above for what to add to the emulators Running Script section.

Posted (edited)
1 hour ago, JoeViking245 said:

Un-check Extract ROM.

See the posts above for what to add to the emulators Running Script section.

That fixed the autoload issue Thanks!

I still cant get it to fullscreen I have tried a bunch of different sleep values. It will go fullscreen within the window that seems to be locked to a particular size. That window will not go any bigger to fill out my screen

Sleep, 20500
Send {Alt Down}{Enter}{Enter Up}{Alt Up}

; This section closes Demul when pressing Escape
$Esc::
{
    Send !{F4}
}

 

image.thumb.png.7a79b41009b28e3b7b90a9c35ba383b1.png

Edited by xokia

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...