Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,264
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. The bios should not be named the same as the Mame roms. Each bios required by Mame has its own unique name. They typically get stored with the roms.
  2. OK. Until I can figure out how to code a fix that can adjust based on display scaling you will just need to edit the Default.xaml and anywhere you see the below font code just change it to a smaller number. For me the font shows correct even at 125% but I do not use a TV so that might be the difference. FontSize="28" You should see 10 lines with that FontSize in it. Change it to something like 24 or 22.
  3. I merged your threads. Posting in two different subforums will not speed up answers. It is a small community so a bit of patience is needed otherwise being pushy will likely see your thread ignored. If your roms works in RA then why would you download a new set? If they work in RA and not in Launchbox you have a disconnect in your Launchbox settings most likely. Share pics of the following from Launchbox: 1: Edit your Retroarch emulator. Share pics of the Details tab and the Assoicated Platforms tab. 2: Edit one of your Mame game and share pics of the Launcher tab and Emulation tab.
  4. What likely happened is that forced shutdown did not allow Launchbox to save the Arcade.xaml file correctly. I am sure if you open that corrupted xaml line 252340 will be the last line in your file and you will see corrupted data symbols there.
  5. Are you talking about in the edit platform screen? I do not see it repeating.
  6. I believe Jason did take a look at it and found at the current time it was a bit problematic to implement so tabled it for now. Jason has shown us he works on things the users vote for as a priority. I do not think Jason's taste has anything to do with it.
  7. So what was the problem in case anyone else cannot get it to work. It was a simple set up and should work easily so it would be great to see in case anyone else has trouble.
  8. Yes, videos need to be downloaded. They are not provided by theme creators due to the size of data that would need to be stored. Also the clear logos can be different as those can all be downloaded in the style that you want.
  9. Well, if you would like us to help you figure out what is going on we would need more than this.
  10. Did you use the Mame full set importer option? If so that it why. The full set importer option is for if you actually have a full Mame rom set. If you do not you need to import the individual roms by either dragging and dropping them into Launchbox or using the import wizard to select the individual files.
  11. What about the resolution? Is the text too big, too small? More information is always helpful. I get no issues with 125% but I use a 16:9 1080. At 150% the font is smaller so will look at how I can make that auto adjust if possible. In the mean time you can edit the xaml file and change anywhere the code shows FontSize="28" to either a smaller or larger font size based on what you need.
  12. @DragoonDemon4 What exact resolution and scaling are you running? Can you also post a pic of the issue?
  13. I will try to see if there is a way I can have to text autoscale with something like this. I am sure there is a way. My code knowledge is entry level. Thanks for letting me know. I will see what I can do and post a fix.
  14. Thanks Joe. That's what I was thinking after I posted it. A lot of your scripts helped me slowly try to understand things with AHK. I was just testing something more the lines of what you posted. The one I used above was modified off of something you helped me with in the past.
  15. Try this. I just tested and it works. There is likely a cleaner way to write it but it works. SetTitleMatchMode, 2 Loop { if WinExist("SameBoy v0.12.2") { WinActivate break } } send, ^f
  16. There is not a BigBox setting for this and as far as I have seen no one has created a plugin like what you are describing.
  17. The theme would have to be coded to show the image you want. You really cannot just pop them into an existing theme as each creator defines the media shown. The default Pause theme (not to be confused with the Startup) does show control image layout for the Arcade platform. It pulls the images in the Arcade Controls image folder to display arcade control layout so you could use that folder. You would still need to design a theme to show what you want. There is not a plug'n play option where you can just drop the images and they will show in any theme you use.
  18. Yeah that is pretty odd. Not sure what it could be. Maybe @Jason Carr has an idea.
  19. I have it on a few cabinets and just checked to make sure they all show correctly and they do. Try downloading a new version. Have you edited anything in the themes code?
  20. It should start off screen from the right of screen and scroll on screen to the left. That's how it works for me.
  21. BigBox has a controller automation section in the settings like Launchbox does. Set the controls for exiting there.
×
×
  • Create New...