Jump to content
LaunchBox Community Forums

Tsik

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Tsik's Achievements

4-Bit Adder

4-Bit Adder (2/7)

2

Reputation

  1. That sir did the trick! I put the code in the advance tab, compile and "kaboom" everything works as expected! Massive thanks! 😀😀😀
  2. Perhaps a code portion in the creation of the .dll (plugin) that ignores the empty emulator path or something similar might work (assuming that it is not somesort of a bug).
  3. First off all thanks for the immediate reaction... 🙂 As @C-Beats said after checking the log i find some errors for IGameBadge starting at line '194' after enabling and disabling the 'ΜΑΜΕ Emulator Budge' (the one in question) but since i lack any developing knowledge here is the log file it self: Debug (Badges Not Working).log. As @JoeViking245 pointed i double checked that all the badges were enabled from the top menu. I would like to like to point out that not all the badges are disappearing but only those that have no emulator path specified eg. batch files or web links (see screenshot below). Thanks again. 🙂
  4. @JoeViking245 or @C-Beats or @y2guru or @jayjay or anyone who can help... I am try to create a custom badge for games that do not support Gamepad so using this plugin i create an icon and a .dll from the plugin so that when the Controller support category Gamepad is 'equal to' 'not supported' ( game.GetControllerSupport().Where(x => x.Key.Category.Equals("Gamepad") && x.Value.HasValue && x.Value.Equals(0)).Select(x => new { Key = x.Key, Value = x.Value }).FirstOrDefault() != null ) LaunchBox shows the badge and everything worked perfect till here! On a second attempt i would like to create a ReatroArch and a MAME (separate) badges when its respective emulator is in use by using the plugin 'Emulator' tab and 'Title' 'Contains' the word "RetroArch" or eg. "MAME" ( Unbroken.LaunchBox.Plugins.PluginHelper.DataManager.GetEmulatorById(game.EmulatorId).Title.Contains("MAME") ) so the respective badge will show. The Problem is that as i enable the new emulator plugin budges from the menu, though the Emulator badges worked as expected every other badge (even the stock ones) relative to 'Controller Support' is Vanished !!! I think thart it has something to do with the Emulator path being other than Retroarch or MAME related or even empty (launching eg. batch files). Thanks a lot for your hard work trying to make LaunchBox the best and most versatile Frontend out there. 😄
  5. A few minutes Later... The JoeViking245s "MAME Sofware List Importer" worked perfectly. Thank you JoeViking245 😃 👍 🤘
  6. This morning i was trying to import the Sega AI Computer recently acquired by some “SMS Power” funs and preservation community (more to read here: https://www.smspower.org/SegaAI/Index#Introduction). This Platform runs under MAME as the guys from the community in collaboration with the MAME developers dump the machine and the roms into MAME for preservation. I manage to run the system in the standalone MAME successfully but i want to import them into LaunchBox too. The System has about 33 rom (.zip) files and 2 Bios (at the time of this post) So, i drug n drop the all the rom (.zip) files on the LaunchBox window, choose "Import ROM files", did not check any checkboxes for downloading media or metadata, check the "Force Importing Duplicate Games" box, but 0 games imported! I also tried to use the "Force using MAME metadata..." option but also failed (as expected). The only way i was manage to import the files is by doing it completely manually, one-by-one using the ‘RClick > Add’ method and fill in the “ROM file” and “Title Metadata” boxes. I have to mention that i had experience this "behavior" using the import wizard some times in the past but as i have a fairly large collection i assumed the problem lied in the duplicate names or the duplicate "Launchbox Database IDs" that some games share or something like that, but i don’t know what’s wrong in this situation. I will try as the next step to use the JoeViking245s "MAME Sofware List Importer": and report back.
  7. I personaly use batch files to retrieve the manuals (pdf, txt, png, jpeg and html file types) which by the way are stored in seperate drive, sometimes all together using SumatraPDF viewer (portable version). This way i open all my files at once no mater what the file type is, without loosing the manual icon (badge) showing in LaunchBox under the game box.😁 The only downside of this is while this is perfectly working when viewing the manuals via the dropdown menu (Media > View Manual) in LaunchBox and BigBox (Game Details View) when i try to open the files via the Pause Menu i only get the batch file as text showing via Chromium...☹️ (Wish this will change someday)...😏
×
×
  • Create New...