Jump to content
LaunchBox Community Forums

mcfilmmakers

Members
  • Posts

    539
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by mcfilmmakers

  1. This still appears to be an issue. I have A game called Videocart-3 that shows below Videocart-27 even with a Sot title of Videocart-03.
  2. So what I need is actually in the mame.ini file: I had to change this: # # BGFX POST-PROCESSING OPTIONS # bgfx_path bgfx bgfx_backend auto bgfx_debug 0 bgfx_screen_chains default bgfx_shadow_mask slot-mask.png bgfx_avi_name auto to this: # # BGFX POST-PROCESSING OPTIONS # bgfx_path bgfx bgfx_backend auto bgfx_debug 0 bgfx_screen_chains hq4x bgfx_shadow_mask slot-mask.png bgfx_avi_name auto And that did the trick. so since it is safe to assume I wont want that setting for all platforms, I saved mame.ini as channelf.ini into the ini/presets folder and it seems to do the trick! Thanks for pointing me in the right direction. I wish MAME was more user friendly or that at least the documentation was more obvious.
  3. I'm trying to emulate the Fairchild Channel F but it is very blurry unless I do the following when a game loads: tab -> Slider controls -> Window 0 Screen 0 Effects: hq4x The problem is this setting does NOT save and I have to set it every time I load any game. How do I get launchbox to set this properly automatically when I launch any game?
  4. Either all these replies are off topic or the thread title is wrong.... are we talking romsets or favorite games?
  5. You have it spelled as Catologue right there in your screenshot
  6. Just add local coop or online coop. You can add whatever you want in that field
  7. Right, that’s what I meant. The platform’s emulator settings.
  8. I can point out that a lot of the developer/publisher information for Atari 2600 is incorrect. That would be a good place to start. Release dates for individual games is also a huge gap to fill.
  9. No change needed. You have to launch the bat file from the platform settings, not per game.
  10. The first gen of consoles is pretty void of themes: Pong, Odyssey (1, 300, 2000 and 4000 can be simulated), Telstar series, etc. Most can be simulated using Winarcadia and messing with the color palette but assets for those consoles are non existent.
  11. You never said anything about a fraction of a value... on that I don’t know. The plugin API doesn’t mention how to use community ratings
  12. You can do that with a plug-in.
  13. repeat the code 6 times, changing Value=1 to Value=2 and so on. Don't forget Value = 0.
  14. Why on Earth would you expect Launchbox to do this? Launchbox is a frontend, not an emulator. You have to use third party software, such as Joy2key, just like you do with any other controller. You don't need to map to a dummy controller.
  15. Im not suggesting its something you can do, and it certainly can't be done within XAML. I'm just pointing out that its a thing that can be done with a plugin, should the user opt to do it, but it does require modifying the theme to do so.
  16. http://pluginapi.launchbox-app.com/html/4cf923f7-940c-5735-83de-04107a6ae0e6.htm
  17. Actually, I'm pretty sure this is possible with a plugin by checking if the game is selected and changing the background fill value to the color of your choice if true. The theme would then just need a box slightly thicker than the game image with a default fill of null. No?
  18. You need to create a plugin that checks for your custom field and its value and sends that over to your xaml.
  19. Wii remotes work with PC since the Wii came out. Not sure what you're asking.
  20. That's not an issue anyone can really do for you. You need to modify your theme to implement a custom plugin. You're going to have to learn it yourself. The launchbox plugin API is readily available and here's what you need to implement into your plugin: MultiValueConverter after you pickup some basics of C#. I knew NOTHING a month ago so it's not as intimidating as it looks.
×
×
  • Create New...