-
Posts
7,330 -
Joined
-
Last visited
-
Days Won
27
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Retro808
-
You mean like Unified and Unified Redux themes.
-
LB and BB both have controller binding options so make sure you set them both. Are you binding a combo or just using the X360 center button? It should not need an AHK. But you can try putting something like the below in the Running AHK tab. I am not an expert in AHK. Just know this works and has helped on other emulators by changing the exe name. $Esc:: { WinClose, ahk_exe pcsxr.exe }
-
OK. I tested only in Launchbox and it worked. Will test BigBox as well. I used 1.9.94 of PCSX Reloaded. Also tested with two prior versions no issues. What version Launchbox? As far as it not being on the list in Launchbox that is not an issue. There are just some more commonly known emulators that Jason put in as sort of a default. Any emulator can be added and used.
-
I do not use this emulator so just downloaded it and tested. It worked fine with a controller exiting. Is this in Launchbox or BigBox? What controller are you using? Also was PCSXR version are you using?
-
If you go to the \Launchbox\Data\Playlist folder do you see an All.xml file? If so, close Launchbox first, then remove that All.xml from the Playlists folder. Do not delete it just move it out of your Launchbox folder just in case. Then reopen Launchbox and see if there is no longer 2 "All" listings.
-
Go to my post in this post of the same issue and click the link I provided.
- 1 reply
-
- 1
-
-
I cannot help with why it is not working, but I can let you know it is recommended to not run BigBox or Launchbox as admin. Doing so can cause issue with other programs ran through BigBox that would need elevation.
-
Arcade 1up modified to Vertical Cabinet w/ LCD Marquee
Retro808 replied to bedrone's topic in Collections and Builds
BigBox has a setting to choose which screen is primary display screen and which is the marquee screen. Once set It will then show marquees for games as well as platforms and platform categories if you have images for them as well. Keep in mind using a stretched lcd may require a xaml edit in the theme. Since most themes are coded to more traditional aspect ratios we have seen stretched lcds not show the image in the correct location. There are a couple threads already if you search that will help you if it is needed. Marquee images for games goes in your \Images\[Platform Name]\Arcade=Marquee folders. Marquee images for platforms will pull an image from the \Images\Platforms\[platform name]\Banner folder. Marquee image for the categories would pull an image from the \Images\Platform Categories\[platform name]\Banner folder.- 27 replies
-
- 1
-
-
- lcd marquee
- dynamic marquee
-
(and 1 more)
Tagged with:
-
The users cannot code their own version of attract mode. It is something Jason built into BigBox. Per @dragon57 post you can use the built in attract mode with any theme. It will randomly jump in and out of platforms/categories showing different games. You cannot launch directly into a game shown unfortunately.
-
Worked fine on all my cabinets/builds. None of them needed re-pinning. I have had this happen in the past with other software after an update. So I don't think it is something unique to Launchbox.
-
How to use multiple screenshots in a startup theme
Retro808 replied to cemfundog's topic in Startup Themes
@cemfundog try posting here and see if one of our other coders might have an answer or maybe a plugin that could solve your issue.- 5 replies
-
- 1
-
-
- screenshots
- fanart
-
(and 1 more)
Tagged with:
-
How to use multiple screenshots in a startup theme
Retro808 replied to cemfundog's topic in Startup Themes
Moving this to the specific startup theme subforum. Also checked with Jason and this may not be possible with the standard screenshot binding <Image Source="{Binding Path=SelectedGame.ScreenshotImagePath}" /> as it would just randomly select an image from the folder. He said it may be possible with some other type of coding but would take some work/research. They have a plate full already so this may be something that, unless one of our resident theme coders knows or could help, may take some time to get solved.- 5 replies
-
- screenshots
- fanart
-
(and 1 more)
Tagged with:
-
Try going to BigBox settings and look for Image Cache option then choose the Refresh All option.
-
Not the best thing to do for Windows games. It should always be exited from the games menu option. So you likely will not see us recommend it. BUT, If you must and Escape does not exit a game than see if Alt+F4 does. If it does then you can try the script below. Since the button combo basically sends Escape. This AHK will then send Alt+F4 when the combo tries to send Escape. Still do not recommend as it can corrupt save files. ESC:: Send !{f4}
-
Follow Jason's steps in this post to fix.
-
Do the steps @neil9000 gave you. Those programs are known to cause issues with Launchbox. Sometimes they don't and sometimes after a Windows update they do.
-
There may not be a way to do just what you want. I have tried in the past with videos without any luck. I think this is one of the things I asked Jason and he said was not currently possible. I was trying to do it with the existing folders plus adding a new folder in them. Maybe it can work if all your images are in the theme's folder. That was a while ago though. I take it you want to use a custom background folder as to not overwrite images that may be/get downloaded into the normal Fanart-Background folder?
-
If you are using a set that old go into Manage Eaulators and for Mame edit it. Remove the line below from the Default Command Line Parameters section. We know this affects older mame versions. You will not be able to use the new Pause Features in Launchbox until you update to a more current version because that line is needed. Not sure why only chd games would not work. That line usually affects all of Mame. -keyboardprovider dinput
-
What version is your Mame and your Mame roms?
-
Did you recently update anything, move anything, or reimport anything? Those CHD games if you run them directly in Mame (Not using Launchbox) do they work or do you get the same error?
-
Does it give you an error or does it just close shortly after it tries to start? Any chance you are running any software like RivaTuner/MSI Afterburner?
-
? Glad you are all set.
-
It has been brought to Jason's attention in another thread. So hopefully he will take a look at it.