As a setting there is not a way as you can only select one Startup theme. What can be done is have one theme that has different views per platform. A theme can be created that has individual xml files per platform so each could have a different look/view.
You do have a full mame rom set correct?
If it runs in Mame directly and not in LB that is usually a good sign a setting is messed up.
Can you provide a few more pics.
1: Show the Associated Platforms tab of the edit emulator screen for Mame.
2: Right click a game and edit it. Show an image of that edit screen with the Launcher Tab showing and a second pic with the Emulation tab showing.
No. In standard mame the ini gets generated in the root folder. This is where it should be.
If you use MameUI you will notice that offshoot for some reason puts in in the Ini folder. Because of this LB has issues with MameUI as the ini should be in the root and we typically have to let users know to move the file.
If both version are under a single game listing in your arcade platform then they will not show as a separated game in the playlist. Only way right now to do that is to have the roms separated in the original platform.
If you are on a version of Launchbox with the badges feature you can turn on "broken" badge option and then see games easily that show the broken badge. Or if you just want them all in one listing just create a new playlist for broken games and set it to auto-populate for the "broken" field.
Since you are using the Community theme creator it is probably best to post in Y2guru's thread. That way you at least know he will likely see it and can give advice.
There is no trial version. Since LB does not have DRM and you can use it on as many computers as you own, this is likely why you will not see a trial version.
No worries. I would look at any other emulators you imported and if you see that code change it to the one I posted. Not all emulators that support game saves do the saving on exit, but it would be useful to just have the same code across the board.
That's what I thought it was going to be. It is that specific AHK. It is not allowing Snes9x to save the game save on exit as it is a hard close command.
I would change that to the code below.
$Esc::
{
WinClose, ahk_exe {{{StartupEXE}}}
}
In your emulator set-up in LB >Tools>Manage Emulators and then edit Snes9x are there any AHK scripts in the Running AHK and Exit AHK tabs? If so can you post what it is?
If you are adding games to LaunchBox all games must be added to a platform. Platforms can then be sorted by Platform Category. You can create any type of Platform Category you want, but games only get imported into actual Platforms.
It is a new feature that was added a couple version ago. I believe 10.11 is when the dynamic duo added custom image types for Wheel and Cover Flow. The xaml thread is more suited also as that is where most of our coders help each other out and looking at that thread it looks like you already got a faster response.
Whatever view you are using in BigBox for the theme you will have to edit the xaml for it. In BigBox options if you go to View it will show which view for Platforms and Games you are using. You will need to edit those specific xamls. Or edit them all in case you want to change views. Use something like Notepad++. Right click and edit
Search the code for the section of code starting with <!-- FADING WHEEL --> and delete everything in that line. You also want to do the same for the section with <!-- POINTER --> and delete only the lines of code for the Opactiy (the ones highlighted in the pic).
You will need to do this for your platform view and you game view.