Related Stuff > Emulators

Launch "pre-commands" on windows

<< < (2/3) > >>

qqplayer:
Almost done , only adding
--- Quote ---/wait ""
--- End quote ---
to your code


--- Code: ---start /wait "" C:\path_to_emulator\exe_of_emulator.exe
--- End code ---

So , last thing I need , I´m using <DIR> as "romext" and -mount "[romfilename]\[name].cue" , is there any option-code to set -mount "[romfilename]\[name].ccd" when .cue is not found?
This is because some of my roms are clone cd sets.

Thanks for all your help.

hermine.potter:
don't know... to complicated

copy all your image files (bin, img) to a root-folder (and life without game music; cue and ccd manages the cd tracks)
or
rename and edit image-names (bin, img) and meta-files (cue, ccd) to correct game names. copy them to a root-folder
or
create batch files each game (with correct parameters to starting game) > configure AM with .bat-files
or
convert your images to .iso (eg. with ultraiso)

akafox:
To quote the site below:


--- Quote ---It is designed to run game CDs directly, so images must be mounted with a virtual drive program (e.g. Daemon Tools) in order to be played.
--- End quote ---

So try to use Daemon Tools to mount the image. I think Closemul http://lustark.com/closemul helps with loading images that way. ex. load it into deamon tools automatically when you start the game. But I have never tried it for that.

http://www.segaretro.org/SSF

qqplayer:
@hermine.potter thanks , can you help me with this "new" problem , all was working perfectly on C: but the thing is I have my AM on "Y:\Attrack Mode"
I`ve created a symlink to the Daemon tools instalation, so my code look like this:


--- Code: ---args                 /c "Y:\Attrack Mode\utilities\DAEMONToolsUltra\DTAgent.exe" -unmount_all & "Y:\Attrack Mode\utilities\DAEMONToolsUltra\DTAgent.exe" -mount "[romfilename]\[name].cue" & start /wait "" "Y:\Attrack Mode\systems\SSF\SSF_TestVer 29-12-2016\SSF_TestVer\SSF.exe"
--- End code ---

I think the problem is dtools command , because when I set back to c: works perfectly even with ssf on y:


@akafox thanks too , yes , I´m using dtools , but the problem is that like I set my romext as <DIR> I have to "tell" daemon tools the rom extension manually with:


--- Code: --- "[romfilename]\[name].cue"
--- End code ---

So , some dumps are on .ccd and with this dtools is not working.
I want to now if is posible set and "condicional" setting for this.

akafox:
Ah I see. Well all I can suggest to you is to convert everything to cue / bin maybe?

https://www.ultraiso.com/ ..it may not work..I think the cap is set at 800 GB..but ss games are cd based so you should be ok.

Sorry I don't have much experience with ssf (lucky windows users *sigh*) does it work ok..(I am really curious..I know sega sat has been a pain to emulate)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version