Jump to content
LaunchBox Community Forums

Cnells2000

Members
  • Posts

    435
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Cnells2000

  1. 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
  2. im gonna try your version real quick.....hold 1 gotta find and install it
  3. 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
  4. i tried it and it said mount syntax error. then it said unmount syntax error
  5. 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
  6. do u want me to point the .bat file to DT agent or in manage emulators?
  7. 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
  8. so do u think i need ultra also?
  9. yea that didnt work for me either...smh
  10. well guess im on my own now...................
  11. 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?
  12. 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
  13. 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
  14. 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.
  15. but of course by double clicking the .bat file it is supposed to perform the function in entirety right? then i would set it in launchbox. just a question.
  16. ok we got somewhere there. this time it booted the black cmd, then daemon tools, and It Booted SSF This Time. but it still didnt mount the game. so its like one step left. is it because i didnt put the game in the bat description u made? i changed it to look like this: @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 where do i insert the game directory to mount in this equation?
  17. i dont know if anyone still follows this topic, but i just tried to create a batch file but no luck as well. it opens the cmd, opens daemons tools but does'nt do any thing else from here. as far as the bat file im sure i have the directories correct but its not doing the mounting or starting the SSF program my batch is as follows @echo off "C:\Program Files\DAEMON Tools Lite\DTLite.exe" -unmount 0 "C:\Program Files\DAEMON Tools Lite\DTLite.exe" -mount 0, "D:\Roms\Sega Saturn\Roms\Alien Trilogy (USA).cue" "D:\Emulators\SSF LB\SSF.exe" ive changed the 0 to 1 or 2 also but still no luck. what am i doing wrong here. cud anyone help? Pics Are Below
×
×
  • Create New...