|
-
Sep 28th, 2002, 11:32 AM
#1
Thread Starter
Hyperactive Member
Cd-rom... '***Resolved***'
I have a game. Whenever it needs to load a bit of data it pauses for 5 seconds because when its not loading data, the cd-rom stops spinning. So, than it needs to get it up to speed. Finally it continues. Does anyone know how I could write a program that would keep it spinning?
Last edited by VBD; Sep 28th, 2002 at 02:56 PM.
Hello
-
Sep 28th, 2002, 11:37 AM
#2
I wonder how many charact
what game? Perhaps you should search for a NO-CD patch....
I get these for mutiplayer games like AgeofEmpires, where it takes longer to get in a lobby, or start the game because you have to wait for the CD-authentification, and then other times, the CD to spin up.
-
Sep 28th, 2002, 11:38 AM
#3
Fanatic Member
You got to search for the command required to send to CD ROM controller chip. Once you get the commands you can send them to the CD ROM drive. But let me tell you one thing, as far as I know VB lacks capability of directly interacting with any of the hardware. So you better use VC++ or C++ to do the job.
Other reason of CDrom stopping is lack of buffer memory in the CDROM which may be becoming full very fast. So try using latest and fast drives like 52X or Ultra Fast 72X from ASUS.
Kinjal
-
Sep 28th, 2002, 02:56 PM
#4
Thread Starter
Hyperactive Member
I Should have figured this out before...
I figured out that if I have a drivelist and a dir control that every one second sets its dir to the next drive on drivelist and then once it goes through them all starts over again it works! Not the best way, but heck it works great!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|