Jump to content
LaunchBox Community Forums

ROMLibrarian

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ROMLibrarian

  1. Kristijan1001 said I have Launchbox set up with PCSX2 ,my games are in 7zip and i have the extract box ticked,All games work fine except the ones that include .bin and .cue inside the 7zip Archive.When i load those games .cue is being loaded and PCSX2 doesnt want to run the .cue but only the .bin file.If i run the .cue i get this error.Any help would be appreciated on how to go around this or fix it so all games work. I too had this same issue and I solved it via a batch file, it's a hack, but it works. I set LaunchBox to launch the following batch file for PCSX2 with no extra commands so my sample command line looks like this: LaunchPCSX2.bat "File" I made a batch file named LaunchPCSX2.bat saved next to the pcsx2.exe and in that file I put the following code @echo off start "" /wait pcsx2.exe --fullscreen "%~d1%~p1%~n1.bin" So what it's doing is extracting the drive letter the path and the file-name without the extension and putting them all back together with a hard-coded ".bin" on the end and launching pcsx2. Of course the AutoHotkey ESC to close doesn't work because it's not actually closing the emulator itself. Ideally LaunchBox would let us choose in the Manage Emulators settings which file to launch with the emulator but I certainly understand why .cue is preferred by default. Unfortunately PCSX2 doesn't support .cue files, oddly.
×
×
  • Create New...