Jump to content
LaunchBox Community Forums

magicray1028

Members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by magicray1028

  1. Im having the same issue since 13.6 . when loading the times are significantly longer, especially when making a copy to another drive. Itll take about 5 minutes to load if it does. but only one the first time. then it seems to settle down. but still general caching times seems slowing than 13.5

  2. i love the start up application function. i thought it would be great if we have an end function as well. for example, closing launchbox could run an app to set the screens DPI to something above 100 since alot of games and marquee plug ins have issues with high dpi

  3. got this great little monitor for my mini marquee but it wont display the marquee unless scaling is both 100% and position is top to bottom. my main screen is 4K and this mini lcd is 1920x480 in flipped landscape mode. I have my main set to 4K at 250 scale, and the lcd to 100% scale. Main is set to monitor 1 in windows. This doesnt work with bigbox marquee. but if i set monitor 2 ( small lcd) to my main monitor in windows, all displays as it should on my settings, but game screen is all messed up of course. any possible solutions?

  4. hi team, im having a issue where the audio of the preview video in bigbox is still playing after a game is selected, as if the focus isnt switching properly to the game. so im getting double audio basically. it doesnt happen everytime but seems to affect teknoparrot or long delay start up games the most. any possible fix?

  5. on 12.14 bigbox on a 4K resolution, the images start zooming in on everything, from artwork to videos to text. in options when scrolling its constantly trying to resize text and images and doing weird spazzing. not sure if this is some kinda auto scaling issue.

     

     

  6. Hi Team has anyone found a reason why using joytokey when opening a game thru launchbox no longer works? for example im opening house of the dead 3 and i have 1 and 2 mapped to start. i use joytokey to make my xbox controller start to 1, but thru launchbox only my keyboard works, controller doesnt?

  7. i managed to get everything working with that script before except mame. im using a serial command to change my Gun4IR settings upon mame launch, but that command seems to stop the ahk from refocusing on mame. this is my current code in the running autohotkey section. It closes and accomplishes everything except regaining focu

    Esc::

    Run, %COMSPEC% /C echo M3.0 > COM3
    Process,Close,Mame.exe
    Run,taskkill /im "Mame.exe" /F
    if WinExist("LaunchBox Game Startup")
    {
        WinActivate
        WinWaitClose, LaunchBox Game Startup
    }

    if WinExist("LaunchBox")
    {
        WinActivate
    }

    if WinExist("LaunchBox Big Box")
    {
        WinActivate
    }

    ExitApp

  8. is there a way to fix the bigbox focus issue when launching games with AHK? for example if i launch a game like haunted museum which i wrote a AHK script for, upon exit i will lose focus and my controls will no longer work until i alt tab or click my mouse. Same for mame if i add GUN4IR aspect ration change script in the running script section.

×
×
  • Create New...