jurasitol Posted April 7, 2017 Share Posted April 7, 2017 (edited) Sounds like the game may not be setup correctly in LaunchBox. 1. Open LaunchBox. 2. Navigate to you game, right click and select Edit. 3. Double check the Launcher tab and ensure the ROM file is pointing to your .cue file (NOT bin). Your batch file should also be pointing to the .cue file. 4. On the Emulation tab, Click Edit under your SSF emulator, and check that it is pointing to the correct .bat file. Edited April 7, 2017 by jurasitol Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 i thought about that while You typed your post. so i did it and it booted that game but its only set to alien. so any game i click on it boots alien Quote Link to comment Share on other sites More sharing options...
jurasitol Posted April 7, 2017 Share Posted April 7, 2017 (edited) Correct, you have to change the game= from your directory where Alien is to %game%. This way you have one batch file in the SSF directory and one Emulator in LB using the .bat file. Be sure this is checked as the default emulator for Sega Saturn and now all your games should work. @echo off set game=%1% Edited April 7, 2017 by jurasitol Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 but if i click manage emulators, and change the bat the bat is only set to one name. the one weve created (ALien Trilogy) same cue everytime. Quote Link to comment Share on other sites More sharing options...
jurasitol Posted April 7, 2017 Share Posted April 7, 2017 edit your batch file to read @echo off set game=%1% then manage emulators and change to use the batch file. Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 I made one for alone in the dark, set it in both places and now it just boots alone in the dark on any rom in LB Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 so like this? @echo off set game=%1% set game="D:\Roms\Sega Saturn\Roms\Alien Trilogy (USA).Bin" set daemon="C:\Program Files\Daemon Tools Ultra\DTultra.exe" set emu="D:\Emulators\SSF_011_alpha_R5\SSF.exe" %daemon% -mount F, %game% start /wait "" %emu% %daemon% -unmount F Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 what if we have it set to mount like it already is, tell it to unmount, then mount the rom in the description? maybe that'tl work? Quote Link to comment Share on other sites More sharing options...
jurasitol Posted April 7, 2017 Share Posted April 7, 2017 In the first pic, you are pointing to a batch file called Alien Trilogy.bat. My suggestion is to create a single batch file called SSF.bat and place that in the SSF directory. It should look like this: @echo off set game=%1% set daemon="C:\Program Files\DAEMON Tools Ultra\DTAgent.exe" set emu="D:\Gaming\Emulators\Saturn player - SSF 111AR5\SSF_011_alpha_R5\SSF.exe" <---you have a different file structure to edit here %daemon% -mount F, %game% start /wait "" %emu% %daemon% -unmount F In the second pic, you are pointing to the batch file in the Launcher tab, you should be pointing to the .cue file of the game. 2 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 That Worked. WOW. Dude I Appreciate u sticking with Me through out this post buddy....(AND U RANKED UP!!) all smiles over here!!!! 2 Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 7, 2017 Share Posted April 7, 2017 Glad you got it all sorted out and you don't have to make batch files for every game now lol. 1 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 SSF Fo' Life Baby!!!!! LOL!!! Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 7, 2017 Share Posted April 7, 2017 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 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 U must be in the I7 club[emoji23][emoji23][emoji23]Sent from my SM-J320P using Tapatalk Quote Link to comment Share on other sites More sharing options...
jurasitol Posted April 7, 2017 Share Posted April 7, 2017 That's right Monkus, just have to specify a drive letter. The drive that is created with quickmount will differ depending upon how many other drives are attached. Again, you could always set it to a letter at the end of the alphabet if you have a system with lots of external/USB drives that get plugged in and moved around. 1 Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 7, 2017 Share Posted April 7, 2017 Nah, I got an AMD 8350 @ 4 GHz. 1 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 (edited) Must be the GHz. I got a AMD athlon II x2 245 2.90 ghz Sent from my SM-J320P using Tapatalk Edited April 7, 2017 by Cnells2000 Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 7, 2017 Share Posted April 7, 2017 Yeah it's mostly to do with speed of the CPU, newer CPUs with newer instruction sets also help out. 1 Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 I thought my video card GTX 650 would make mednafen work great...wrong...Sent from my SM-J320P using Tapatalk Quote Link to comment Share on other sites More sharing options...
Cnells2000 Posted April 7, 2017 Share Posted April 7, 2017 Need a AHK script my *** [emoji4][emoji4]Sent from my SM-J320P using Tapatalk Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.