Jump to content
LaunchBox Community Forums

Cnells2000

Members
  • Posts

    392
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Cnells2000

  1. I hit close tray and it says drive empty...works on the double click not on the launchbox tho....crazy....i bought the bigbox bc i thought it would run saturn better... crap...
  2. instead of drive empty it says door not closed. how to i close tray in bat?
  3. yea i hate retroarch......that is the worst and it runs my ssf games crappy
  4. It Doesn't Say Disc Empty tho.. but it wont start the game as if im double clicking the .bat file
  5. but i inserted it into the alien trilogy section, changed the app path and it just loads the iso but ssf just stays there...............
  6. its only for alien trilogy. now im gonna make one for batman forever, alone in the dark etc. then edit the file in launchbox to each individual game
  7. HOLY **** That Worked! DUDE U ARE THE FREAKINGMAN!!!!!!!! Now im Just GOnna Make 31 More Bat Files With Different Cue Names!!!
  8. i changed it to: @echo off set game="D:\Roms\Sega Saturn\Roms\Alien Trilogy (USA).cue" 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 It Did Everything but Mount the .cue file.....tried .bin also
  9. thats what i did. but in my case it was F. Gonna try this rom thing now...
  10. I Had to set the .bat to F because i cant add a virtual drive in dt ultra. there is no option or i cant find it. in the daemon tools pro and dt lite they have that right click/add a virtual drive add a scsi drive option. maybe thats why its not working. how did u do it?
  11. I Have Win 10 Pro, I Installed the Exact Version Of DTUltra u have and i have the emulator you have as well. mounting it with DTagent shows syntax error and dtultra soes what ive been seeing all along...everything but the mount. thats why i asked about helping me direct it to a rom instead
  12. im gonna try your version real quick.....hold 1 gotta find and install it
  13. would you be able to help me make a .bat to the point where it would mount to one iso i put in the file? then all i would have to do is change the name of the game if it mounts and problem solved. Just an example, i know im not doing this right @echo off set game="D:\ROms\Sega Saturn\Roms\Alen Trilogy (USA).cue set daemon="C:\Program Files\DAEMON Tools lite\DTlite.exe" set emu="D:\Emulators\SSF LB\SSF.exe" %daemon% -mount I, %game% start /wait "" %emu% %daemon% -unmount I
  14. i tried it and it said mount syntax error. then it said unmount syntax error
  15. Like This???? @echo off set game=%1% set daemon="C:\Program Files\DAEMON Tools lite\DTagent.exe" set emu="D:\Emulators\SSF LB\SSF.exe" %daemon% -mount I, %game% start /wait "" %emu% %daemon% -unmount I
  16. do u want me to point the .bat file to DT agent or in manage emulators?
  17. i mounted a game manually, (Mounted it to I) as what i have in the .bat, and the game i clicked in launchbox started with no problem. the problem is where if i dont mount it manually, i get disc empty..hmm Once Again My Settings are @echo off set game=%1% set daemon="C:\Program Files\DAEMON Tools lite\DTlite.exe" set emu="D:\Emulators\SSF LB\SSF.exe" %daemon% -mount I, %game% start /wait "" %emu% %daemon% -unmount I
  18. well guess im on my own now...................
  19. Wow. because mednafen runs like **** on my pc AMD Athlon II 2.90 GHZ 8 GB RAM GTX 650 Video Card cud i run compatibility mode maybe?
  20. thats where i put it when i set it in launchbox. im also using 64 bit DT lite. cud i be doing it wrong? damn... one more step and ill be good
  21. yes we are! but since that method is doing everything but mounting it in launchbox, how would i go about it as above sir? i dont mind making a bat for each individual when all i have to change on the equation is the rom name
  22. ok setting it to launchbox performs the same action so it has to be altered to load one game by each bat. how would i go about doing inserting this with this equation? for example D:/Roms/Sega Saturn/Roms/alien trilogy (Usa).cue @echo off set game=%1% set daemon="C:\Program Files\DAEMON Tools Lite\DTLite.exe" set emu="D:\Emulators\SSF LB\SSF.exe" %daemon% -mount 0, %game% start /wait "" %emu% %daemon% -unmount 0 I was guessing i had to put the rom path in between %1%? Lol. I know im wrong as hell. If this works and mounts it, im going to create like 32 .bat files for the each game and set it. BTW, I Appreciate u helping me so far.
×
×
  • Create New...