Jump to content
LaunchBox Community Forums

Jayinem

Members
  • Posts

    129
  • Joined

  • Last visited

Recent Profile Visitors

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

Jayinem's Achievements

32-Bit GPU

32-Bit GPU (5/7)

18

Reputation

  1. I have launchbox at startup on Windows 10 but how do you start it minimized? I have tried WinMinimize, WinHide and adding Min and Hide after run launchbox.exe nothing works.
  2. I only have free Launchbox.
  3. Got another question I want to change the DPI scaling of Launchbox only. I have a script that changes the DPI but it does it for the entire computer screen. I want -1 DPI from what I have set in Windows. I tried changing all the per application options Windows gives when right clicking and choosing it didn't help. For reference here is the script that changes DPI but it does it for the entire computer not just Launchbox. I had to get my TVs reg keys out of regedit. SetDpi(-1) SetDpi(dpi) { RegWrite, REG_DWORD, HKEY_CURRENT_USER\Control Panel\Desktop\PerMonitorSettings\VIZ10390_01_07E4_30^30BB376176AE7BF6A3A1FE1F935346BE, DpiValue, % dpi RegWrite, REG_DWORD, HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\GraphicsDrivers\ScaleFactors\VIZ10390_01_07E4_30^30BB376176AE7BF6A3A1FE1F935346BE, DpiValue, % dpi ChangeResolution() } return ChangeResolution(Screen_Width := 1920, Screen_Height := 1080, Color_Depth := 32) ; change these values for your screen resolution { VarSetCapacity(Device_Mode,156,0) NumPut(156,Device_Mode,36) DllCall( "EnumDisplaySettingsA", UInt,0, UInt,-1, UInt,&Device_Mode ) NumPut(0x5c0000,Device_Mode,40) NumPut(Color_Depth,Device_Mode,104) NumPut(Screen_Width,Device_Mode,108) NumPut(Screen_Height,Device_Mode,112) Return DllCall( "ChangeDisplaySettingsA", UInt,&Device_Mode, UInt,0 ) } return And yes I'm aware that there's a scale on the button bar of Launchbox but it doesn't do what I want. I want 5 games to show on a row and the icons are too small when I do that. The correct DPI does what I want but it also doesn't work for the rest of my computer unfortunately.
  4. Got home tried it seemed to work until I did a reboot, now it doesn't work. I made the script #persistent but it didn't help. This is my entire TV when it happens. There should be a taskbar on the bottom I didn't crop it or anything. Edit: Weirdly it's doing the opposite of what I want. If I hit the little square on Launchbox in the top right next to close that says Maximize or Restore, it automatically makes it go fullscreen as if the script it saying "keep it fullscreen with no taskbar" And so I changed it instead of WinRestore I changed it WinMaximize in the script and sure enough it won't allow it to cover the taskbar and stays Windowed Fullscreen. 🤣
  5. I believe it happens if there's a resolution change. I don't do anything to cause it other than that. I'll try that script out when I get home later.
  6. Sometimes my Launchbox goes fullscreen where it covers the taskbar and I don't ever want it to. Could I have a script that checks periodically if it's covering the taskbar and if it does make it where it isn't? I've tried WinActivate, Launchbox.exe WinRestore, Launchbox.exe but it's not working. Edit: I was able to do it with a hotkey I just needed to make WinRestore be WinRestore, A to work on any app but I want there to be a timer or loop that checks if it's fullscreen and do it automatically. I just don't know how to write that script.
  7. Launchbox has always been blue for me but suddenly in the last couple of days it turned black? I tried going through settings and changing it back but haven't been successful. I tried changing it to old theme and I actually like the old theme but it's still black. However with old theme I don't like that there's game details below the image and title of the game. Is there any way turn off the details where it just says game name, and turn it back to blue background? Probably obvious but I have free version.
  8. I like my roms to just be the name of the game and nothing else and that was always but I haven't messed with Launchbox much lately and I go to look and now my roms are renamed with something in parenthesis after it. Here are a few examples. Banjo-Tooie (U) (!) Baseball Stars (NGM-002) Beast Busters (World) When I hit edit and go to title it only shows the name game i.e. Banjo-Tooie, Baseball Stars, Beast Busters. How do I fix this? I didn't make any changes so I don't know how this happened.
  9. According to this But that was five years ago. No changes? But
  10. Windows has a horrible setup for controller numbers but Windows doesn't actually change it, It's MAME that does. And it does work to use read only I've done it for a year and I have a steering wheel, arcade stick and regular controller and all still work.
  11. I figured out on my own a way easier way. Just make default.cfg read only, or if you have specific cfgs for each game make each one of them read only. If you ever need to make changes just uncheck read only make the changes and then make it read only again. Works very well.
  12. I'm only going to update Windows 10 every 18 months. That's when they pretty much force you to or you don't get any virus protection or anything. It just happened to me I went from 1903 to 20H2, and I won't be updating again until the end of 2022. This is just another of many examples of how Windows updates breaks things instead of fixes them. https://www.maketecheasier.com/stop-windows10-forced-updates/
  13. I notice a problem with games that have the same name example there is Need For Speed Most Wanted that came out in 2005 and then they did a Need For Speed Most Wanted around 2011. I only use my own images and I have them set with the appropriate image, but I'll start Launchbox and it'll change one of them to match the other one and even remove the one I had set. Here is what I mean Notice the green box highlighting Need For Speed Most Wanted, and to the right of it is the newer Need For Speed Most Wanted appropriately imaged. But I just turned on my computer which boots Launchbox at start and it looked like this It has happened a bunch of times too not just one time. I realize I could just rename one to something like "Need For Speed Most Wanted (2005)" I just like the actual names of the games to be as they are. However I had the same problem with Need for Speed Hot Pursuit 1, but I renamed the first one to "Need For Speed III Hot Pursuit" but I would rather know a solution.
  14. Nope I just load the entire game that way Just the way I've always done it, The reason was at first I only wanted Lightgun games and they required an app called Demulshooter that only works through scripts. I started collecting other types games but I didn't learn until I was doing it for like a year there was a way to load it as an emulator in Launchbox, and I already had a bunch of scripts loaded in LB so no reason to take the time to redo it all. You load the game in Teknoparrot and save your settings first and it makes a UserProfile .xml of the game. So #SingleInstance Force SetWorkingDir, <path><to>\Teknoparrot.exe run TeknoParrotUi.exe --profile=IDZ.xml exit But I don't know any of this is relevant unless you tell me loading the emulator into Launchbox prevents the additional windows from coming up, I'm pretty sure the games always launch with those windows regardless of launch method. Still asking my original question for a way to hide them.
  15. Nah I don't use any startup screens in Launchbox, with Teknoparrot I just make an ahk of the game and compile it to exe, and add it to Launchbox. It made no difference running the exe seperate from Launchbox, so it's not really a Launchbox issue at all. I only have free Launchbox anyway.
×
×
  • Create New...