Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Ok so I need a little help. When I start the system using Demul it runs in window mode. I have full-screen checked but still launches in window mode. I have to hit ALT+Enter to get in full-screen. Is there a default command line parameter to solve this?

 

Thanks

Posted (edited)

Actually, it turns out I already have a script for Demul in launchbox (It's been a long time since I messed with it). Anyway, in case I wasn't clear, go to Emulators/Demul in launchbox settings, then in the box that pops up go to the Running Script tab and put this:

; This section makes the emulator go fullscreen and closes Demul when pressing Escape
Sleep, 9500
Send {Alt Down}{Enter}{Enter Up}{Alt Up}
$Esc::
{
    Send !{F4}
}

 

 

 

Edited by fromlostdays
  • 1 year later...
Posted

i figured the number had to due with a delay and i lowered it as someone suggested but still no fullscreen any idea why. i followed the script. any suggestions?

Posted
  On 4/8/2025 at 5:25 PM, snow5050 said:

i figured the number had to due with a delay and i lowered it as someone suggested but still no fullscreen any idea why. i followed the script. any suggestions?

Expand  

If you weren't getting fullscreen before, then you usually need to increase the delay time.  aka, wait longer before pressing Alt+Enter.

If it's still not working after increasing it, try something crazy like 20 seconds (20000).  Start the game and wait at least 20 seconds to see (1) the emulator load, and (2) the script sending it to fullscreen. 

If after 25 seconds the emulator has loaded but nothing changed, edit the emulator (in LaunchBox) and share with us a screenshot of the Running Script section.

Posted

I didn't know i had to press alt enter after 9.5 seconds. that solved the problem TY very much some of those scripts are not noob script friendly lol

Posted
  On 4/8/2025 at 6:13 PM, snow5050 said:

I didn't know i had to press alt enter after 9.5 seconds. that solved the problem TY very much some of those scripts are not noob script friendly lol

Expand  

Well, you shouldn't have to. ;)   

"pressing Alt+Enter" was meant to be symbolic of what the script does (on the 2nd line).  If you don't mind physically pressing Alt+Enter yourself, you can remove those 2 lines altogether.

What the script is supposed to do is: (green = the actual scriptorange = description of what it's doing.)

  • Sleep, 9500    ;Wait 9.5 seconds
  • Send {Alt Down}{Enter}{Enter Up}{Alt Up}    ;"Press" Alt+Enter
Posted

I see so if you remove the alt enter script lines it does it on its own? Either way I'm glad to have it in full-screen no matter the step it takes to accomplish it i was. First I was concerned with the controls for my 8bitdo controller it wasn't registering the inputs but eventually I got that problem solved and with this solved because of you the games now function the way they need to ty again I appreciate it.

  • Game On 1
Posted
  On 4/8/2025 at 7:38 PM, snow5050 said:

I see so if you remove the alt enter script lines it does it on its own?

Expand  

lol  No.  How can the script do something [on its own] if it's not there?  It's the script that's doing it for you.  The 1st word of each line is kind of telling what it's doing.

"If you don't mind physically pressing..." means you manually press the buttons yourself.

Regardless, glad you're happy with how things are working on your end.

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