Jump to content
LaunchBox Community Forums

The Papaw

Members
  • Posts

    1,121
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by The Papaw

  1. I finally got this to work with Yuzu. I was running Yuzu as Admin. I changed that and it works just fine now. But just so folks know, this can re-introduce a current bug in Yuzu concerning threaded optimization.
  2. I am using the <ESC> on keyboard & <ESC> via controller automation. I use a lot of home automation stuff. So when I game, I give Alexa a couple commands and it switches PC video and audio output to Bigscreen 4k hanging over the gaming PC, launches BB, etc.. After that I really need to use the controller as much as possible.
  3. Hey Joe, this just doesn't make any sense to me (not your reply, the results I get). I am able to accomplish what @Koroth was doing with RPCS3 with a script like this rather than the compile and script he is using: Run, "D:\Gaming\DS4W Off.bat" $Esc:: { WinClose, ahk_exe rpcs3.exe Run, "D:\Gaming\DS4Windows" } I can add the same script to Yuzu and it works the same, but the goal was to do the opposite. However, if I simply reverse the order of the 2 "Run" lines, it won't execute the 2nd "Run". Run, "D:\Gaming\DS4Windows" $Esc:: { Run, "D:\Gaming\DS4W Off.lnk" WinClose, ahk_exe yuzu.exe } It will start DS4 but just won't stop it.???? UPDATE: It has to have something to do with Yuzu, it works just fine with other emulators.
  4. Wow, above my head, TY for posting it, maybe I can figure it out. Again, thanks
  5. What did you use for this part:? " (All this via the Running Autohotkey tab for Rpcs3.)"
  6. You been a great help and I appreciate your time. I understood most of that, but not how you compile an exe from a bat file???
  7. @echo off taskkill /F /im DS4Windows.exe exit
  8. So how did you accomplish this: "so I use an elevated script to exit DS4Windows when I start a game in Rpcs3. Then when I exit a game in Rpcs3 I run DS4Windows again. (All this via the Running Autohotkey tab for Rpcs3.)"
  9. I was trying to do the same thing a few months back, but never got it working. Recently, I have had a couple PC games having issues when DS4 is running, like Trine 4 and a couple others. So I thought I might just call on DS4 per emulator as needed. Got to have the gyro features in Yuzu and Cemu, ya know?
  10. Sadly, doesn't work either. I know nothing about AHK, is there anything Win10 needs that I amy be missing? Everything on system is up-to-date. I have a bat file to kill it that works. I tried to add it to AHK: Run, "D:\Program Files (Portable)\DS4Windows\DS4Windows.exe" $Esc:: { Run, "D:\Gaming\DS4Windows\DS4W Off.bat" } It doesn't work when I add it to the script (if I called it right)
  11. Currently working with Yuzu I did not have "Hide DS4 Controller" checked. I DID have "Close Minimizes" checked, sure never thought of that one, lol, but unchecked it now. Do have "Start Minimized" checked as well. Does DS4 end for you when you exit a game? I still have to exit it from the taskbar. Here is SS of DS4 settings and LB to make sure we are on the same page here....
  12. Would I need to include the emulator in the WinClose line as well as DS4?
  13. I tried it both ways, still not ending DS4. Tried this: Run, "D:\Program Files (Portable)\DS4Windows\DS4Windows.exe" $Esc:: { Process, Close, DS4Windows.exe } and this: Run, "D:\Program Files (Portable)\DS4Windows\DS4Windows.exe" $Esc:: { WinClose, ahk_exe DS4Windows.exe } DS4 keeps running
  14. No, neither way is killing the process. It continues running. I assume I am to put it in the emulators Exit AHK Script section, correct?
  15. I tried them both, will I need to edit path for them to match how I am calling it? Run, "D:\Program Files (Portable)\DS4Windows\DS4Windows.exe" $Esc:: { WinClose, ahk_exe DS4Windows.exe }
  16. This is working great for me running DS4Windows. I added to the emulator start script. How do I kill the process using AHK when I leave the emulator/exit game?
  17. Appreciate the reply. I would think there would be a way to add something to remember the details and autofill it if chosen, rather than having to type it in every time. I seem to have to do it every single time. For example, when using the Missing Media feature. I have to enter it each time I change to a different media type if it uses the scraper. It was a thought.
  18. It would be nice if LB would remember your Epic Games login details rather than having to enter them every single time you use it to scrape. An option to select to remember would be best.
  19. That was it concerning FP and the year, thank you again my friend, I love the this theme on the big screens!
  20. Thx for the reply, the Mode is working fine, my bad. Future Pinball I believe was 2008. Not sure where the theme is getting data from though. Not tinkered with CTC, but maybe it's time to give it a try. Again, thank you
  21. That makes sense, sounds like a handy trick to know, much appreciated.
  22. When I select a platform, then highlight the games in that platform, it still does the entire setup for me. Am I missing something, somewhere. I would love to be able to do 1 platform at a time.
  23. I have a large collection, started it @6am this morning, current progress is about 1/3. I have learned from the past to ALWAYS make a copy of my media before running it. I sure hope that it doesn't give me the same error even if I select "Delete" this time. It's bad enough that LB is stuck on the screen for 14 hours (since you can't minimize it while cleaning). Sure hate it to be for nothing AGAIN!
  24. It's been a while since I have used the Cleanup. When I run it, if I choose "Move" files, it lets me choose a folder, but the says unable to move, the files may be in use" Is this feature working correctly? It wasn't there last time I used the Cleanup.
  25. Left a review with graphics for Switch & Future Pinball, How can I get the theme to show the year on Furture Pinball. And would it be hard to add player mode somewhere?
×
×
  • Create New...