Jump to content
LaunchBox Community Forums

Lordmonkus

Members
  • Posts

    11,556
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Lordmonkus

  1. Lordmonkus

    Hello to all

    Welcome to the forums and feel free to pop into Discord sometime if you like and say hello in there, always a bunch of us hanging out and talking shit https://discord.gg/X3Cwsyw
  2. Be sure to get Spybot Anti Beacon and Destroy Windows Spying to help turn off most of Windows 10s telemetry. https://www.safer-networking.org/spybot-anti-beacon/ http://www.majorgeeks.com/files/details/destroy_windows_10_spying.html
  3. Saturn emulation is actually more complex due to the hardware design of the original system. The Saturn actually had 2 CPUs and 2 video processors in it which is quite difficult to emulate properly. Even game devs back in the day had a hard time programming for the Saturn. Dolphin is very easy to get working in Launchbox.
  4. Yeah for the most part video cards have little to no effect on how well most emulators perform. However some emulators like Dolphin, Cemu and PCSX2 do get some benefit from a graphics card but the CPU does the heavy lifting. Graphics cards do help however when you get into things like shaders in Retroarch and Mame and resolution scaling in Dolphin and PCSX2.
  5. Yeah it's mostly to do with speed of the CPU, newer CPUs with newer instruction sets also help out.
  6. Lol, I will stick with Mednafen I have much better luck with it but I do understand that lower end systems need SSF so it's good to have options available. Looking at the new bat file it looks like all that changed is the line: %daemon% -mount 0, %game% to %daemon% -mount F, %game% and the last line %daemon% -unmount 0 to %daemon% -unmount F
  7. Glad you got it all sorted out and you don't have to make batch files for every game now lol.
  8. Lordmonkus

    Rom help

    If you are looking for complete or near complete rom sets for cartridge based consoles such as NES, SNES, Genesis for example they are the best to look for. For CD based systems like Sega CD, Playstation and Saturn you will want to look for "ReDump" and "Dark Water"
  9. Lordmonkus

    Rom help

    NoIntro is the name of rom sets for cartridge based consoles. Basically it means that there are no intro scenes that may have been patched into a rom dump and released to the internet by a release group. Essentially they are the cleanest and proper roms out there. There are the "GoodSets" but those packs contain every single region and variation of roms while the No-Intro sets are cleaner with far less useless trash. They are the defacto standard that people use, if you try and use the netplay feature in Retroarch they will 99% of the time be using a No-Intro version of a rom.
  10. Retroarch is great once you get used to it, if you are new to it I wrote up a guide for it here: And of course many of us around here use it and are always willing to help out with any questions. But yes the Mednafen Saturn core is more resource hungry than SSF so for that it may not be an answer for you.
  11. Ok good you got the %1% to work so you don't need a bat file for every game.
  12. That is unfortunate if the line: set game=%1% does not work to save a lot of time and energy.
  13. Do you have to create a bat file for each game though ? Or is it just set the bat file as your emulator and load any rom ?
  14. Can you post a screenshot of your emulator settings in Launchbox for Mame along with the Associated Platforms window for Mame.
  15. Yeah you can use it on as many systems you own as you like.
  16. Well hopefully someone can confirm whether or not SSF, Daemon Tools and Windows 10 play nicely together or not.
  17. Yeah it's a pretty CPU intensive emulator, I have an AMD 8350 @ 4 GHz and it runs really nicely. SSF does have the advantage of being faster and less picky about the disk images but at the cost of not quite as good of emulation, extra input lag and having to deal with disk mounting.
  18. There is always the possibility that SSF, Daemon Tools and Windows 10 do not work together properly anymore. I do seem to recall people talking about issues with it but I have not tested it out because I have long since ditched SSF for my Saturn emulation in favour of Mednafen.
  19. One thing I forgot to mention was that the bat file itself goes in your SSF folder where the .exe for the emulator is.
  20. You shouldn't need to create one bat file for each game, just copying and pasting the bat script I posted and having that bat file set as the emulator should work. I hope we are understanding each other here.
  21. I'm not sure if just double clicking the bat itself outside of Launchbox will do anything but having it set as an emulator in Launchbox it will pass all the necessary stuff to the bat file, mount the disk and run the game, then when you close the game it auto unmounts the disk image.
  22. You make the bat file your emulator in Launchbox and then you just import your disk images like normal with your emulator pointing to the bat file. That is how it worked for me in the past, again though I cannot confirm this works with Windows 10.
  23. I don't know if this is still applicable to Windows 10 and Daemon Tools but here is the bat file I used to use with Windows 7 and 8. I seem to recall people saying there were problems with Win 10 and DT. I cannot confirm this though since I no longer use SSF or Daemon Tools. @echo off set game=%1% set daemon="C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" set emu="H:\Emulation\Emulators\SSF\SSF.exe" %daemon% -mount 0, %game% start /wait "" %emu% %daemon% -unmount 0
×
×
  • Create New...