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

Nologic

Basic Member
  • Posts

    1360
  • Joined

  • Last visited

Everything posted by Nologic

  1. Nologic

    3DO Gamex

    The link is fine.
  2. Okay I'm puzzled as to why you want daemon tools to run at the same time...as it would only lead to problems. Since the disc image must be ready prior to SSF being loaded...other wise you're likely to run into the error that you did....which is basically telling you the drive isn't ready...which of course its not since the disc image is being loaded the same time as SSF...and thus its a race to see who gets done first...if daemon tools then no problem...if SSF...then a problem. Your fighting things and I'm not sure why... As for fullscreen if I recall you must launch SSF by its self...send it to fullscreen then exit while in fullscreen...next time SSF is launched it will launch in fullscreen.
  3. Nologic

    beta db's

    Dang Mega stud
  4. A loader isn't required by SSF by any means...tho a Map file maybe handy if your disc images have funky names. As Brian stated you can disable Deamon Tools own AutoRun...but often you still need to disable Windows AutoRun as well. Please refer to this thread for more info; including a link to TweakUI which will disable Windows AutoRun. Make sure you have the proper command lines for "Launch Before" & "Launch After"...GameEx has a nasty habit currently of stripping some required double quotes...so be sure to double check these. Your Import INI should look some thing like so: [Emulator] Enabled=True STARTPAGENAME=Sega Saturn TITLETEXT=Sega Saturn StartPageLogo=[Console] Sega Saturn ROMFilter=*.b5t;*.bin;*.bwt;*.ccd;*.cdi;*.iso;*.mds;*.nrg;*.pdi RomPath=F:\Emulation\Roms\Console\Sega Saturn\ SnapPath=F:\Emulation\GFX\Console\Sega Saturn\Snaps\ TitlePath=F:\Emulation\GFX\Console\Sega Saturn\Titles\ BoxPath=F:\Emulation\GFX\Console\Sega Saturn\Box\ CartPath=F:\Emulation\GFX\Console\Sega Saturn\Cartridge\ ManualPath=F:\Emulation\MAN\Console\Sega Saturn\ WorkingPath=F:\Emulation\EMU\Console\Sega Saturn (SSF)\ MapKeys=True WaitBeforeKeys= SendKeys= ReplaceDash=False ReplaceUnder=True Capitals=False RemoveBrackets=True ShowDesktop=False Debug=False MAPFile= AlsoLaunch= Command=SSF.exe OLDatZip= LaunchBefore="C:\Program Files\DAEMON Tools\daemon.exe" -mount 0,"[RomPath]\[RomFile]" LaunchAfter="C:\Program Files\DAEMON Tools\daemon.exe" -unmount 0 configFile=[Mapping Off] Exit (ALT+F4) ExcludedFiles= CustomBackground= PlayMusic=False DontShowInfo= PlaySelectionMusic=False SelectionMusicFolder= PCGame=False DATABASE=[Console] Sega Saturn GamesIn7Zips=False PlayInScreenSaver=False ShowMostPlayed=True RandomMostPlayed=False CDCheck=False CDCheckFile= [GENERAL] DumbyValue=
  5. hmm why not download images that match your rom sets? Some links to get you started...tho others probably also have links to share. http://www.advance-power.net/gba.php?content=pictures http://www.advanscene.com/ http://home.tiscalinet.ch/hj_wuethrich/index.html http://no-intro.dlgsoftware.net/main.php?lang=1 (No-Intro) http://www.psxa2z.com/HOME.html http://www.retrocovers.com/ http://localarcade.com/screenshotarchive/index.htm (GoodTools) http://covers.satakore.com/ http://www.thecoverproject.net/ http://www.vgmuseum.com/ frosty-theaussie for your roman numeral issue disable "Capitalise Words:" for that emulator.
  6. Nologic

    beta db's

    Dang I won't be able to jump onto this till at least tomorrow. However I'm very excited about the progress you've made. Maybe before to long we'll have new stock db's for GameEx.
  7. Nologic

    beta db's

    I'll dink around with things today and see what I can come up with.
  8. Nologic

    beta db's

    Okay here is the link to the current builds...I think thats all of them. Genesis is done to match good tools...tho there is a diff...I think like 5 or 6 games not matched in the DB, and 20+ not matched in good tools. I also noticed that Moby uses the common name for a game...and has notes as to what the game maybe named for certain systems...ran into this on like 5 games. I know Access accepts SQL commands...and AutoIt does do SQL commands...hehe but I don't know SQL for shit...so I do a butcher job when it comes to chatting with the DB. So don't go thinking I'm some sort of wiz at this stuff cause I"m not. Anyways I'll take a look at what you got.
  9. Currently there are no new plugins publicly available...over all tho for a early beta nullDC puts on a rather impressive showing.
  10. Nologic

    Joystick mapping

  11. Nologic

    Snaps

    I think this is largely dependent on the emulator used...please check the controls for the emulator you wish to use to make snaps\titles with.
  12. Your welcome...tho the bulk of favors seem to go back and forth...so I really don't see myself giving any more than I'm getting, so I'm with bkenobi. By and large the community is maturing to where there is a wealth of talent & experience, few if any questions go unanswered and most are answered with in a few minutes after they where posted. I look forward to seeing what this community looks like a year from now, it has already grown by leaps and bounds since I first joined...which wasn't all that long ago.
  13. Whats funny about P64 is that one version requires quotes...and another doesn't. Command=Project64.exe "[ROMPath]\[RomFile]" vs Command=Project64.exe [ROMPath]\[RomFile]
  14. Your welcome.
  15. You'll need to edit the User Vars as needed....the rest of the script shouldn't require any changes. Per Disc Script ; User Vars $image = "D:\Games\This_Is_My_Disc_Image.nrg"; Disc Image To Load $execute = "E:\Run_This_Executable.exe" ; Disc Executable To Run ; Mount CD\DVD Image RunWait ( 'C:\Program Files\Daemon Tools\daemon.exe -mount 0, "' & $image & '"' ) ; Launch Executable $PID = Run ( $execute ) ; Launch Child Termination Run ( @ScriptDir & '\Kill_Child.exe "' & @AutoItPID & '" "' & $PID & '"' ) ; Wait for Emu to Exit ProcessWaitClose ( $PID ) ; Close Loader Exit ; EOF Kill_Child Opt ( 'TrayIconHide' , 1 ) ; Wait on Parent to Exit ProcessWaitClose( $CmdLine[1] ) ; Kill Child Process ProcessClose ( $CmdLine[2] ) RunWait ( 'C:\Program Files\DAEMON Tools\daemon.exe -unmount 0' ) ; Close Loader Exit ; EOF *Updated* Forgot to unmount CD\DVD image in Kill_Child
  16. Well you'll need to disable the Auto Start for Daemon Tools, then you'll need to grab a copy of TweakUI and disable the Windows Auto Start...so basically you have two layers of Auto Start that must be disabled first off. Now are you looking to write a script per disc or are you looking at doing something different?
  17. Look in "C:\Program Files\GameEx\CONFIG\EMULATORS" for examples of advanced configs that allow you to set what buttons on your gamepad can be used in combination to exit. You'll need to set it up how you want then enable it on the second page of of your Emu's setup page in GameEx's Advanced Configuration.
  18. LMAO nah its fine...actually happy to see all the neat things going in. Heck if they didn't look like fun I wouldn't be updating.
  19. Thanks for the update Tom...but you know it seems these days that once I get one update downloaded there are another one cued up.
  20. Well you can grab MamePlus @ http://www5.emu-zone.org/host/mameplus/ its a mildly enhanced version of Mame32. You can of course elect to grab the original @ http://www.mame.net/ Just extract them into whatever location GameEx installed Mame for you at...then make the proper changes in "Advanced Configuration"
  21. Then your executable is corrupted...Mame32 should open and display a GUI...with standard Mame at the very least you should see a Dos box open then close quickly.
  22. Add quotes to the path & rename the executable to have no spaces in its name. Path: "C:\Program Files\Mameroom Designs LLC\Virtual Music Jukebox\" CMD: Virtual_Music_Jukebox.exe
  23. well you don't need to uninstall...just copy over top...then rerun the installation.
  24. yeah thats the correct setting...I think its named differently between the GUI and the INI import files.
  25. Actually normally you copy over the whole of the original install folder, then install over top of it, and skip the Setup Wizard...that is unless you want to add some thing new...
×
×
  • Create New...