Jump to content
LaunchBox Community Forums

locvez

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by locvez

  1. According to another poster - For disk image formats (ssd, dsd etc.) clicking on a game in LaunchBox will by default auto-boot it in BeebEm What format are your Roms in? I often have to ctrl+f12 to get my games to run when the command prompt opens I'll try run through the above instructions at some point soon and report back if they work or have issues
  2. If I recall from trying to setup Hatari myself, it requires a bios, do you have that in the systems folder? the file is called tos.img https://docs.libretro.com/library/hatari/ That page has some more info, also states: The plain ST mode only works with TOS 1.00, 1.02, 1.04, or 2.06. STE mode requires any of the TOS versions 1.xx or 2.xx. TOS 3.0x is for TT, and TOS 4.0x is for Falcon. Hope this helps, Atari ST is next on my list to setup again myself but I only have ipf files which are all mostly (?) copy protected.
  3. Yes, usually it works exactly like that, but I'm ot passing the rom file to launchbox and letting launchbox control the emulator launching, I'm passing it a 'none of the above' batch file that executes a download of the rom file from Google drive then launches the emulator for the correct system. So all my files are named something like 'game.bat' Because this file doesn't have (Europe) or (USA) in the name, prioritisation doesn't (appear) work. It seems that prioritisation only works based on the name of the file being imported, where it should perhaps check the name of the game. I know I probably sound confusing but I think prioritisation should be checking the name of the game, no matter where that name comes from, is it the rom file or the folder? (because launchbox allows you to use folder names to determine the name of the game instead of the rom file) I know this is a fringe case, I understand if it doesn't get fixed, I just feel that this little weird way that I do this has highlighted perhaps a little piece of code that works slightly differently than intended or could be tweaked at some point to make launchbox more consistent in operation (just on the odd chance that someone else uses folder names instead of rom names for their files?) an example to that may be, folder name = centipede (USA) -> file name = centipede.a78. Second folder = centipede (Europe), filename = centipede.a78. In this example, from how I understand it, LaunchBox would choose the Europe folder over the USA folder even with USA as priority because the rom file doesn't contain a region. Of course I might be wrong and its only broken when you pick 'none of the above' option when importing
  4. Can you please click EDIT on the emulator section (under where it says Sega Mega Drive) so we can see how the emulator is setup?
  5. Thanks for the quick reply Jason, much appreciated. I can only assume that LB is defaulting to launch the (Europe) folder for each rom as it is alphabetically first in the list (over USA) I guess this is the price for doing things weirdly within LB. I totally understand that LB _should_ import the games from all regions if you drop the files in, or have them in the folder to be scraped, I just think it would be a good idea and help to maintain consistency if (when selecting user folder names) the same logic was applied to the prioritise region option as though it were an actual rom and launch the rom for the region selected (I hope this makes sense) - I stress that this is obviously not an important fix, nor am I expecting you to drop everything to address this, I just wanted to point this out and make this suggestion. Thank you for all your hard work! Kind regards, much love ❤️
  6. @Jason Carr - Do you think that the function that checks if the rom file has the (Europe) / (USA) details in the filename can be modified to include folder names if LB is pulling the game name from folder name instead of the (imported) file name ? edit - Or changed to check the game name, no matter its source?
  7. Thanks @neil9000 it seems that the issue is how I have the files setup. I have written batch files that download the rom from my google drive and then run the emulator. Launchbox acting are purely the frontend for everything. It seems that even using "Use folder names as game name" doesn't allow LB to use Regional Priorities if the file name of the file that is imported into LB doesn't have (Europe) or (USA) in the title. (my files are named script.bat) I'll probably have to just delete all the european folders.
  8. On a brand new installation of 9.9 I imported my mixed region batch of Atari 7800 games. I'm using retroarch to launch the games which requires a region specific BIOS for USA / Europe Region priorities were preset (before import) to North America and United States. Europe was not ticked. After importing the games and trying to launch them, they are picking up the European rom file and the game doesn't work because I have the USA bios. I can right click the rom and choose Play (USA) Version and the game works. Is anyone else experiencing the same issues? I haven't messed with regional settings since 8.something and I think it worked okay back then.
  9. @pipes78 Just for info, I've pushed a change to the mednafen_wswan_libretro core that emulates Benesse Pocket Challenge V2 so you can use this core in Retroarch to run the games.
  10. Have you tried using Retroarch - and using the Bandai Wonderswan core? (mednafen_wonderswan_libretro.dll) I can get Benesse Pocket Challenge games to start, but play, well, that's another story. My japanese is rubbish but using google translate on my phone, it seems to go through the programmes relatively fine. I had to change the file extension from .PC2 to .WS to get it to start. here's a video of it running Just a quick and nasty capture, nothing special. https://youtu.be/Djsb6QN_h8o
  11. Sorry, didn't reallise posting in the download section would create a new topic
  12. Version 1.1

    32 downloads

    I've created two batch files the first one, copy.bat simply copies the second file, check.bat into every sub folder in the directory it runs in. (I copy both files then run it from d:/launchbox/games/sony - playstation 2) BEFORE you copy the create file into every folder, EDIT it and make sure the paths are the same that you use, if not, you will NEED to change them. Ok, second file, check.bat, I use this as the rom file, import it into LB and choose "use folder name" when the option appears. I have all the PS2 games as folders so, for example, Gran Turismo 4 is : D:\LaunchBox\Games\Sony - Playstation 2\Gran Turismo 4 (USA) and it has a check.bat file inside it. The batch file will check the directory it runs from to see if there is a .ISO or a .BIN file present, if not, it will download it from your remote storage location (I use my google drive to store PS2 roms) You would have to mount your google drive using rclone or something similar, so it has a drive letter, and again, check the settings of the batch file to make sure the location is correct. In my case, for GT4, the location is : Z:\redump\Sony - Playstation 2\Gran Turismo 4 (USA) and therein lies a .ISO file. It will give you an option to download to local storage and once complete, will display a message and exit. You can play the game by running it again from within launchbox. NOTE - If you import your games this way, you then need to mass edit the emulator field and leave it BLANK otherwise it tries to use an emulator to run the batch file, which won't work. Any issues whatsoever, please post and i'll check, but it worked perfectly for me so far, 1800+ ps2 games in my library but it only downloads the ones I want to play
  13. ps2_rd1.1.zip View File I've created two batch files the first one, copy.bat simply copies the second file, check.bat into every sub folder in the directory it runs in. (I copy both files then run it from d:/launchbox/games/sony - playstation 2) BEFORE you copy the create file into every folder, EDIT it and make sure the paths are the same that you use, if not, you will NEED to change them. Ok, second file, check.bat, I use this as the rom file, import it into LB and choose "use folder name" when the option appears. I have all the PS2 games as folders so, for example, Gran Turismo 4 is : D:\LaunchBox\Games\Sony - Playstation 2\Gran Turismo 4 (USA) and it has a check.bat file inside it. The batch file will check the directory it runs from to see if there is a .ISO or a .BIN file present, if not, it will download it from your remote storage location (I use my google drive to store PS2 roms) You would have to mount your google drive using rclone or something similar, so it has a drive letter, and again, check the settings of the batch file to make sure the location is correct. In my case, for GT4, the location is : Z:\redump\Sony - Playstation 2\Gran Turismo 4 (USA) and therein lies a .ISO file. It will give you an option to download to local storage and once complete, will display a message and exit. You can play the game by running it again from within launchbox. NOTE - If you import your games this way, you then need to mass edit the emulator field and leave it BLANK otherwise it tries to use an emulator to run the batch file, which won't work. Any issues whatsoever, please post and i'll check, but it worked perfectly for me so far, 1800+ ps2 games in my library but it only downloads the ones I want to play Submitter locvez Submitted 12/31/2017 Category Third-party Apps and Plugins  
  14. Hi, I've created two batch files the first one, copy.bat simply copies the second file, check.bat into every sub folder in the directory it runs in. (I copy both files then run it from d:/launchbox/games/sony - playstation 2) BEFORE you copy the create file into every folder, EDIT it and make sure the paths are the same that you use, if not, you will NEED to change them. Ok, second file, check.bat, I use this as the rom file, import it into LB and choose "use folder name" when the option appears. I have all the PS2 games as folders so, for example, Gran Turismo 4 is : D:\LaunchBox\Games\Sony - Playstation 2\Gran Turismo 4 (USA) and it has a check.bat file inside it. The batch file will check the directory it runs from to see if there is a .ISO or a .BIN file present, if not, it will download it from your remote storage location (I use my google drive to store PS2 roms) You would have to mount your google drive using rclone or something similar, so it has a drive letter, and again, check the settings of the batch file to make sure the location is correct. In my case, for GT4, the location is : Z:\redump\Sony - Playstation 2\Gran Turismo 4 (USA) and therein lies a .ISO file. It will give you an option to download to local storage and once complete, will display a message and exit. You can play the game by running it again from within launchbox. NOTE - If you import your games this way, you then need to mass edit the emulator field and leave it BLANK otherwise it tries to use an emulator to run the batch file, which won't work. Any issues whatsoever, please post and i'll check, but it worked perfectly for me so far, 1800+ ps2 games in my library but it only downloads the ones I want to play EDIT - Added version 1.1 of the tool. It now gives you the option to run the game once downloaded instead of exiting. If you have already downloaded it, you can copy both files to the PS2 folder and run copy.bat again ps2_rd1.1.zip
  15. I'm using ePSXe at the moment purely for testing load times from Google Drive, but will likely switch to RA I just confirmed that sorting the files by name solved the issue with LB using the last disc as the launch disc. Sorting alphabetically A-Z Disc 1 became the launch disc
  16. Cheers, will give it a try now. I take it the file just needs named Final Fantasy VIII.m3u ?
  17. I will do, thanks. Does the .mbu file require to be placed in the root and contain the path to the .cue file? I have all disc images in seperate folders within a PSX folder so for example will it require Final Fantasy VII (Disc 1)/Final Fantasy VII (Disc 1).cue Final Fantasy VII (Disc 2)/Final Fantasy VII (Disc 2).cue ?
  18. Thanks Zombeaver, I'll definitely check out your tutorial on the m3u file type. It seems that by searching for *.cue in windows explorer lists the file names in reverse order, this is the only reason I can think that it picks the last disc in the series as a boot disc. Retrying now but will alpha sort the list first.
  19. I installed LB on a new pc and imported the full REDUMP PSX (Europe) rom set and LB is using disc4 as default. I will try import again but it takes aaaages using Google Drive to scan / import roms
  20. Sorry I didn't mean it changed on its own, I should have explained better, did a fresh install to test Google drive storage for my romSo. Just thought it was odd that launchbox selected disc 4 to start instead of disc 1
  21. Hi all, I imported a large collection of psx games and previously to the latest stable version it aways started with Disc 1 (testing Final Fantasy VIII) but with V. 7.10 it has selected to start with Disc 4 instead. I was wondering if anyone else exprienced this issue? I imported the games by navigating to the folder containing the psx game folders and used windows search for *.cue and dragged all cue sheets into LB
  22. Thing is, up until zombeaver, quite rightly, called you out, you did not specify that you were only having issues with these two games. That would lead to a logical conclusion that either these rom files are broken / corrupt or there is an incompatibility with these two games and the emulator. Logic would dictate trying to acquire these roms again, then try acquire from a different location, then try a different version of the roms. If this fails, it's time to look at the emulator itself. In this case it's time.e to try older or newer versions of winuae or whatever emulator you're running
  23. I just noticed this thread after posting a handful of alternate names on the DB, not sure if they'll be accepted but I stated they are named <whatever> in the no-intro rom set. Before LaunchBox came along I used a scraper for EmulationStation that used hashes of games to identify them. Would this be a possibility? The hashes can be added to the DB as long as we all use the same hashing programme then all hashes will be the same. I suppose LB would have to use that same hashing programme when scraping?
×
×
  • Create New...