Jump to content
LaunchBox Community Forums

SiriusVI

Members
  • Posts

    626
  • Joined

  • Last visited

Recent Profile Visitors

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

SiriusVI's Achievements

64-Bit Supercomputer

64-Bit Supercomputer (6/7)

113

Reputation

1

Community Answers

  1. Is there a list of all your launchers somewhere? I have found a few, but I don't want to miss any 😀
  2. That is absolutely amazing. Didn't know about that. I will have to try all of this out once I get the chance. Another question: is there some kind of method for dealing with games that need a game specific boot command? I remember some games needing a version of the games name to be typed out in order to run. Also, for Apple 2 cassette tapes, I remember that each game has a special code that needs to be typed in order to run. So far I have only managed to automate this process using custom command line parameters in conjunction with AHK scrips to make such games run automatically. This is extremely demanding if you want to set this up for every single game.
  3. This is such a valuable contribution, thank you! It also has potential to be expanded. There are many so computer systems that are a pain to set up so they launch automatically (Apple2 cassette tapes, electron, atom, and so on). It would be great if there were scrips like this for other systems as well.
  4. This handy little tool can hide specific input devices from LaunchBox. And it's fairly easy to use. I think it's exactly what you need: https://github.com/briankendall/devreorder
  5. Betas might work well sometimes, but might break your setup other times. Again, if you don't want to deal with bugs, stay away from the beta versions.
  6. If you don't want to deal with buggy updates, you should not be updating to beta versions. Just stick to the stable versions and you should be fine.
  7. Hey everyone, I've recently been setting up games using the retroarch subsystem menu options in various cores, for example: 1. Sameboy --> linking two games together via link cable emulation 2. Snes9x --> dual cartridge mode for sufami turbo games 3. MupenPlus Next --> N64DD What I've realized however is that when loading roms via these subsystems, retroachievements won't work. specifically, retroarch won't log into retroachievements at all: Does anyone have the same issue and can help me fix it? The strange thing is that I THINK it used to work in the past, but I might misremember. Maybe some settings are off. But launching games normally works fine.
  8. Hey everyone, I've been trying to set up Nintendo 64DD within Retroarch and I've gotten most games working. Therefore, I wanted to share what I've learned along the way. I'm using the mupen64plus next core with ParaLLEl RDP and RSP. As for the N64DD games, I'm using the original Japanese dumps, no translation hacks (I haven't tested those, yet), and no cartridge conversions. Dezaemon DD and F-Zero X - Expansion Kit are expansions, which need specific N64 roms to load. The rest of the games are standalone, but still need an N64 rom to properly load. I'm using Super Mario 64 all of them, except for Kyojin no Doshin (Doshin the Giant), which for some reason won't load with Super Mario 64. I'm using Air Boarder 64 for that game. What you'll need: 1. The Japanese BIOS file version 1.2 2. The Japanese N64DD disk games 3. The Super Mario 64 (Japan) rom 4. The F-Zero X (Japan) rom 5. The Dezaemon 3D (Japan) rom 6. Another random Japanese N64 rom (I'm using Air Boarder 64 (Japan)) So here's the set up: 1. For the Japanese games, the Japanese BIOS file version 1.2 must be placed inside "RetroArch\system\Mupen64plus" and renamed to "IPL.n64" (the .n64 file extension is important, the z64 file can just be renamed, no need to convert it in any way). 2. Import the N64DD games into LaunchBox (the files can be zipped, no need to extract them). 3. In Launchbox, go to manage emulators --> Retroarch and find the Nintendo 64DD platform. Under Extra-Command-Line Parameters add: --subsystem ndd %romfile% "PATH TO\Super Mario 64 (Japan).zip" This should load most of the standalone games. 4. Go back to your N64 DD platform and find the Dezaemon DD game. Right-click and go to edit. Under "Emulation" enable Custom Command-Line Parameters and insdert: -L ".\cores\mupen64plus_next_libretro.dll" --subsystem ndd %romfile% "PATH TO\Dezaemon 3D (Japan).zip" 5. Go back to your N64 DD platform and find the F-Zero X - Expansion Kit. Right-click and go to edit. Under "Emulation" enable Custom Command-Line Parameters and insdert: -L ".\cores\mupen64plus_next_libretro.dll" --subsystem ndd %romfile% "PATH TO\F-Zero X (Japan).zip" 6. Go back to your N64 DD platform and find the Kyojin no Doshin game. Right-click and go to edit. Under "Emulation" enable Custom Command-Line Parameters and insdert: -L ".\cores\mupen64plus_next_libretro.dll" --subsystem ndd %romfile% "PATH TO\Air Boarder 64 (Japan).zip" 7. For Sim City 64 to be able to go past the title screen, make sure that in the mupen plus core options, the follwoing settings are set: "Framerate" must be set to "Original", "Fullspeed" causes a black screen past the initial logos. Under "Pak/Controller Options", if player 1 (and possible the other players?) has a rumble pak inserted, it also doesn't work (same as above). Memory pak works. That's it. I've not tested playing much, but as far as I can tell, this is how to get almost all of the games working. There are 2 roms, I'm still having trouble with (maybe someone can offer a solution?): 1. The Randnet Disk does launch, but once the title screen shows "press start", nothing happens. Pressing start on the controller won't do anything. I know that this isn't a game, but it would still be nice to enter the program, just out of curiosity. 2. Kyojin no Doshin - Kaihou Sensen Chibikko Chikko Daishuugou (Doshin the Giant: Tinkling Toddler Liberation Front! Assemble!) is an add-on / add-in for the Doshin the Giant disk. It does Launch, but it won't go in-game. If I understood correctly, in order to get this game to work, you'd need to be able to swap between the Doshin the Giant disk and this add-on disk, and I don't think this is possible with mupen. If anyone know of a way to do this, please share! I hope this helps someone!
  9. Yeah, my thoughts exactly. For now, my go to method was to use HDD games as a default and only use disc games if an HDD versions was unavailable. I'm converting those disc game folders to .iso as we speak. I will decide later if I will switch to .iso files for the rest of my games, too, but most likely I will stick to HDD games until - eventaully - there will be a new file format that allows merging games with title updates and dlc, like you said.
  10. I might reconsider switching from hdd based games to disk based games, too. But it's gonna be a long process. Especially if it's not possible to delete the HHD game, but leave the dlc and update data in tact. Ah well, we'll see.
  11. I know, but for me, shaders are more important than anything else. I might switch to the standalone emulators once I find a convenient enough solution to autoload shaderglass with my shader presets when launching a rom. I think it's already possible, but I simply do not have the time to dig deeper into it, right now.
  12. I might have to do it again some time, though, since I had to use the makecd command for all ps2 games, but most of the ps2 games are of course DVDs and so the makedvd command should be used. But at the time of conversion, this format was not compatible with the ps2 retroarch core, I believe. Same for PSP games. Makedvd is compatible with emulators, but retroachievements won't work with them.
  13. you and me both! Haha. But chd is just too good to not convert.
  14. Have you been able to get SimCity 64 to play? I can launch it and get to the title screen, but the I just get a black screen and nothing works. I managed to get in game in the other 64DD games.
  15. Yeah, it's a project. I'd do a few every day and not worry about when it's done.
×
×
  • Create New...