Jump to content
LaunchBox Community Forums

Nixx

Members
  • Posts

    175
  • Joined

  • Last visited

Everything posted by Nixx

  1. If someone care, that took me a while, but i figured out a way to install and play DSIware game from launchbox UI. https://github.com/nixxou/melonDS/releases/tag/0.9.4
  2. Maybe that should be an option per system ? I mean, even if my exemple is extreme, i'm probably far from the only one who use this kind of scenario with multiple version of the same rom within a 7z (the priority editor itself feature a pattern about GoodMerge file naming). For this kind of usecase, extracting the whole content is an huge waste of resources' (both cpu/time and space used by the cache).
  3. I've got an unexpected issue with a big 7z files. The extraction seems to fail. This is an extreme use case, i have all my SNES Roms within 7z file. My Super Mario World.7z contains 25214 files, 2GB compressed, 58GB uncompressed. I tested manually using the 7z GUI on windows, i got no problem to extract a single rom from the 7z, it do it instantly. So i used process hacker to take a look, and i saw that process : "C:\Users\Mehdi\LaunchBox\ThirdParty\7-Zip\7-zip.exe" x "C:\coffre\Hackset-SNES\Super Mario World.7z" "-oC:\Users\Mehdi\LaunchBox\ArchiveCache\Super Mario World.7z - 811C0203E668356F44A566CA8291D118" -y -aoa -bsp1 Now i wonder why does the plugin extract the whole 7z file instead of just the required one, even outside this whole "oversized 7z usecase", that seems like an extreme waste of resources to me.
  4. I want to modify this plugin a little to suit my needs (I have a json file who describe most of the contents of the hacked version of the rom within my 7z, and i want to display the hack description on the selection windows). But i fail to compile it. (I'm a total noob with visual studio and C#) At first, i had issue with System.Drawing.Common, if i put 4.7.2 for Plugin i've got this error : (Sorry in french, idk how can i change the lang) : I i put the last version of System.Drawing.Common (6.0.0), i've got right of a lot of errors but i stiff got that : I use the last version of Unbroken.Launchbox.Plugins.dll, maybe that's the issue ?
×
×
  • Create New...