Jump to content
LaunchBox Community Forums

lightangel

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lightangel's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. So, I have tried every Script, I can find to get the MK6 emulator to open in full screen. Here are some below. Does anyone have one that works with LaunchBox, I seen videos of it working I can get it to work. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. ; When emulation has started, maximise the screen and pass control back to control panel WinWait, Roms Screen 1, IfWinNotActive, Roms Screen 1, , WinActivate, Roms Screen 1, { WinWaitActive, Roms Screen 1, Send, !{Enter} } WinWait, MK6 Emulator, IfWinNotActive, MK6 Emulator, , WinActivate, MK6 Emulator, {WinWaitActive, MK6 Emulator, WinMove,1,600 WinSetTitle, CLICK HERE TO USE BUTTONS } Second one #Persistent #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. WinWaitActive, Roms Screen 1 ; Look for active game window. Send !{Enter} ; Press ALT-ENTER to enable fullscreen. ~Enter:: WinActivate, MK6 Emulator return ~ESC:: WinActivate, MK6 Emulator Reload
  2. Thanks, but no go put it in the Running Script waited more than 10 seconds nothing
  3. So I have found many scripts to put in the running script for the MK6 emulator but nothing works here are some examples. #NoEnv SetTitleMatchMode, 2 WinWaitActive , Roms Screen 1 SetKeyDelay, -1, 110 Send {Alt Down}{Enter}{Alt Up} Return SetTitleMatchMode, 2 WinWaitActive, Roms Screen 1 Sleep, 1000 Send {Alt down}{Enter down}{Alt up}{Enter up}
  4. Does anyone have a script that will start the MK6 emulator in Fullscreen everyone I have tried or found does not work.
×
×
  • Create New...