-
Posts
5,115 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by C-Beats
-
If using controller in BB just use the index and you can hop to a letter as well
-
So click on any game in the grid and just press the letter on your keyboard? It'll jump right to it. Can even do strings if you type em close together. For example typing M+A+R then waiting a second will jump to the first game starting with "Mar" (if referring to LB)
-
Well damn there goes that line of thinking lol. Was hoping it was something easy like the core didn't support it... According to the docs though looks like it should. What game you playing on that core that is multi-disc? None immediately stand out to me as even having it (thought I admit it's been a while since I've looked into those systems)
-
There a bug in 13.22 where in list view Achievements don't show in list views because of a suppressed error. If you're having this issue in one of the list views hop on the beta track and grab 13.23 beta 1 and this will be resolved.
- 1 reply
-
- 1
-
-
M3U support last I knew is core dependent. What core you attempting to load the games with?
-
BigBox platform videos glitch out on 4K TV
C-Beats replied to ThailandLover8's topic in Troubleshooting
If you're using WMP make sure the color range your using is the full band 0-255 and not the limited. If you have Nvidia graphics card you can set it in the control panel. -
I mean Faeran and I have been while developing/testing the feature. Does that count? ;D
-
Small error on gamesDB notification
C-Beats replied to launchretrogirl2562's topic in Troubleshooting
Pretty sure that's intentional. Left by some one on the team as a nod to Homestar Runner- 1 reply
-
- 1
-
-
You don't for a beta. Only way to get em is in app. Need be just run the latest installer (13.22) on a local location, then turn on beta updates and let it grab it, and then you'll have the installer for it in your updates folder that you can run on your network location.
-
Launchbox 13.22 Retroachievements - Softcore mode?
C-Beats replied to Bass626's topic in Troubleshooting
Tools > Manage > Emulators. Go to the one(s) you want to play in softcore and press edit. There should be a new "RetroAchievements" tab with a checkbox that allows you to pick hardcore or softcore. Believe checked is hardcore and unchecked is softcore. -
Yeah, I think the app is set up so if you're behind it grabs the newest full version first (if possible) and then checks for beta after the fact. Not sure it's possible in app to go from an older version to the current beta.
-
When do I get DB Moderator Status?
C-Beats replied to launchretrogirl2562's topic in Troubleshooting
If you haven't already. Sign out and then sign back in. Also the link is https://gamesdb.launchbox-app.com/moderation/ not sure where the extra characters came from. When you log in and see the account page there is a moderation header in the body of the page you can click on. You can also click on your profile Icon and then select "Moderation" from the drop down. Let us know if you still have issues. -
We haven't changed image paths for games for as long as I've been here. That being said you CAN change them yourself in Edit Platform window.
-
13.23 Beta 1 was compiled with an older runtime to avoid the known issue causing launching from network location to fail. If some of you reporting the issue could grab the beta and install it and confirm it's once again working that'd be great.
-
Select the games you want to hide and press Ctrl+E, then in the Bulk Edit wizard set the Hidden flag to true (check the checkbox) and continue in the wizard. If you select a single game you get Edit Game window then just check the Hide flag on the first page
-
This beta uses an older .NET runtime (9.0.5) which should also correct the issue of not being able to use LaunchBox from a networked drive. We'll update the changelog in the next beta to reflect this but would appreciate if some one who was having this issue in 13.22 could chime in and verify it's resolved in this beta.
-
Depends on what window you're in. If you're in the Download Metadata and Media wizard then selecting multiple qualities will only grab the highest quality available. This is because until we start scanning each item we don't really know what is there and so just grab you the best of the ones you selected. If you're downloading from the Add/Edit Game window that is scanned already FOR that game and we're saying they DEFINATELY have all of these and so we will grab each one you pick. Whatever you had checked last import should be checked in the next one. There is no way to apply any other logic to those being checked by default.
-
I've put code in to help with this as we've seen several reports of it. Code change should be in the first beta round of 13.33. Not sure why you think you can't upgrade on Win10 though. I personally run Win10 on my devices so I know you can definitely do it.
-
Yeah, pretty sure that was corrected in the 13.22 installer
-
You can hide things from Big Box via the Edit window. To have a platform not appear in the list you can hide all it's games.
-
Yeah, could be your not on the same theme. The videos you're talking about are "Theme Videos". If you recently upgraded from an older version you may want to open Options inside of LaunchBox and check your "Video Priorities" and make sure Theme Video is on top, without it set up that way you'll just have normal gameplay videos by default being used.
-
Already in app. Just set make sure the hidden check box is check. Then in the View settings make sure you're not showing hidden games Yeah, this was done because it's possible whatever filter(s) you have selected may not exist when you change side bar filter and so it clears to get all the new values.
-
Can already Show/Hide Games in both apps independently. Have to be more specific if you mean something else. Have to be more specific. You could be talking a whole host of things with that generic of a statement. Should you be willing to take the time to form a complete articulate request there is a link to request a feature at the top of this page under Help & Support. That being said if you're just going to give a vague 5 word request save everyone's time and wait until you have the willingness and ability to articulate something a bit more substantive that the community would understand and could vote for, and the devs would understand and potentially implement.
-
Meh, didn't want to answer the follow up questions about how to do it as answering would take more time than it did for me to make the plugin outright. Attached is a plugin with the logic mentioned. It'll set the sort title of any game that doesn't have a sort title set already to be the exact same as the title of the game which will make the games sort the way you want. Just extract the dll file into the \\LaunchBox\Plugins folder (NOT in any subfolder) with LB closed. When you open it again you'll have a new option at the bottom of the Tools menu that says "Set Sort Title Equal To Title". Press that and you're done. I'd recommend creating a backup before you do it incase you change your mind though. LB_SortTitleInject.zip
-
Alternatively could ask around and see if some one could write a plugin that just sets the sort title equal to the game title. Whole plugin would take 5m to write and is only like 10 lines of actual code (if that) to do really well. Then just push a button and all games that don't have a sort title already set it could just set it to the actual title and then solve your problem. I've seen the community tackle far more complex tasks for odder requests.