-
Posts
7,330 -
Joined
-
Last visited
-
Days Won
27
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Retro808
-
Make Front Cart Image Not Spin in Unified Theme
Retro808 replied to gh0stp1rate's topic in Big Box Custom Themes
In BB options go to the Views section. Check the box for "Remember Separate View per Platform". Then in either keyboard or controller bindings set a key/button to the "Change View" option. Now when in a cartridge based system you can hit the change view key/button to set that platform to the view that does not spin the cart. Unfortunately you have to do this one by one. -
If you bought the license from our site email support as I mentioned. That license is tagged as a pirated license. Yes, LB is free, but the paid license also affects premium features in LB. So, as @Lordmonkus also mentioned, you have to remove to use the free version.
-
@moali The error means the license you are using is known to be a shared/pirated license. By removing the bad license.xml you can use the freeware version. We welcome you to purchase a valid license directly from our site. If you feel this is an error please email support@unbrokensoftware.com with the license information and they can research the issue.
-
Retroarch 1.9.1 games not opening in Launchbox
Retro808 replied to derekDemara's topic in Troubleshooting
It should not be on by default. I do not believe any of the updates to this version of LB affected any emulator settings except for a few emulators had a default AHK script updated. -
Retroarch 1.9.1 games not opening in Launchbox
Retro808 replied to derekDemara's topic in Troubleshooting
@derekDemara I moved your post to a more appropriate thread. When you downloaded the newer Retroarch did you place it in a new folder or did you upgrade your existing Retroarch set-up? If you placed the new version in a new folder did you go into LB and update the emulator set-up to link to the new .exe in the new folder? If you simply updated the old version inside the same folder everything should still work as long as RA works since LB would be linked to that same .exe in that folder. Knowing exactly how you updated would be helpful in troubleshooting. -
@adu Apologies. Tagged the wrong users. I corrected my post.
-
@mavisbeacon @leocmp It would be helpful to us as well as the theme creator if you provide some more insight. Are you getting any errors? When or what are you doing when it crashes? Do you get similar crashes with other themes?
-
Yes. All in game controls are mapped directly in each unique emulator. The LB/BB mappings are only for inside of LB/BB.
-
Yes. All you have to do is create a new emulator listing and give it a unique name. Point to the right mame exe and be sure in the Associated Platform for the new emulator to add the name of the platform or platforms that will use the emulator.
-
Can the default theme be edited to make a slight change?
Retro808 replied to Bedwyr's topic in Big Box Custom Themes
Check out Faeran’s latest theme. He made one specifically related to the new Wall Views. -
It should not matter the game in Ryujinx. Your closing the active window which is the emulator so it would shut down any game ran by Ryujinx. If you play a different game in Ryujinx does it close? Any chance your are running Ryujinx as Admin?
-
Can the default theme be edited to make a slight change?
Retro808 replied to Bedwyr's topic in Big Box Custom Themes
You cannot edit the Default theme directly as it will always revert to is default code. You can copy the Default theme folder and name it what you want. Then you can edit it the code to what you like. If you are not running the latest beta there have been improvement to the Wall View and it looks more like what you are asking for. So you can either copy and edit the default theme, test the beta version, or wait for the next stable release to use the new Wall Views. -
It is in the options menu. LB >Tools >Options >Updates you will find the tick box for betas.
-
Doubtful anyone will write a tutorial. Best thing I can recommend is posting in our Xaml Tips & Tricks thread and see if any of the theme developers that post there can offer advice. Also, in case you were not aware, you cannot edit the default theme in its own folder. You have to copy the default theme and name it anything you want. Then you can edit that version. The default theme if edited directly will always revert to its default coding to ensure LB/BB always has a working theme.
-
Error when importing with MAME Arcade Full Set Wizard
Retro808 replied to Kiinkyfoxx's topic in Troubleshooting
@C-Beats I do not believe newer versions of Mame have the Mame64.exe anymore. Looks like it is just a mame.exe. At least in 228 and 229 versions I have that is what is showing. Have not updated to 230. -
Error when importing with MAME Arcade Full Set Wizard
Retro808 replied to Kiinkyfoxx's topic in Troubleshooting
@Kiinkyfoxx I was not sure if it would as the error was a bit different than the others. I will tag @C-Beats and see if he can chime in. -
Error when importing with MAME Arcade Full Set Wizard
Retro808 replied to Kiinkyfoxx's topic in Troubleshooting
Try forcing a Games Metadata update. In a few posts with a similar root error when importing game this fixed it. In the "hamburger" menu you should find the force update option under "Help". -
You can get LB to recognize them by importing the zipped file that would normally come in a Mame set. Also be sure to set the Scrape As to "Arcade" for the metadata. Looks like you are trying to import the contents from the rom zip.
-
You have to edit the theme. Depending on the view you are using you would need to edit that view's xaml file and comment out or just delete the line of code for the time. In Unified it should be easy enough to find as each of the data sections is pretty well labeled.
-
All that is to do with coding a theme. So not sure if there will be a simple tutorial done on coding. FlowVideo is a control the devs put in for better video control when creating a theme. WallView is just one of the different view types a creator can design in the theme.
-
Location for BB current theme per platform configs?
Retro808 replied to Undertherainbow's topic in Noobs
Check the Platform.xaml. I believe there is a BigBoxTheme and BigBoxView listing in each platform there. -
Location for BB current theme per platform configs?
Retro808 replied to Undertherainbow's topic in Noobs
You could probably go into your \Backups folder and find one of the prior backups and copy over the BigBoxSettings.xaml into you \Data folder. That file contains your global BB settings. Which I believe houses the per platform stuff. -
Location for BB current theme per platform configs?
Retro808 replied to Undertherainbow's topic in Noobs
If you are on current version of BigBox it has Theme Specific Options that save your settings for each theme you want. So if you change a theme and in the new theme make changes it would not affect the other theme when you go back to it. Any theme specific setting you have is saved in that theme's folder in the BigBoxSettingsOverride.xml One things to make note of: If a theme has an override xml and you go into the BigBox settings menu UI and try to change the global theme settings it will not affect that theme. The only way to make a change to a theme that does have the override xml is to be in the live view of the theme and use your mapped buttons/keys to make changes. Or you would need to delete the BigBoxSettingsOverrride.xml to be able to make changes in the settings menu UI.