Jump to content
LaunchBox Community Forums

Jayinem

Members
  • Posts

    254
  • 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)

29

Reputation

2

Community Answers

  1. There's no piracy allowed here so we can't point to the roms but all I can say is google is your friend. But assuming you get the roms I suggest getting Supermodel with GUI it's just easier to manager the roms outside of Launchbox but then it's easy to put them in Launchbox no special settings required just add the emulator add the roms and point them to the emulator and that's it.
  2. Why do you want to close Borderless Gaming? I just leave it as a tray icon and start it with Windows you can even hide it but then again I use it for a lot more than just one game. It's not like it's taking up a lot of RAM.
  3. Ok I'm a day outdated, but then you shouldn't need a script anymore if it's fixed.
  4. Instead of a script I use Borderless Gaming and I run it with Windows startup it automatically makes it fullscreen every time and I think it keeps aspect ratio. But only Hikaru should need a script or a third party app the rest of Demul should do fullscreen with choosing the option in the settings. Devs have not fixed Hikaru issue yet even with new Demul.
  5. You know where it says Badges - Image Group - Arrange - View - Tools - License to? I believe an XML can be edited but not sure which one. I feel like I either did it before successfully or at least asked about it on here several years ago but can't remember what to do.
  6. "It seems manual addition is possible using that method now. " Not a new feature that's pretty much how I always add mine for over 6 years now.
  7. That is so cool I'm jelly of y'all I have a bad ass collection IMO but it would just be so cool to have it in a cabinet. Not happening for me though.
  8. You could also just put "--fullscreen=true" in the default command line in Launchbox as mentioned already in this thread.
  9. Wait you guys just leave Big Box open all the time? Is that computer solely for gaming it's hard to even use a browser and I have two screens (laptop + TV)
  10. I already have it on my taskbar I just want it to stay open and always fullscreen sorta like it's desktop wallpaper. When I minimize my browser for example it's there at all times. But I made it 10000 which is 10 seconds but for some reason it instantly gives me the "Launchbox is already running" msg after choosing switch to desktop mode in Big Box.
  11. I just realized something the script that forces Launchbox to stay open is causing the issue. #SingleInstance, Force iTC_EXE = "c:\Launchbox\Launchbox.exe" iTC_Path = "c:\Launchbox\" iTC_imgName = Launchbox.exe loop { Process, Exist, %iTC_imgName% ; check to see if iTeleportConnect is running If (ErrorLevel = 0) ; If it is not running { Run, %iTC_EXE%, %iTC_Path%, hide } Else ; If it is running, ErrorLevel equals the process id for the target program (Printkey). Then do nothing. { sleep 5 } } So it keeps checking if launchbox is open so I guess when Big box is running launchbox.exe can't run so the conflict causes it to stay open in task manager?Is there any adjustment I can do where I can keep using this script and Launchbox will open after closing Big Box? I changed sleep 5 to sleep 8000 but that didn't help.
  12. I made a thread that I never got an answer that fixed the problem about when I run Big Box and exit Big Box Launchbox.exe will stay stuck in task manager and I get the error that Launchbox is already running until I go into task manager and close it. I was wondering since you're pretty good at scripts could you give me a script that is always running like a loop that is checking for it to be in that state and can make it be full screen again? I have another script that keeps Launchbox open at all times but of course with Big Box it has to close or I should say it's supposed to close but doesn't fully.
  13. Maybe I'm just dumb does a theme mean the background will change or just the layout of the games?
  14. I downloaded Coverbox Remastered, put that main folder in the root of themes, I also tried making a copy of default and overwriting the files from Coverbox Remastered, tried selecting both ways in Big Box and nothing changes just black screen behind the games. I also rebooted Big Box. Anything I'm missing? My folder layout Launchbox/themes/Coverbox Remastered
  15. When I add either of those exactly lines to default command line the game doesn't work just shows the MelonDS screen. Since it's saying always or never maybe it's only meant to be ran once through command line? But it made no difference in the booting as far as I could tell when I ran it once using a command prompt
×
×
  • Create New...