Jump to content
LaunchBox Community Forums

BrainyCabde

Members
  • Posts

    74
  • Joined

  • Last visited

Recent Profile Visitors

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

BrainyCabde's Achievements

16-Bit Artificial Intelligence

16-Bit Artificial Intelligence (4/7)

7

Reputation

  1. Dang I'll keep my ear out and chime in when I find something...
  2. Did you ever figure this out? I'm just now trying to get add 7th Heaven to LB so I can autorun the game with mods without going to the launcher first.
  3. Kind of a shame that Mame can't at least have the option to upscale 3D arcade games like MK4 or Tekken Tag Tournament. Maybe someday...
  4. Sorry again for bumping, but something occured to me this morning and I wanted to share here. I started thinking, why don't I just make my 4K TV the primary display. I'll set my taskbar to both screens and also enable auto hide taskbar. This way everything will natively just launch on the TV instead of my 1440p display. Then when I want to launch PC games on my 1440p display, 99% of the time they have a monitor selction in the graphics optinons anyways. The reason I didn't do this before, is because my 4K TV is the LGCX OLED. OLED's have a notorious problem with screen burn in. I already set my wallpaper to black so it literally looks like it's turned off. Then I thought, why not just make it primary and auto hide taskbar so the burn in won't be an issue. Now i'm running it this way, and don't need third party apps or a bunch of ahk scripts to fix flaws with the old setup. Again, sorry for making a bunch of posts in various threads these last few weeks. Just want to share the experience with anyone who might be in a similar situation. Launchbox is an amazing piece of software that i've always dreamed of. The community here is amazing. Thank you guys for everything you do!
  5. Thank you for this. Display Fusion seems to be a bit easier to use than MonitorSwitcher. The only problem is, CXBX Reloaded goes fullscreen instantly on game launch and I can't move the window afterwards. Xenia has no problems at all since it starts windowed then goes fullscreen afterwards. I tried using alt+enter to fullscreen a windowed CXBX, but it doesn't do anything unfortunately. Other than that, everything is working fine now. Thanks for your help
  6. So I found this app called DIsplayFusion. It has a feature called triggers. Basically, on opening an app(CXBX, Xenia, etc.), it can move the app to the screen of your choosing. Works like a charm. Would still love to see this feature implemented into Launchbox in the future. Hope this helps anyone who has this problem in the future.
  7. So I found a tool called MonitorProfileSwitcher, and I also have this tool called AutoActions. In MonitorProfileSwitcher, i've set up two profiles. One with my 1440p monitor set as primary, and another profile with my 4K TV as primary. I set up a hotkey for each profile. For my 1440p primary profile, the hotkey is - For my 4K TV primary profile, the hotkey is = In AutoActions, i've made a profile so when CXBX Reloaded or Xenia is launched, it automatically launches MonitorProfileSwitcher. When CXBX or Xenia is closed, it closes MonitorProfileSwitcher. My question is, is there a way to add the - or = hotkeys to a commandline argument section in AutoActions, or maybe to add them hotkeys to the running script section of Launchbox/BigBox? Sorry for the complicated mess, I wish LB/BB had a feature built in like this so we could avoid using this many third party applications to get the desired result. Thank you in advance.
  8. Usually i've always just disabled my primary screen when running LB/BB to get standalone emulators to launch on the correct screen. I used to do it this way because a few standalone emulators would launch on the wrong screen and not remember window/screen position and size. Now it seems like a lot of emulators have fixed this issue and have no problem running on the correct screen. Emulators such as RPCS3, Yuzu, PCSX2, Cemu, and Dolphin have no problem remembering the screen to open on. However, i've noticed CXBX Reloaded and Xenia do not remember the screen to open on. Does anyone know of a way to fix this issue with these two emulators?
  9. It worked! I have only -g in the default command line parameters. Here is the full running script for Cemu now... Sleep, 8000 SetKeyDelay, -1, 110 Send {LButton} Send !{Enter} Return Esc:: WinClose, ahk_exe {{{StartupEXE}}} Thank you very much!
  10. This is still a problem. I've tried the latest stable version of Cemu and the latest experimental version as well. Both launch through LB/BB, but I end up on a black screen with audio. If I open my task manager, Cemu shows up as a window. Cemu has no issues launching games on it's own, but when trying to get it to work through LB/BB, I get the black screen bug. All settings in LB are at default for Cemu. Half of the games I have don't give me a black screen. Cemu seems to lose focus on launch. There's gotta be a AHK script that solves this. I am using two screens with my primary disabled and using my secondary screen. All my other emulators(including standalone) don't have issue with this at all. Just half of the Cemu games. Would love to hear any feedback at all. Thanks in advance! Edit- Figured it out thanks to fellow user Skizzosjt. For default command line parameters, you'll only want -g. As for the running script section, here is what I have... Sleep, 8000 SetKeyDelay, -1, 110 Send {LButton} Send !{Enter} Return Esc:: WinClose, ahk_exe {{{StartupEXE}}} That's it. Hope this helps anyone who comes across this issue down the road. Thank you Skizzosjt for all your help!
  11. Well, i've found a script that works, but i'd have to add a mouse click to the Cemu window in the script, and I have no idea how to do that. Any help would be appreciated. Here is the script I have so far. Sleep, 8000 SetKeyDelay, -1, 110 Send !{Enter} Return Esc:: WinClose, ahk_exe {{{StartupEXE}}} So I have to remove the -f from the command line parameters to start it in windowed so the screen doesn't go black. I'm sure the above script would work if I could add a mouse click to the window before the alt-enter section.
  12. Ok. So after some tinkering, i'm learning that launchbox has a hard time keeping Cemu focused. So I thought, why not have Cemu launch in windowed mode and then run a script to have it fullscreen after the shaders are loaded. Question is, does anyone know of a script that does this for Cemu? Or even better, a script that keeps Cemu in focus over LB/BB.
  13. So I spent some time messing around with this again. The script I posted before no longer works, but what I have noticed is that only half of the games I have are giving me the black screen with audio issue on launch. I've been using TLOZ BOTW for my tests and never thought to try other games. Twilight Princess, Dr. Luigi, and Donkey Kong Country:Tropical Freeze to name a few don't give me the black screen issue at all. There's something really weird about this issue here. I'm really stumped. Literally makes zero sense why only half the games I have for Cemu give me the black screen issue, while the other half don't. Sorry for bringing this back up, but i'm determined to find a fix for this and get this resolved so no one else will have to battle this problem down the road. As Arnold says, "I'll be back".
  14. Nice! I thought of looking through the scripts there to see what can be done. Good looking out skizzosjt Appreciate it very much. Love the community here! Have a blessed day!
  15. Yeah, only problem is it's only a solution for Cemu. If I use both screens at the same time for other emulators, they won't remember the screen that I want to play on. PCSX2 for example will only launch on my primary screen if both screens are enabled. There's a couple others that do the same thing too. I'd prefer to just have both enabled, but most emulators are just going to launch on my 1440p monitor. I've looked for apps that allow picking a monitor per application, but none of them seem to work anyways. Either way, i'll try to get that script running with LB again to see if it will work.
×
×
  • Create New...