-
Posts
5,275 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by C-Beats
-
I feel the need to make the following clear based on your statement. LaunchBox (or even Playnite for that matter) are NOT playing your games. They are opening the application that does. Given the systems you've named I also feel it's best to make sure you're using the correct emulators. Neither should be ran via RetroArch and should be played with the standalone emulators. GameCube runs off of Dolphin and PS2 off of PCSX2. The RA cores for those systems are garbage and should NEVER be used to emulate those systems.
-
As long as you have the Disc data point set correctly on your additional apps and your emulator is set to make m3u (done in Tools > Manage > Manage Emulators > (Select and press edit on emulator) > Associated Platforms) LaunchBox will create and load a m3u for you automatically. No need for scripts
-
Current Version of Launchbox Opens Steam when starting Launchbox.
C-Beats replied to fromlostdays's topic in Troubleshooting
LaunchBox never opens anything you haven't told us to. Only way LaunchBox would start Steam on startup is if you added it as a startup application in LaunchBox Options. -
You'll want to make sure you're controller is out putting in X-Input mode. Other input modes are known to have issues on Windows and typically require third party helper apps to work correctly.
-
Normal logs at this point. I can review how needed they are before we release final.
-
That's likely caused by the fact you're pointing to MAME but not using MAME romnames Caused by the fact you're using MAME as an emulator but using zips that aren't MAME files and so they don't get included since they aren't in the MAME xml. Use a diff emulator (or none) during the import then change the emulator to MAME after you're done.
-
I'd assume your mouse is getting stuck in the media list or some other control that is using the mouse wheel event.
-
Update to the latest beta release of LaunchBox. Then go to the /dev_hdd0/game/ folder in Windows File Explorer. In the search bar type "EBOOT.BIN" (without quotes) then drag the files file explorer finds to LaunchBox
-
I removed your new thread. No need to create a second one. I verified your profile permissions are set correctly as I can see use your username in the importer and get your game list. I left instructions for you on the bitbucket ticket you have open but at this point it may be some connection issue between you and the API call. Hoping the log files may help narrow down the cause.
-
We have a bug in that some of the files tied to this change aren't being placed correctly in the theme folder. Once done this feature uses a converter we've had but was only used on an unreleased theme of mine that should display a button image based on the input you have bound to that action. You won't see the image right now, but the XAML is in place and can be gleaned if you want to add it to another theme.
-
Thanks for the report @kobaturtle. I tracked down the cause and it's not something that was the theme itself but related to another change we made. This would have affected other themes as well as Big Box pretty heavily so was a nice catch!
-
Are you referring to the top section where the clear logo is or the rest of the panel where the actual game information resides?
-
Run the installer over your current install. Make sure that it doesn't try and place it in a \\LaunchBox\LaunchBox folder though. Installer doesn't overwrite any of your data and should repair any broken/missing files.
-
Post on the support thread which view and I'll help ya there. Don't want to derail this thread.
-
Launchbox Creating 2 of the same Platforms
C-Beats replied to quicksavebarcade's topic in Troubleshooting
If you mean Skraper the app you need to verify it's not leaving "-backup" files in your \\LaunchBox\Data\Platforms folder. It's default settings do this and it really messes things up for the app. Also if you manually add a game and set the platform to what you want that process will make the platform if it doesn't exist. You shouldn't need to create it after the fact as well. -
Yeah, it'd be interesting to tackle something like down the road, but I've definitely got a few things that have to get taken care of before I can start entertaining features like that.
-
Yeah, I need to get my work finished up with CHAOS. It's what I use to read my comics but haven't as much time as I'd like to work on it with the kids on summer break.
-
Issues with Update for Microsoft Windows (KB5026513)
C-Beats replied to TalonVI's topic in Troubleshooting
That's a file that just lists dependencies for the application in a way other programs can read and shouldn't impact the application itself at all. I have jotted down not to remove it in future releases. You can update to the beta to see if you notice any difference as that file should be in that installer. -
Shouldn't really need to upload covers for magazines/comics for most of the ways I know of them being distributed. Just use the image from the first page. I can't imagine it's hard to find software that does it for you automatically (though admit I've not looked).
-
Launchbox Creating 2 of the same Platforms
C-Beats replied to quicksavebarcade's topic in Troubleshooting
I've never heard of this issue or seen it reported. What steps are you doing to add the game? -
Big Box Theme Editing - Definitive View Name List?
C-Beats replied to GrumpyBob's topic in Big Box Custom Themes
It's OptionsListMenuItemView.xaml -
Can Sort Title somehow automatically reference a game's given title?
C-Beats replied to ChillPenguin's topic in Noobs
There currently isn't any functionality like what you're asking for in app. You may be able to reach out to a plugin dev and convince them to make something that did that. It wouldn't be overly difficult to make. -
Error Grabing Achievement Data for Retroachievements on 13.5
C-Beats replied to 4lexKidd's topic in Troubleshooting
I got the information I posted via their Discord- 11 replies
-
- 1
-
-
- retroachivements
- api
-
(and 1 more)
Tagged with:
-
Error Grabing Achievement Data for Retroachievements on 13.5
C-Beats replied to 4lexKidd's topic in Troubleshooting
As stated in my announcement. Our hands are tied and until RetroAchievements gets their API back up there isn't much we can do to restore functionality. They've made progress and updated their website with changes required for the upcoming API fixes but they have not announced an ETA on when they expect the API will be back up.- 11 replies
-
- 1
-
-
- retroachivements
- api
-
(and 1 more)
Tagged with:
-
For any theme developers wanting to get the notification center (the new notification bell icon/button) to your themes you simply need to copy lines 312-400 of Default's MainView to your theme and then tweak to your liking. Let us know if you're having too much problems trying to integrate it into your themes.