Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

I've been trying to setup some segacd stuff today and I'm running into a problem. I have all the segacd images zipped up. So I'm using the launch before to unzip them and launch after to delete the files are I'm done.

When I go to run the game though, gameex doesn't unzip the file.

In the attached log file you can see that I went to run the game and it never ran anything before the game. Fusion then just did nothing (sat that the snow screen) because no game was in the unzipped folder.

Here is the configuration:

[Emulator_24]

Enabled=True

STARTPAGENAME=Sega CD Games

TITLETEXT=Sega CD

StartPageLogo=segacd

ROMFilter=*.*

RomPath=D:\roms\segacdroms

RomsInFolders=False

SnapPath=

TitlePath=

BoxPath=

CartPath=

ManualPath=

ControlPanelPath=

InstructionsPath=

WorkingPath=D:\emulators\fusion

MapKeys=True

WaitBeforeKeys=

SendKeys=

ReplaceDash=False

ReplaceUnder=True

Capitals=True

RemoveBrackets=False

ShowDesktop=False

Debug=False

MAPFile=

AlsoLaunch=

Command=fusion.exe "[ROMPath]\unzipped\[rom].cue" -fullscreen

LaunchBefore=7za.exe x -od:\roms\segacdroms\unzipped "[ROMPath]\[RomFile]"

LaunchAfter=del /q d:\roms\segacdroms\unzipped\*.*

configFile=

ExcludedFiles=

CustomBackground=

PlayMusic=

DontShowInfo=

PlaySelectionMusic=False

SelectionMusicFolder=

PCGame=False

DATABASE=[Console] Sega CD

UseDbName=False

GamesIn7Zips=False

MergeSets=

PlayInScreenSaver=False

ShowMostPlayed=True

RandomMostPlayed=True

CDCheck=False

CDCheckFile=

CustomArtName1=

CustomArtPath1=

CustomArtName2=

CustomArtPath2=

CustomArtName3=

CustomArtPath3=

[GENERAL]

DumbyValue=

log.txt

Posted

Launch before works fine and I do see a possible problem with your settings but you won't get much help here about unzipping your roms because it's a registered feature.

Posted
Launch before works fine and I do see a possible problem with your settings but you won't get much help here about unzipping your roms because it's a registered feature.

I am registered.

Posted
I am registered.

Well in that case just use Zip/7-zip/Goodmerge support in the Emulator Setup Section and you can eliminate launch before and after all together.

Posted
Well in that case just use Zip/7-zip/Goodmerge support in the Emulator Setup Section and you can eliminate launch before and after all together.

The zip files contain many files that all need to be unzipped and in the same directory. I was under the impression that the 7zip support only unzipped the file needed (meaning the file referred to as the rom), I need them all unzipped, but just pass the .cue file to fusion.

Posted
The zip files contain many files that all need to be unzipped and in the same directory. I was under the impression that the 7zip support only unzipped the file needed (meaning the file referred to as the rom), I need them all unzipped, but just pass the .cue file to fusion.

You put *.cue in the ROM filter to only to display the actual game in the GameEx menu. Using the 7Zip GoodMerge support, when the game launches all the files contained in the archive are unzipped regardless of the filter. The cue file is used as the rom name in the commandline for mounting or passing to the emulator. The other files in the archive will be available to the emulator / cd mounting program if required.

Posted
You put *.cue in the ROM filter to only to display the actual game in the GameEx menu. Using the 7Zip GoodMerge support, when the game launches all the files contained in the archive are unzipped regardless of the filter. The cue file is used as the rom name in the commandline for mounting or passing to the emulator. The other files in the archive will be available to the emulator / cd mounting program if required.

So this is what you should probably change in your config

ROMFilter=*.iso;*.cue

Command=Fusion.exe -scd -fullscreen "[ROMPath]\[RomFile]"

LaunchBefore=

LaunchAfter=

GamesIn7Zips=True

Posted
You put *.cue in the ROM filter to only to display the actual game in the GameEx menu. Using the 7Zip GoodMerge support, when the game launches all the files contained in the archive are unzipped regardless of the filter. The cue file is used as the rom name in the commandline for mounting or passing to the emulator. The other files in the archive will be available to the emulator / cd mounting program if required.

well snap ;) I guess you learn something new all the time! Got it working now. Thx!!

Guest
This topic is now closed to further replies.
×
×
  • Create New...