-
Posts
235 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Downloads
Store
Articles
Everything posted by massop
-
Still the same issue for me.. I sourced all of these sounds from the same place, maybe its the way they were encoded, ill try getting sounds from different sources. It is odd that changing just 1 of these files removes all sound from game ex though
-
Been working on a basic theme over the weekend. Got this odd issue where when I change a sound (like the intro sound for instance) I can hear it fine in the theme editor, but when I actually open my theme there is no sound at all even from sounds I did not change? Any ideas Regards
-
ahh o.k, I think I understand now. GameEX only listens for .exe when specified in the commandline.
-
err.... I feel a lil embarressed. How does gameEX know what process to look at if the script is compiled or not? I had no idea it made a difference, compliled my .ahk to a .exe made the changes and it works more than perfect now. duh.. Thanks for the help man, your awesome as always
-
Kool thanks man. This works fine outside gameEX now (If I open NullDC, then command prompt "taskkill /f /im nullDC_Win32_Release-NoTrace.exe") But inside GameEX it does not work, I checked runitgame.bat and it did send "taskkill /f /im nullDC_Win32_Release-NoTrace.exe", I also removed [Mapping On] Exit nullDC (Process Close).ini incase of any conflict, but still didnt work. Any ideas?
-
Hi All I have spent allllllll day trying to figure this out and I am ultimatley stuck. I have Null DC working fine in game EX with a wrapper that someone posted in the config section. The issue I am having is that when I exit the emu, game EX does not close it. Before I post what I have done to try and fix this, here are my config files Emu ini start.ahk NumParams = %0% Param1 = %1% Param2 = %2% Param3 = %3% Run, nullDC_Win32_Release-NoTrace.exe, E:\Games\emulated\Sega Dreamcast\nullDC_104_r50\ WinWait, nullDC v1.0.4, IfWinNotActive, nullDC v1.0.4, , WinActivate, nullDC v1.0.4, WinWaitActive, nullDC v1.0.4, Sleep, 100 Send, {ALTDOWN}fn{ALTUP} Sleep, 100 WinWait, Select Image File, IfWinNotActive, Select Image File, , WinActivate, Select Image File, WinWaitActive, Select Image File, send {TAB 2} send {DEL} Send %1%{ENTER} WinWaitClose, E:\Games\emulated\Sega Dreamcast\nullDC_104_r50\nullDC_Win32_Release-NoTrace.exe, ExitApp Runitbat E: CD "E:\Games\emulated\Sega Dreamcast\nullDC_104_r50" start.ahk "E:\Games\ROMs\Sega Dreamcast\Looney Tunes - Space Race.nrg" Tskill.exe nullDC_Win32_Release-NoTrace.exe Log file [Mapping On] Exit nullDC (Process Close).ini o.k I am trying to use the "[Mapping On] Exit nullDC (Process Close).ini" options that comes with gameEX, I added "KeysToSendOnExit=%{F4}" in the file and it is trying to do it but it does not work. Following that failure I tried using the Tskill.exe command in "Launch after" what is odd about this is that I get the "process cannot be found" error when its executed even though in CTRL+ALT+DEL task manager Null DC is clearly running. I took it outside of game EX and tried to Tskill NullDC manually (command prompt) and I got the same issue. Because the NullDC has so many "_" and "-" in the file/process name I changed the EXE name to "Test" and tried Tskill.exe test.exe Again I got the "cannot be found" error but in task manager its clearly listed as "test.exe" I went back to the ALT+F4 solution and noticed that you cannot "ALT+F4" nullDC unless the menu at the top is visable (to do that you need to move the mouse) which is why I think GameEX cant close it using that advanced config. I think the solution would be to add a mouse movement in the "[Mapping On] Exit nullDC (Process Close).ini" before ALT+F4 is sent. Any help would be greatly appreciated.
-
...and my setting.ini: There was obviosly something wrong in my SSF.ini under [input]. I just cut and paste your [input] section into mine and now I can configure both pads in SSF no issue (I am already using xpadder btw) We got there in the end. Now on to the next Thanks for your help
-
yeah its because I have not got player 2 working in SSF yet, so it does not exist. Its now a SSF issue /cry Hopefully from your ini I can fill the gaps
-
Hey Mr Adultery could you send me your ini when you get a mo? I still cant get P2 working at all Thanks
-
Also you could try a script to have multple Joystick buttons pushed together that links to the ESC button. I use this on my setup and works sexy. #Persistent ; Keep this script running until the user blah blah exits Joy2:: If GetKeyState("Joy1") ;if one was down when you pressed two { Send {ESC down} KeyWait Joy2 KeyWait Joy1 Send {ESC up} } This works for 2 buttons simultaneously but you can edit this for more if need be. This is a autohotkey script by the way
-
Think I was Premature to mark this as [RESOLVED]. I have a new issue with the emulator. If I run the controller config from within the emu the only keys that work are the directional keys. I got around this by defaulting all the keys, finding out what they are ingame and applying that to an xpadder profile. This works However, when trying to configure player 2 this does not work as the default keys for 2 player are not mapped, no matter what keyboard keys I map, none of them work in the emu at all. Does anyone else have 2 pads configured for this emu or is it just impossible? Thanks
-
Perfect thanks. @echo off E: cd Games\Ultils\xpadder\ start "" xpadder.exe "xbox360 P1" "xbox360 P2" "xbox360 P3" "xbox360 P4" /M @echo on Thats how I configured it and it works a charm
-
Thanks mate "Exit" works perfect now. no more dialogue boxes For others looking here for my solution, here is my config files that I have working perfect. Emu config [Emulator_38] Enabled=True STARTPAGENAME=[Console] Sega Saturn (SSF) TITLETEXT=Sega Saturn StartPageLogo=Sega Saturn ROMFilter=*.cue RomPath=E:\Games\ROMs\Sega Saturn RomsInFolders=True SnapPath= TitlePath= BoxPath= CartPath= ManualPath= ControlPanelPath= InstructionsPath= TVAdPath= MusicPath= ImageNotFound= WorkingPath=E:\Games\emulated\sega saturn\SSF_012_beta MapKeys=True WaitBeforeKeys= SendKeys= ReplaceDash=False ReplaceUnder=True Capitals=False RemoveBrackets=True ShowDesktop=False Debug=False MAPFile= AlsoLaunch=C:\Program Files\DAEMON Tools Lite\dtlite.exe -mount 0,"[rompath]\[romfile]" Command=SSF.exe LaunchBefore=cmd /c "E:\Games\Ultils\xpadder\xpadder.bat" LaunchAfter=start "" "E:\Games\emulated\sega saturn\SSF_012_beta\deamon tools and xpadder exit.bat" configFile=[Mapping Off] Exit (Process Close) ExcludedFiles= CustomBackground= PlayMusic=False DontShowInfo= PlaySelectionMusic=False SelectionMusicFolder= PCGame=False DATABASE=[Console] Sega Saturn UseDbName= GamesIn7Zips=False MergeSets= PlayInScreenSaver=False ShowMostPlayed=True RandomMostPlayed=True CDCheck=False CDCheckFile= CustomArtName1= CustomArtPath1= CustomArtName2= CustomArtPath2= CustomArtName3= CustomArtPath3= CustomArtName4= CustomArtPath4= CustomArtName5= CustomArtPath5= GameExtenderCustomArtPath= GameExtenderConstants= System=Sega Saturn Category=Console Emulator=SSF Version=Ver0.12 alpha Rating= DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/SSF.7z RequiredFiles=Bios - SEGA_101.BIN and stv110.bin (512kb each) Website=http://www7a.biglobe.ne.jp/~phantasy/ssf/index.html Info=Sega Saturn emulator OLDatZip= lastgame= deamon tools and xpadder exit.bat @echo off C: CD "C:\Program Files\DAEMON Tools Lite\" dtlite.exe -unmount 0 Tskill xpadder Exit xpadder.bat @echo off E: cd games\Ultils\xpadder\ start "" xpadder.exe "E:\Games\Ultils\xpadder\xbox360 P1" /M @echo on
-
Yeah whenever I run a saturn game, when I exit I get a DOS prompt containing the following Not enough storage is available to process this command. C:\Program Files\DAEMON Tools Lite> Though that error is there all the bat files have worked correctly, its just when I run saturn games in succession I get multiple DOS promts up.
-
Not a gameEX question but I know most of you use xpadder here. Some emulators require I use xpadder for 1 - 6 players, I use a .bat file to launch xpadder with the specified profile. My question is, how do I run the command in the .bat to launch the xpadder profile for controllers 2+ This is what I use normally @ECHO off E: cd Games\Ultils\xpadder\ start "" xpadder.exe "E:\Games\Ultils\xpadder\xbox360 P1" /M @ECHO on I tried something like this but it just changed the profile for the first controller @ECHO off E: cd Games\Ultils\xpadder\ start "" xpadder.exe "E:\Games\Ultils\xpadder\xbox360 P1" /M start "" xpadder.exe "E:\Games\Ultils\xpadder\xbox360 P2" start "" xpadder.exe "E:\Games\Ultils\xpadder\xbox360 P3" start "" xpadder.exe "E:\Games\Ultils\xpadder\xbox360 P4" @ECHO on Thanks in advance.
-
Once again you da man. Worked perfect. Last question though, if I add @ECHO ON to the end of the .bat, will it close the CMD dialogue box after the script is run?
-
'dtlite.exe' is not recognized as an internal or external command, operable program or batch file. Not enough storage is available to process this command. E:\Games\emulated\sega saturn\SSF_012_beta> This is what I see when I exit gameEX, the same issue persists but its good to see the command promt still up giving me a clue where to look. However I have tried a few things including moving the batch file to the SSF dir as thats where the command promt end up, but still nothing. We must be getting close, I can feel it lol Can a program like wireshark be used to monitor what is going on here? it must be the dtlite command being executed in the wrong place or something but its hard to pinpoint since we get no errors bar this one. Anyways help is much appreciated as always
-
hmm very odd. I made the change and it still only kills xpadder (/f /im xpadder.exe threw up errors so I am just using tskill xpadder). Again I ran your version line by line in CMD window and it works. There are no errors in runitgame.bat and the log file at all. I bet I have missed something obvious here. I gotta dash to work so wont be back until the eve.
-
Thanks for the input guys I have udated this and it works Yay... I have a new issue but I think it will be a simple one to fix. Though my controls work with the xpadder profile, when I exit the emu the .bat I use to unmount the ISO and tskill the xpadder does not work. Probably a syntax thing but I did try a lot of varyations. New GameEX emu ini [Emulator_38] Enabled=True STARTPAGENAME=[Console] Sega Saturn (SSF) TITLETEXT=Sega Saturn StartPageLogo=Sega Saturn ROMFilter=*.cue RomPath=E:\Games\ROMs\Sega Saturn RomsInFolders=True SnapPath= TitlePath= BoxPath= CartPath= ManualPath= ControlPanelPath= InstructionsPath= TVAdPath= MusicPath= ImageNotFound= WorkingPath=E:\Games\emulated\sega saturn\SSF_012_beta MapKeys=True WaitBeforeKeys= SendKeys= ReplaceDash=False ReplaceUnder=True Capitals=False RemoveBrackets=True ShowDesktop=False Debug=False MAPFile= AlsoLaunch=C:\Program Files\DAEMON Tools Lite\dtlite.exe -mount 0,"[rompath]\[romfile]" Command=SSF.exe LaunchBefore=cmd /c "E:\Games\Ultils\xpadder\xpadder.bat" LaunchAfter=E:\cmd /c "Games\Ultils\xpadder\deamon tools and xpadder exit.bat" configFile=[Mapping Off] Exit (Process Close) ExcludedFiles= CustomBackground= PlayMusic=False DontShowInfo= PlaySelectionMusic=False SelectionMusicFolder= PCGame=False DATABASE=[Console] Sega Saturn UseDbName= GamesIn7Zips=False MergeSets= PlayInScreenSaver=False ShowMostPlayed=True RandomMostPlayed=True CDCheck=False CDCheckFile= CustomArtName1= CustomArtPath1= CustomArtName2= CustomArtPath2= CustomArtName3= CustomArtPath3= CustomArtName4= CustomArtPath4= CustomArtName5= CustomArtPath5= GameExtenderCustomArtPath= GameExtenderConstants= System=Sega Saturn Category=Console Emulator=SSF Version=Ver0.12 alpha Rating= DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/SSF.7z RequiredFiles=Bios - SEGA_101.BIN and stv110.bin (512kb each) Website=http://www7a.biglobe.ne.jp/~phantasy/ssf/index.html Info=Sega Saturn emulator OLDatZip= lastgame= Xpadder.bat (This works perfect, its just to help those who want to copy this setup) @echo off E: cd games\Ultils\xpadder\ start "" xpadder.exe "E:\Games\Ultils\xpadder\xbox360 P1" /M @echo on deamon tools and xpadder exit.bat (this is what is not working) @echo off cd \ cd C:\Program Files\DAEMON Tools Lite\ dtlite.exe -unmount 0 Tskill xpadder @echo on I manually opened CMD and copy/pasted each line of deamon tools and xpadder exit.bat into it and it works perfect, this makes no sense runitgame.bat (just in case i missed something) E: CD "E:\Games\emulated\sega saturn\SSF_012_beta" cmd /C "E:\Games\Ultils\xpadder\xpadder.bat" SSF.exe E:\cmd /c "Games\Ultils\xpadder\deamon tools and xpadder exit.bat" Thanks in advance **EDIT** Just fixed the LaunchAfter=E:\cmd /c "Games\Ultils\xpadder\deamon tools and xpadder exit.bat" to the correct LaunchAfter=cmd /c "E:\Games\Ultils\xpadder\deamon tools and xpadder exit.bat" This now exits xpadder but it does not unmount the ISO new runitgame.bat E: CD "E:\Games\emulated\sega saturn\SSF_012_beta" cmd /C "E:\Games\Ultils\xpadder\xpadder.bat" SSF.exe cmd /c "E:\Games\Ultils\xpadder\deamon tools and xpadder exit.bat"
-
Kool, thanks man As soon as I get in ill give it a whirl. Could you post your launch before command please with the xpadder lines in so I know where to start. Thanks
-
O.k looks like I am on a role here. I have SSF 012 Beta installed on my GameEX setup and it runs Fine bar 1 thing. I configured the controls outside GameEX (Direct input xbox 360 pad) and when launched it works no issues. When I run it via GameEX the game launched but it reverts to the default keyboard controls. Any suggestions? Thanks in advance SSF.ini # CardridgeID # 00 = none # 21 = Backup RAM Cartridge # 5a = 1MBytes RAM Cartridge # 5c = 4MBytes RAM Cartridge # # Areacode # 1 = Japan # 2 = Taiwan, Korea, Philippines # 4 = America, Canada, Brazil # c = Europe, Australia, South Africa [Peripheral] SaturnBIOS="E:\Games\emulated\sega saturn\SSF_012_beta\SEGA_101.BIN" STVBIOS="" CDDrive="1" CartridgeID="5c" Areacode="c" [Screen] Scanline="0" AutoFieldSkip="1" EnforceAspectRatioWindow="1" EnforceAspectRatioFullscreen="1" WideScreen="1" VSynchWait="0" FixedWindowResolution="0" FixedFullscreenResolution="1" BilinearFiltering="0" StretchScreen="1" FullSize="1" FullscreenDisplay="0" [Sound] LinearFiltering="1" Mute="0" Volume="1.00" BufferSize="2" [Program1] DisableInput="1" FlipThread="0" VDP1DrawThread="0" VDP1ExclusiveCPU="0" VDP1ThreadAlwaysRunning="0" VDP2DrawThread="1" VDP2MultiThread="1" VDP2ThreadNumber="11" SoundThread="1" CDBlockThread="0" CDBlockNoWait="0" ScanlineBaseTiming="0" DSPDynamicRecompile="1" [Program2] CDDriveReadSectors="8" DotClock="2.50" BlockClock="100" CheckSlaveSH2IdleLoop="1" SlaveSH2Speed="90" SH2RecompileBlockInstructions="40" CDSectorNumbersPerSecond="150" SH2RecompileBufferSize="8" SH2RecompileBlockNumber="40000" CheckMemoryAccess="0" [Program3] CheckSpritePriority="0" CheckCyclePattern="1" VDP2RAMRevisionAccess="1" VDP2RAMWriteTiming="0" MemoryAccessWait="0" SH2Cache="0" BusWait="0" BusWaitClock="0" SH2DMARealTransfer="0" SCUDMADelayInterrupt="0" CDTrackIndex="0" [Program4] CDAccessLED="1" NoBIOS="0" HookBackupLibrary="1" MeshTranslucent="0" Deinterlace="0" EmulateSpeed="1.00" 68000Type="0" ShowRegister="0" [SSFV] FrameRate="30" KeyFrameInterval="30" QuantumLevel="0" Thread="1" [Input] PortFlag0="0" PortFlag1="0" PadType0_0="0" PadType0_1="5" PadType0_2="5" PadType0_3="5" PadType0_4="5" PadType0_5="5" PadType1_0="0" PadType1_1="5" PadType1_2="5" PadType1_3="5" PadType1_4="5" PadType1_5="5" Pad0_0_0="1/34822/1/34823/1/34824/1/34825/1/0/1/256/1/1280/1/512/1/768/1/1024/1/33282/1/33281/1/1792/0/0/0/0/0/0/0/0/0/0/0/33025/0/33026/0/32769/0/32770/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_0_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_0_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_0_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_1_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_1_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_1_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_1_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_2_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_2_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_2_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_2_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_3_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_3_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_3_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_3_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_4_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_4_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_4_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_4_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_5_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_5_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_5_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad0_5_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_0_0="1/100358/1/100359/1/100360/1/100361/1/65536/1/65792/1/66816/1/66048/1/66304/1/66560/1/98818/1/98817/1/67328/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_0_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_0_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_0_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_1_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_1_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_1_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_1_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_2_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_2_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_2_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_2_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_3_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_3_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_3_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_3_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_4_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_4_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_4_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_4_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_5_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_5_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_5_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Pad1_5_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid0_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid0_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid0_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid0_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid0_4="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid0_5="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid1_0="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid1_1="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid1_2="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid1_3="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid1_4="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" Rapid1_5="0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0" VariableRapid0_0="0" VariableRapid0_1="0" VariableRapid0_2="0" VariableRapid0_3="0" VariableRapid0_4="0" VariableRapid0_5="0" VariableRapid1_0="0" VariableRapid1_1="0" VariableRapid1_2="0" VariableRapid1_3="0" VariableRapid1_4="0" VariableRapid1_5="0" EnableRapid="0" [Other] SMEM0="0" SMEM1="0" SMEM2="0" SMEM3="0" DateFlag="1" SSDate0="2011" SSDate1="5" SSDate2="4" SSDate3="12" SSDate4="15" SSDate5="12" SSDate6="33" SSDate7="2" ScreenMode="1" WindowSize="0" WindowX="75" WindowY="30" ROMFolder=".\" GameEX emulator ini [Emulator_38] Enabled=True STARTPAGENAME=[Console] Sega Saturn (SSF) TITLETEXT=Sega Saturn StartPageLogo=Sega Saturn ROMFilter=*.cue RomPath=E:\Games\ROMs\Sega Saturn RomsInFolders=True SnapPath= TitlePath= BoxPath= CartPath= ManualPath= ControlPanelPath= InstructionsPath= TVAdPath= MusicPath= ImageNotFound= WorkingPath=E:\Games\emulated\sega saturn\SSF_012_beta MapKeys=True WaitBeforeKeys= SendKeys= ReplaceDash=False ReplaceUnder=True Capitals=False RemoveBrackets=True ShowDesktop=True Debug=False MAPFile= AlsoLaunch=C:\Program Files\DAEMON Tools Lite\dtlite.exe -mount 0,"[rompath]\[romfile]" Command=SSF.exe "[rompath]\[romfile]" LaunchBefore= LaunchAfter=cmd /c "C:\Program Files\DAEMON Tools Lite\dtlite.exe" -unmount 0 configFile=[Mapping Off] Exit (Process Close) ExcludedFiles= CustomBackground= PlayMusic=False DontShowInfo= PlaySelectionMusic=False SelectionMusicFolder= PCGame=False DATABASE=[Console] Sega Saturn UseDbName= GamesIn7Zips=False MergeSets= PlayInScreenSaver=False ShowMostPlayed=True RandomMostPlayed=True CDCheck=False CDCheckFile= CustomArtName1= CustomArtPath1= CustomArtName2= CustomArtPath2= CustomArtName3= CustomArtPath3= CustomArtName4= CustomArtPath4= CustomArtName5= CustomArtPath5= GameExtenderCustomArtPath= GameExtenderConstants= System=Sega Saturn Category=Console Emulator=SSF Version=Ver0.12 alpha Rating= DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/SSF.7z RequiredFiles=Bios - SEGA_101.BIN and stv110.bin (512kb each) Website=http://www7a.biglobe.ne.jp/~phantasy/ssf/index.html Info=Sega Saturn emulator OLDatZip= Runitbat E: CD "E:\Games\emulated\sega saturn\SSF_012_beta" SSF.exe "E:\Games\ROMs\Sega Saturn\GUARDIAN_HEROES.CUE" cmd /c "C:\Program Files\DAEMON Tools Lite\dtlite.exe" -unmount 0 Log
-
Is the WIP available to download? I would love to give this a try, even if I can contribute to it myself.
-
Thanks for the prompt response, there are commas in the directory path, I guess I was not thinking when I built it like that, it does work however. Found something interesting here. I just ran sega master system that uses the same working path as the genesis one. game worked perfect no issues. Log runitbat E: CD "E:\Games\emulated\sega megadrive, Game Gear, Master system" Fusion.exe -sms -fullscreen "E:\Games\ROMs\Sega Master system\Unzipped7-Zip\Alex Kidd in Miracle World (J) [!].sms" Now when I tried to open the Genesis roms I got this log runitbat E: CD "E:\Games\emulated\sega megadrive, Game Gear, Master system" Fusion.exe -gen -fullscreen "E:\Games\ROMs\Sega megadrive\Europe\Sega Genesis-Mega Drive & 32x Roms [5,871] [Full Set].7z" that "E:\Games\ROMs\Sega megadrive\Europe\Sega Genesis-Mega Drive & 32x Roms [5,871] [Full Set].7z" does not exist 100% somewhere Game EX is remembering that path, but I have no idea where. I enabled and disabled 7z support and even disbled to scan subdirectories. Definitley stuck on this one
-
Hey guys. Got an odd issue here, I cant seem to figure this one out. I am using Kega Fusion that is working perfectly for Game Gear, Master system, 32x. in Game EX however it refuses to load the correct ROM path. It is loading an old ROM path I used ages ago. I went to GameEX\DATA and Deleted all the *.DBCACHE, *.DBCACHEINI and *.DBCACHENODATA File files but it still reverts back to the original ROM path (that no longer exists) This is my last log file. This is the config I have no Idea what I am doing wrong here RomPath=E:\Games\ROMs\Sega megadrive\Europe That is correct but in gameEX when I load the emulator it reverts to a "Sega Genesis-Mega Drive & 32x Roms [5,871] [Full Set]" folder that literally does not exist on my machine. Any help would be awesome. Regards