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. Heh that would save some bandwidth and time. Thanks Tom for all the hard work.
  2. Well you can edit the MP3's if you like by using MP3Gain.
  3. Drat out witted yet again. Thanks headkaze for the effort.
  4. I'll see if I can come up with an answer for you this weekend. Now are you trying to do this with the remote, game pad, remote keyboard,...hehe tho I would image the remote keyboard would be a cake walk. I should be putting mine together this weekend...but if all else fails I"ll just hook stuff up to my current system and give it a go. Hopefully some one else will pop in with the answers you are needing.
  5. Heh back when debugging the system literally meant removing insects out of the hardware. Dang thats dating your self...I recall reel to reel, tho didn't do any hands on till 5.25 single sided floppys came out. Heh well its good to know I"m not the oldest here.
  6. Far as I'm aware they need to be extracted into the same folder as the CUE & ISO files. I might see about writing up a script to automate the creation of a single disc image. Well let me know if there is interest in the script, and if so I'll see if I can't get it written in the next day or so.
  7. Well I think there is a different way to go about this, than what was suggested in the new features thread. For now I'll pursume that you have things setup like so: \Sega CD\ \Sega CD\Game 1\ \Sega CD\Game 2\ \Sega CD\Game 3\ \Sega CD\Game ...\ Basically all the game folders are in stored in a common primary folder. Now you'll need to grab and install Link Shell Extension to do as I purpose. Actually follow the instructions on that page for the shell extension...basically you'll just create a hardlink in the \Sega CD\ folder of the CUE file (or what ever the load file is) thats contained in folder \Game 1\, so on and so forth. Then just make sure your Emu's "Luanch Before" and "Luanch After" entrys are correct...refer to GameEx Virtual CD Help post. This should ideally work, tho I have to admit I have not tested this.
  8. I vote for surge in users.
  9. Well dang it I have to get my link in as well. Link Shell Extension
  10. Well I don't know about just the lcd\led...I got a thermaltake unit...haven't really finished setting it up...but I'm already looking at a completely new enclosure. Zalman HD160XT heh not a cheap fix...and probably still not completely what your looking for.
  11. Nologic

    3DO Gamex

    I don't currently have 3DO running right now but this is what I did to get it to play nice prior: linky
  12. Nologic

    NeoRageX

    Will - Online Play. emphatic - ??Struggling?? I think your painting things with a very wide brush there.
  13. Nologic

    PowerISO

    Hey guys I got toying around with PowerISO...mainly looking at trying to make use of its daa format...that compress's ISO's and the like. Reason being is to save HDD space...to give you an idea: bin <- 626mb uif <- 506mb daa <- 427mb rar <- 402mb As you can see it gets the original bin down to nearly the same size as when the bin file is archived in WinRAR format. Any ways to the problem I'm having....for some reason the virtual drive created using PowerISO...with seems thus far to be the only one that mounts DAA files...isn't able to be seen by Kega...tho all other virtual drives are clearly visible...any one with any idea's?
  14. Nologic

    NeoRageX

    Rage currently doesn't work with GameEx...well at least I haven't came up with any thing thats evenly remotely workable. How ever you can use Fbe instead of Fba...which will also do NeoGeo games. linky You can also look into WinKawaks and Nebula for NeoGeo as well....or just do MAME...as it does Neo as well. PS 24 hours is way to much time trying to go at it alone before asking for help. I disapprove of folks that spam the forum on a whim question...but by the same token...I dont like to hear of people beating them selves to death out of fear to ask for help ether.
  15. Good to hear you got things working...and thats some good info to know, thanks for sharing.
  16. Well this is what I came up with when its mp3's. link 1 link 2
  17. Have you tried directly mounting it with daemon tools? Right now I have GameEx in a total mess...so can't test directly. How ever I have mounted a Sega CD game thats in that format...and all went well. There are a few diff's between your layout and mine. CATALOG 0000000000000 FILE "Bill Walsh College Football (1993)(Electronic Arts)(NTSC)(US)(Track 01 of 16)[!][CDAC-054000 1].iso" BINARY TRACK 01 MODE1/2048 INDEX 01 00:00:00 FILE "Bill Walsh College Football (1993)(Electronic Arts)(NTSC)(US)(Track 02 of 16)[!][CDAC-054000 1].wav" WAVE TRACK 02 AUDIO PREGAP 00:02:00 INDEX 01 00:00:00 FILE "Bill Walsh College Football (1993)(Electronic Arts)(NTSC)(US)(Track 03 of 16)[!][CDAC-054000 1].wav" WAVE TRACK 03 AUDIO INDEX 01 00:00:00 As you notice I have a "Catalog" entry...seems like a useless entry...file names used for the wav files are quoted...I wouldn't think this to be an issue unless there is a space in the naming...but who knows. Next I have no gaps between entry's...so basically I'm clueless. If all else fails you can always fire up Nero and create a single disc image of the game.
  18. Yup linky
  19. Post your cue....but more than likely you just need to turn off AutoRun for that virtual drive.
  20. "C:\Program Files\DAEMON Tools\daemon.exe" -mount 0,"[RomPath]\[RomFile]" "C:\Program Files\DAEMON Tools\daemon.exe" -unmount 0 Your missing a butt load of double quotes. If there is a space in a path....then it needs to be inclosed with double quotes.
  21. Adultery - Much thanks for the heads up...I was totally unaware of these.
  22. Nologic

    Lingpanda

    Nice work like always.
  23. Heh AutoIt version of the same thing: $message = "Hold down Ctrl or Shift to choose multiple files." $var = FileOpenDialog($message, "C:\Windows\", "Images (*.jpg;*.bmp)", 1 + 4 ) If @error Then MsgBox(4096,"","No File(s) chosen") Else $var = StringReplace($var, "|", @CRLF) MsgBox(4096,"","You chose " & $var) EndIf
  24. Actually you can make interfaces with AutoIt to a limited degree. Hehe I don't know if its a lot of time or not...hehe actually haven't learned AutoIt...just kind of fudge through it. Okay I'll look into it...just keep in mind I haven't really programmed since before there were GUI's. Which kind of explains why my scripts don't have them ether...even tho they are possible. hehe
×
×
  • Create New...