-
Posts
519 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Suhrvivor
-
-
You can use overlays as bezels in retroarch and by using games overrides you can have one different for each game. I don't know where to find game-specific overlays, though. If you find something let us know.
-
-
Steam doesn't work for me, whenever Steam's "Launching Game" window appears, the fade goes away and sends you back to the frontend once that pesky window disappears. Then the game launches after a while. By the way, I started experimenting with the startup themes and ended up making one for myself, It's in the download section in case anyone wants to check it out.
-
Version 1.0.0
2,037 downloads
A simple startup and shutdown screen theme revolved around clear logos and fanart artwork, with a big progress bar on the bottom. (You need LaunchBox version 9.2 beta or newer for this theme to work). How to install and setup: - Download the zip file of the theme and extract it to LaunchBox's root folder. - Open LaunchBox, go to Tools --> Options, Click on the Game Startup tab on the left, then change the Startup Theme to Big Logo. Any feedback is much appreciated. Enjoy! -
Big Logo - Startup Theme View File A simple startup and shutdown screen theme revolved around clear logos and fanart artwork, with a big progress bar on the bottom. (You need LaunchBox version 9.2 beta or newer for this theme to work). How to install and setup: - Download the zip file of the theme and extract it to LaunchBox's root folder. - Open LaunchBox, go to Tools --> Options, Click on the Game Startup tab on the left, then change the Startup Theme to Big Logo. Any feedback is much appreciated. Enjoy! Submitter Suhrvivor Submitted 12/20/2018 Category Startup Themes
-
Images used by the startup screen are locked forever until you close LaunchBox, if you try to delete them via LaunchBox or Explorer you'll get an error saying files are still being used by LaunchBox and cannot be deleted.
-
It's weird that that the startup screen doesn't work with PCSX2 but works perfectly with RPCS3, I don't think the latter uses exclusive fullscreen.
-
refried Refried Theme Platform Video Set
Suhrvivor replied to RetroHumanoid's topic in Platform Media
That's a lot of videos, mate, great job! I've noticed a lot of blurriness in the video snaps product of frames being interpolated, you might want to disable resample in the video editor to avoid that and have cleaner videos. -
-
-
-
-
-
Update your Cemuhook, that should fix the crashes after shader compiling.
-
Soul Calibur VI Video Theme (16:9) View File Welcome to the frontend stage of history. This one is quite long but I like it that way. Videosnap I made and used in the video theme also included. Download, rename and move to the theme folder. Preview: Submitter Suhrvivor Submitted 10/18/2018 Category Game Theme Videos
-
I might be tripping, but Bigbox feels smoother now and more responsive..
-
I've been using RocketLauncher since it was named Hyperlaunch, was part of HyperSpin and never bothered with the pause menu. I still have it on my HyperSpin build and also in LaunchBox but I stay out of it as much as I can when I'm using the latter. Not worth it for mostly a 1 second fade in and out. I only use it with a few big 7z iso games because I like to see the progress bar when extracting (LaunchBox just shows a loading game screen the whole time). I still keep it anyway since it's already set up and took me hundred of hours to make it work perfectly.
-
Tried to make my "favorites" auto playlist to be shown in the platform category root. It appears in LaunchBox but not in BigBox. Refund!
-
LaunchBox already uses generic images for some image types, if you select image group and choose backgrounds and a game doesn't have a fanart - background image, it will display a background image located in the platfrom folder. Shouldn't be too complicated to mimic this behavior for other image types.
-
You need to make a shortcut of the MAME executable (mame.exe or mame64,exe). You created a shortcut of the containing folder. BTW, you can easily open the command line interface by navigating to the MAME folder in Windows Explorer, then in the address bar just type CMD and press enter. (you can enter "mame.exe -cc" or "mame64.exe -cc" to create the ini files).
-
Not sure if this is the place for asking this but can we have different aspect ratios for every system? better yet, for each image group, that would be great.
-
How come the new generic playlists only contain arcade games? You would expect that a playlist in LaunchBox titled "2-Players Games" would include all multiplayer games, not just for one platform. If they're only for Arcade, they should be named "2-players Arcade games", don't they?
-
Seems like you added something extra. Make sure there isn't anything beyond the last bracket }.
-
Good news, that can be easily fixed. You just need to edit the emulator settings in Launchbox to add a simple script that closes everything but the frontend when you press escape. To do this, open LaunchBox and go to Menu -> Tools -> Manage Emulators -> RPCS3 (Or whatever you named your emulator). In the AutoHotkey tab paste or add the following: ; This section closes RPCS3 when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } This works too with other emulators that have the same issue and when using controller automation.