Jump to content
LaunchBox Community Forums

Zombeaver

Members
  • Posts

    4,027
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by Zombeaver

  1. Sorry, not sure what to tell you there. It's working normally for me via Big Box. This is what it looks like in FS-UAE. And in Big Box:
  2. This sounds awesome dude. Would be happy to help test, though I'm on 7 as well.
  3. It's probably a compression issue. FS-UAE can read within compression one level deep, and it's only going to recognize a single game per zip/lha/whatever. You can't have everything in one zip. For WHDLoad, if you open a zip and see a folder and a .info with the game title, those are fine as-is. .lha files are a compressed format in and of themselves, so you cannot have an .lha in a .zip. Beyond that you just have to have an OAGD (think it's OpenRetro now) account and be logged into it in FS-UAE.
  4. Yep, still working on it. Making a lot of progress though! I think people will be very pleased once everything's done.
  5. The plugin was rebuilt a while back to add/change/fix some things. Maybe the old one still works. The one currently available for download definitely doesn't.
  6. And you're using v0.995 Alpha of the plugin? The one that's on the download page here? If so, you're some kind of magical butterfly, because it doesn't work for literally anyone else.
  7. Existing downloaded/created configs will continue to work, but you cannot download/create new ones with the plugin beyond 8.5. The right-click "Configure" option (which you use to do either of those things) does not work outside of OG Launchbox (it's greyed out), which isn't accessible beyond LB 8.5. The new version is designed from the ground up for Next (or just "Launchbox" now). It's getting there but there's still some stuff to be sorted out. It isn't hooked up to my github repo yet so it doesn't download any configs, it only lets you create new ones currently; the plugin's control panel doesn't work yet; the matching still needs to match against the LBGDB ID rather than the library title, etc.
  8. A new version is currently in development, but until it's released you'd need to be on LB 8.5 (which still has an OG LB option) or earlier to use the plugin.
  9. Alright, if anybody has any issues let me know, but they should be good to go now with the new numbers. The opening post has been updated with the new files. These will not work correctly if you're using versions of Retroarch prior to 1.7.4. The older versions of the overrides are still available for older versions of Retroarch.
  10. So just FYI, for anyone that's updated to RA 1.7.4, these will probably be messed up as it would seem that they've added a new aspect ratio number for something and it's shifted all the numbers up 1 (so whereas core-provided used to be aspect_ratio_index = "21" in override terms, it's now 22, and custom used to be 22, and is now 23). This should be an easy fix with Notepad++ so I'll take care of this tonight and upload a new version of them.
  11. I've made a few in the past that would be relevant, guess I can try making some more.
  12. Click the menu button in LB Next and then click "Revert to OG Launchbox" and it'll switch over to the old version temporarily so you can do what you need to do. The configs themselves will still work via Next once you've downloaded them but you won't be able to download/create new ones via Next until a new version of the plugin is released. I've asked alec about a Next compatible version, but haven't heard back yet.
  13. Depends on the game. If it's DOS, I'm setting it up in DOSBox, if it's Amiga it's FS-UAE, if it's 3.1 I'm using DOSBox Daum with a 3.1 environment in it, if it's 95 I'm using PCem, if it's an older Windows (but post 16-bit Windows) game, I'll use either some sort of video wrapper like DDrawCompat or DgVoodoo 2 or some sort of patch to get it working, depending on what it needs. Once it's setup and working, I create artwork for it, then create an installer using either InstallForge or Inno Script Studio (InstallForge is what I use most, but Inno is sometimes necessary for more complex jobs - it's not nearly as user friendly though), write a review for the game, upload it to Archive, then add a page for it on my website.
  14. Nope, I'll take care of it. Just have to get the time. Just be aware that I've already got a big list of stuff to go through so it may be a bit.
  15. Heretic II is a possibility.
  16. He means like on GOG or Steam or something (because I only do abandonware - stuff that isn't on those services). It's not though.
  17. It's actually not, surprisingly. Blood Omen 2 is.
  18. Glad you like the stuff! I'm not super inclined to do Blood Omen - the Windows version is a port of the Playstation game. I'd recommend just playing the Playstation version in Retroarch - that way you've got good controller support, shaders, savestates, etc.
  19. I use Backblaze though I also occasionally do a local backup drive that I then throw in the ol' fireproof safe.
  20. You may want to take a look at this thread (doesn't relate to the xmls specifically, but just general name matching rules):
  21. Just as a slightly different example, in my Duke Nukem 3D folder, I made a Test.bat that contains "C:\DOSBox\DOSBox.exe" "%~f1". If I drag the dosbox.conf onto the .bat (which is synonymous with setting something as a "rom" and directing it to an emulator in Launchbox), what it outputs is this: So the same thing would apply to anything, add anything like -C Boot or whatever you want on top of it. %~f1 just means "Whatever file you direct to this .bat, is going to be placed here, including the full path."
  22. You could probably just make a single .bat that uses %~f1 instead of the name of the specific file and then import the .imgs as "roms", and use the .bat as your emulator. So like, for example, a .bat that contains: "D:\DOSBox\DOSBox.exe" -c BOOT "%~f1" %~f1 is CMD's function for "Expand %1 to a fully qualified path name" (%1 being the file that you direct to the .bat).
  23. Then there is something very wrong going on with your PC, likely Windows-related. Obviously it's not an issue with Stella itself if everyone else can do it. Usually this sort of thing would imply either a lack of elevation or mismatched elevation. You're sure you don't have Stella set to "Run as admin"?
  24. What happens if you take a rom's bin and literally drag it onto Stella's .exe?
×
×
  • Create New...