home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ARCADE / 3762 / SPACE.DOC < prev    next >
Text File  |  1994-07-29  |  4KB  |  117 lines

  1. Documentation for Space Cadet v1.2
  2.                 by Matt Groves
  3.  
  4. FOREWORD
  5.  
  6. Space Cadet is the first game in a trilogy of Science Fiction space shoot 'um
  7. up/action/arcade whatever games brought to you by Horizon Software.  Horizon
  8. Software is an up and coming software producing company with great potential.
  9. (As you can tell, this documention is blatently biased) Horizon Software is
  10. based on a revolutionary program called Game-Maker and its by Recreational
  11. Software Designs.  With it, I can produce VGA/SoundBlaster games that are as
  12. good or even better than most shareware.  Well, have fun!
  13.  
  14. REQUIREMENTS
  15.  
  16. VGA 320x200 in 256 colors
  17. 286, 386, 486, 586 or any other new processor that is invented thats faster
  18.     (686, 786 etc.)
  19. Between 600,000 and 622,224k memory freed up.  See "HOW TO GET MEMORY" help
  20.   section
  21.  
  22. OPTIONS
  23.  
  24. SoundBlaster or compatible (So far, I've only tested it on a ThunderBoard but
  25.                 it should work fine on any SB compatible)
  26. Joystick (Only two buttons supported. Sorry Gravis gamepad people)
  27. Super VGA (At the configuration screen, choose auto-detect if none of the other
  28.            options fit your card or if your not sure.)
  29.  
  30. CONFIGURING
  31.  
  32. To configure the game, type CONFIG.
  33. You can then choose your sound, sound driver (The one supplied should do the
  34. trick), and Super VGA mode although "Detect" works best if you're not sure.
  35.  
  36. STORY
  37.  
  38. You are Don.  A young StarFighter wannabe.  Since you're 2 years younger than
  39. StarFighter regulation age, you must stick to being an excellant space cadet
  40. for now.  One day, however, the king or Galia, Daiwn, takes over your home
  41. planet of Kwendor.  The citizens try to revolt but the cruel Daiwn takes a 
  42. hostage to ensure he is respected.  Normally, since you don't live there 
  43. anymore, you wouldn't care.  But the hostage just isn't any run of the mill
  44. damsel in distres, she is your young niece!  No one, not even her father, is
  45. brave enough to go after her.  You, with your primitive cadet trainer space
  46. ship, must pentrate the 2 moons of Kwendor and reach the evil guardians of 
  47. your niece: The Mini-Men-In-The-Moon! They may sound goofy, but they are deadly!
  48. Good Luck!
  49.  
  50. INSTRUCTIONS 
  51.  
  52. Controlling Don is simple.
  53. Use the arrow keys or the joystick to move him around. (For you laptop and 86
  54. keyers, use the number pad with numlock on)
  55. Using the blasters is also simple.  Just press space bar and they will shoot
  56. in the direction you last moved. (Or Joystick Button 1)
  57.  
  58. TROUBLE-BLASTING
  59.  
  60. If you run the game and the title screen is all screwed up, it is probably 
  61. because you have the game in a directory with a long name.  
  62. Example:    C:\GAMES\SPACE\SPACECD
  63. To fix this, move the game to a smaller directory name.
  64. Examples:   C:\SPACE
  65.             C:\SPACECD
  66.             C:\GOODGAME
  67.  
  68. HOW TO GET MEMORY
  69.  
  70. If you can not get enough memory, then either the SoundBlaster sound effects
  71. won't play or the game will say NOT ENOUGH MEMORY.  In both cases a boot disk
  72. helps.  To make a boot disk, put a disk into drive a:.  Make sure that if its
  73. a 360k drive, use a 360k disk.  If its a 720k drive, use a 720k disk.  Etc.
  74. Type FORMAT A:/S at the DOS prompt.  Then copy HIMEM.SYS or your High Memory
  75. Manager.  Edit the Autoexec.bat file for a:.  Type the following
  76.  
  77. @echo off
  78. c:
  79. cd\space or whatever the directory name  
  80.  
  81. Then edit a Config.sys for a:.  Type the following
  82.  
  83. device=a:\himem.sys
  84. DOS=HIGH
  85.  
  86. This will free up all the memory your going to need.
  87. You 286ers may be wondering, WHAT IF I DON'T HAVE HIGH MEMORY?
  88. Then just follow these specific steps.  If the boot disk doesn't work or
  89. if you don't want to go through the trouble of making one, this will free
  90. up memory too.  At the DOS prompt type
  91.  
  92. cd\
  93. ren AUTOEXEC.BAT AUTOEXE.BAT
  94. ren CONFIG.SYS CONFIGU.SYS
  95.  
  96. Then run your game.  To get your computer back to normal, type
  97.  
  98. cd\
  99. ren AUTOEXE.BAT AUTOEXEC.BAT
  100. ren CONFIGU.SYS CONFIG.SYS
  101.  
  102. Then Re-boot your computer.  Simple!
  103.  
  104. QUESTIONS OR COMMENTS
  105.  
  106. If you have any questions or comments, write to us at
  107.  
  108. Horizon Software
  109. 1867 Beacon St
  110. Lancaster, OH 43130
  111.  
  112.  
  113. BUG FIXES
  114.  
  115. v1.0 - Initial Release
  116. v1.2 - Fixed choppy controls, herky jerky shooting, and other minute bugs.
  117.