Jump to content
LaunchBox Community Forums

The Papaw

Members
  • Posts

    1,103
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by The Papaw

  1. Looking that way, I had LB downloading meta data and it has been running all night, since I got notified about your post, I just checked LB and it is erroring on every image it is trying to download now. That really sucks, now another 12 hours to run it again....lol
  2. PC Board Travel (4K & 1080) View File I made a startup video for my setups, thought I would share. It is 4K (HEVC) but works fine with 720 and 1080 setups One is just 15 seconds long and the second one is 30 seconds long for older, slower systems. After a few seconds of video it also says "I am starting your gaming system now, one moment please" Enjoy! Watch 15 Second Version (youtube) Submitter The Papaw Submitted 01/27/2021 Category Big Box Startup Videos  
  3. Version 3.0.1

    899 downloads

    I made a startup video for my setups, thought I would share. It is 4K (HEVC) but works fine with 720 and 1080 setups There are now more than one version that varies in time from 5-30 seconds and one without voice. After a few seconds of video it also says "I am starting your gaming system now, one moment please" Enjoy!
  4. Thank you Sir, yeah, I kinda figured that.
  5. No, I wound up creating a startup video for now. The Bigbox logo that appears when BB is starting up when you are not using a startup video.
  6. Thank for the reply Jason. I can't really remember if I had done it already, but I just did it again to make sure.
  7. I know this isn't the feature request thread, but I would still love to see a couple things added to make LB easier to work with concerning videos: 1. an option in the context menu of the game edit to go to the video folders when you click on a game, like you can with the images (Open Images Folder). 2. an option for a default video in the platform edit like you can set up default images for them. Just wanted to through it out there again....appreciate the read.
  8. How would I go about changing the startup splash screen? Wanting to change it to something like "Starting..." or something.
  9. Anyone know a way to remove or disable a single transition in the transitions? I like the random or sequential, but the explosion just kills the setup as far as speed
  10. This is a VERY nice clean theme. I am having an issue with video playback on the game screen. I assume it defaults to playing a video somewhere, since there is an option to "Stop Video". Also, when I choose "View Video Full Screen" it only show a black screen. Added note: the videos play fine on the previous screens.
  11. Appreciate the reply, drop them into your LB>Sound folder, then change to them in BB. Not sure about "next game", especially when you are scrolling through the platforms, ya know? If I could figure out how to use more than the 4 default sounds, I would like to make them for each platform, etc.., but don't see any way to make BB use them
  12. Thanks for the reply, can you think of a word that might make a better replacement? Of course you can replace that single sound with any other wav file of your choice.
  13. Robot Voices View File Startup says "Let the games begin" Select says "Selected" Back says "Going Back" Move says "Okay" -- Enjoy Submitter Wanderer189 Submitted 12/19/2020 Category Big Box Sound Packs  
  14. Version 1.0.1

    254 downloads

    Startup says "Let the games begin" Select says "Selected" Back says "Going Back" Move says "Okay" -- Enjoy
  15. Is there a way to force BigBox to use the "default" monitor, rather than choosing 1 or 2? I have a setup where I change monitors with a program (TVLauncher) for gaming. #1 is my Primary, but when I run the program, it makes #2 the Primary. Almost every program I'm using with this works as expected, except for BB. It always goes to 1. I know I can change it to 2 within BB, but that makes it a pain if I am needing BB for checking or testing things, I always have to change it back to 1. I have tinkered with the <PrimaryMonitorIndex> in the "BigBoxSettings.xml", like setting it to 2 or leaving it blank, but nothing seems to work quite right.
  16. 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.
  17. 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.
  18. 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.
  19. Wow, above my head, TY for posting it, maybe I can figure it out. Again, thanks
  20. What did you use for this part:? " (All this via the Running Autohotkey tab for Rpcs3.)"
  21. 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???
  22. @echo off taskkill /F /im DS4Windows.exe exit
  23. 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.)"
  24. 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?
  25. 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)
×
×
  • Create New...