QUAKE CDPlayer Freeware - 4th Dimension Software (http://4ds.simplenet.com/)
    -= Created by Mark Glenn (fglenns@ix.netcom.com) =-

------------------------------------------------------------------------------

   Quake CDPlayer was created because I got sick of listening to my Quake CD
and wanted to listen to my others (Mortal Kombat CDs are great to play to
Quake!).  Quake CDPlayer can skip tracks, pause, resume, eject, turn off, and
turn back on.  All commands were bound to single keys for easy access.  They
can be changed and I will show you how later.

   Quake CDPlayer does have its shortcomings because it is just a script.  For
one thing, Quake will play a random (sort of) track each level, and the only
way to find out what track is through the command: "cd info"  So, Quake
CDPlayer will assume it is on track 1.  So skipping forward will go to track
2 and not the next one on the cd.  Not too big of a deal, but it is there.
I will be releasing (if I can) a version written in QuakeC for developers to
get by this.  Also, it doesn't know when a cd is in, so if by accident,
something goes wrong, just insert the cd.  Also go to your consol screen "~"
and type the following: exec cdplayer.scr.  That should fix everything and
get you rolling again.  Another problem is it can't tell how many tracks, so
it has a max of 20 tracks.  If your CD has less tracks, it will still go up
to track 20 (without playing any music at these tracks).

   Here are all the commands to Quake CDPlayer:

   H - Show Help screen
   ] - Go to next track
   [ - Go to previous track
 F10 - Turn off/Turn on CD player
 F11 - Eject CD/Reset CD Player
 F12 - Stop/Restart CD player

   F10 Will turn off the CD player completely and turn it back on.
   F11 Will eject the CD.  Must replace CD and put back in before pressing
         F11 again.
   F12 Pause the CD Player and restart it.

   Now, if you want to change any of these commands, find the following lines
in CDPLAYER.SCR.

bind ] cdnext
bind [ cdprev
bind F10 cdo
bind F11 cde
bind F12 cds
bind h cdHelp

And change the items after the word bind to one of the following:
   A-Z,ENTER,TAB,F1-F12,INS,HOME,PGUP,DEL,END,PGDN,PAUSE,;,SPACE,TAB,
   MOUSE1,MOUSE2,MOUSE3

   Please enjoy Quake CDPlayer.  If you have any questions, comments, or
complaints, please feel free to contact me at fglenns@ix.netcom.com or visit
our website at http://4ds.simplenet.com/.

******************************************************************************
Quake is a registered trademark of ID Software.  ID Software is in no way
affiliated with Quake CDPlayer.  All rights reserved.
