Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,029
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by C-Beats

  1. If you're referring to Big Box wheels then you can theme them NOT to wrap around. There is no global option that can be set anywhere.
  2. This error is related to the new auto-import for ROMs. You have two options. Either turn that feature off in Tools > Options or update to the beta where this issue has been resolved.
  3. First I'd verify that isn't what the name of that alt app actually is. If you go to that game inside of LaunchBox and open it's edit window and then navigate to the additional apps section, does the datagrid in that window show the title as that string, or is something ACTUALLY after the word version?
  4. Always cool to see people picking up programming, but just to clarify some of the statements made in your initial post. You can use the "Games Missing Media" sidebar filter and quickly see all items missing a specific type of media. No need to the Audit window which does take longer because of what all it does. You can use the quick filter while in this view to get more granular if desired (like filter down to a specific platform).
  5. Are you running any plugins? Outside of creating those folders if they don't exist, our startup process doesn't even touch either of those directories so I'm unsure how those steps would affect anything. When LB sticks for you what step does the loading screen say on it?
  6. Different fields are joined via an AND statement, multiple entries of the SAME field are joined with OR. So in your example if you have "PlayMode - Equal To - 2 Player Alternating" AND "PlayMode - Equal To - 3 Player Alternating" it'd join those two with the OR you are requesting. If you added "Platform - Equal To - Arcade" however then it'd look for those Play Modes AND in the platform "Arcade". I don't have the app up at the moment but I believe that field has a "Contains" filter type as well and so you could do a "PlayMode - Contains - Player Alternating" and only have the single line to be a bit less confusing.
  7. LB will automatically clear the empty folders when you turn the option off, so the last two steps shouldn't be required.
  8. Not heard THAT name in a while. Us "cool kids" using VS Code now a days He's referring to \\LaunchBox\Data\Platforms.xml. You want to change the <Folder> value of each <Platform>
  9. Sounds like one of your platforms games folders is set to your desktop and the auto-rom import feature is running. If you go to the platform the files are importing into and then edit that platform, you can go to the folders tab and change the game folder back to default to stop that. Alternatively you can shut off the feature entirely in the options menu.
  10. Playlists can also be viewed in Platform Category if the playlist has a root set (I can count on one hand how many times I've ever used Playlist filter). They also can have their own sorting method set in the Edit Playlist window (right click the playlist, hit edit. Option is on the first page). Regarding achievements those are show in game details or on the game grid with the achievement badge enabled as well.
  11. Our search has almost always searched multiple fields. Title searching is something fairly new (and can be disabled in options if you don't want to use it) and can be bypassed by using the "all:" (without quotes) switch. That being said the notes field isn't something we've ever searched in and an overwhelming number of people were pretty vocal about their disdain for the fact that search WASN'T title by default, let alone searching notes.
  12. https://gamesdb.launchbox-app.com/platforms/games/119-commodore-amiga-cd32
  13. Hmm, you're right. I may be remembering things wrong then, I was thinking that tool would move files as well.
  14. The tool has an option that MOVES the file, not COPIES and so the only thing left would be the orphan files. Then you can do what you wanted with them and move the other files back. Agree it's a bit long-winded but gets you where you're wanting.
  15. If you have a premium license (required to use custom themes) you can use the Omni theme. When you hide the sidebar in the you still have a combo box at the top of the theme that lets you change sidebar filter. Should allow you to do what you're asking to do.
  16. @Fursphere Folders are added for you so that users know where to put the files. Otherwise they'd have to know our naming convention and potentially stop and think what we use. It also is a good way to show which systems that feature works on since it doesn't work on all the platforms in our DB. As @Alfie Wilmott stated, if you turn off the feature we delete those folders for you. You can still use the manual Scan for Added games tools from that point on if you need to sync a folder like the new system does. It's just more manual/granular.
  17. Alternatively you could use the menu option in the Tools > File Management menu that moves files for you. Select all the games in that platform, and then use the tool to move those rom files to a different folder, games left over are your orphan files. Though it IS possible those files WERE imported, but were combined into additional apps. I'd run an audit of the platform and then sort by the Additional apps column and see if any of the files got placed under a parent game.
  18. I use x360ce personally on my cab to help with this. Pretty easy to set up and can set up per app configurations. That being said I've not verified lately how nasty it is to use keyboard inputs with it, I was thinking it could but it's been a long while since I've tried.
  19. Where are you seeing this error? Steam website or in LB somewhere?
  20. I know it sounds like I'm being facetious but the following is always a good starting point? Have you verified the monitor is plugged in? Is it on? Can you press the monitor buttons to open and see the menu? If not the monitor is broken (assuming the answer to the two above is yes). Can you try a different port on your computer? Can you try a different chord?
  21. Can you look in \\LaunchBox\Logs and see if there is a file in there from when you experienced the issue that could be used to help assess the situation?
  22. How? What I'm referring to is the actual WPF functionality that processes mouse input. Even a mouse virtualized via RDP or apps calling Win32 still go through that same call stack. Best way to confirm it's not that is attempting to rotate the box with an attached controller. LB Options set to only accept input from that specific controller (not the "All Controllers" option) and then use that controller to rotate the box. If the box doesn't stutter during that test it's likely caused by the input code or some interaction with it.
  23. Feature is using WPF's built in 3D modeling solutions which (when possible) leverages DirectX. CEF isn't used at all in this process. I'd imagine the issue is from how the mouse interacts with the control on the device and one of the mouse events isn't making it through do to a priority call in the CPU/UI events. Would also explain why using the controller doesn't have the same issue since at that point the WPF input processing is removed from the equation entirely. Unfortunately because of that there may not be a ton we can do. We can't change how WPF operates and potentially culls events.
  24. Issue you're going to run into is that simply rotating everything just doesn't really work. To make that horizontal gameplay fill the screen you'd either need to stretch the window (would look horrible) OR zoom in on the playfield (and lose sight on a LOT of the left/right play field. My use case rotating worked because the video was just a virtual pinball playfield where the entire playfield was in the 16:9 frame, so I just had to rotate it 90deg. You can't really do that with most videos/gameplay.
  25. Glad you got it. What wound up to be the issue? Letting people know could potentially help some one in the future if they run into the same thing.
×
×
  • Create New...