home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1996 December / PC_Shareware-1996-12.iso / gry / dos / duckhunt / readme.exe (.txt) < prev    next >
Encoding:
Graham's TXT2COM  |  1995-03-22  |  14.1 KB  |  271 lines

  1.                              
  2.                              
  3.                              
  4.                              
  5.                              
  6.                              
  7.                              
  8.                              ~05Gun Boat Duck Hunt~07 
  9.                             
  10.                               
  11.                                     v1.2
  12. ~07
  13. ~01                             By Michael VanFleet
  14. ~07
  15.                                    
  16. ~85                         Brought to you by Loco Ware
  17.  
  18.  
  19.  
  20. ~07                                   
  21. ~02                                   To see 
  22.      ~81 ------> ~02how to get a copy of the full Duckhunt source code ~81<------
  23.                      ~02in Turbo C++ check the end of this file!
  24.  
  25.  
  26.  
  27. ~07        Game: Graphical game of the mindless slaughter of ducks by
  28.                 a battle ship.
  29. ~07
  30. ~02        Controls: 
  31. ~07           Aiming: 
  32.              Crosshairs up & down .......... Move mouse up & down
  33.              Crosshairs left & right........ Move mouse left & right
  34.              
  35.                The movement of the mouse is 'speed sensitive' that is there
  36.                are three speeds that the turret will rotate according to how 
  37.                fast the mouse is moved. This allows for tracking of the slower
  38.                moving ducks.
  39.              
  40.            Fire cannon.................... Hold left mouse button down 
  41.                
  42.                The mouse routines that were used in making duck hunt (Mouse++)
  43.                don't handle the pressing of the buttons while the mouse is 
  44.                moving very well. So when moving the turret there is sometimes
  45.                a slight delay between pressing the mouse button and the firing
  46.                of the cannon. To some this is a big deal but I think it adds
  47.                to the difficulty of a very easy game. I do, however, recomend
  48.                holding down the mouse button the entire time while playing. 
  49.                There is no limit on ammo.
  50. ~07      
  51. ~02      Menus:
  52. ~07                Bring up 'Keys' menu & return.. F1
  53.                 Bring up Background selection.. F2
  54.                 Bring up Duck selection ....... F3
  55.                 Pause game .................... P
  56.                 Turn off mask ................. M
  57.                 Turn off duck radar ........... R
  58.                 Different sight choices ....... S
  59.                 Slow-mo death toggle .......... D
  60.                 Stop sound .................... X
  61.                 Frame rate adjust ............. +/-
  62.                 Quit game ..................... Esc, Y
  63.  
  64. ~07        
  65. ~02        Selecting a new background:
  66. ~07                By pressing F2 you will be taken to a menu in which you may
  67.              select a new background in which to play duckhunt. There are 
  68.              three different default choices plus there is the option of 
  69.              putting your own personal background in. Here's how:
  70.  
  71.              *since I put duckhunt into a batch file to do the following
  72.               you must go into the batch file and type the pcx file name
  73.               after 'duck.exe'
  74.  
  75.              At the command line c:\whatever\> type   
  76.              
  77.                  ~07~04       duckhunt [filename in pcx]    ~04~07
  78.  
  79.              -for example, if you have duckhunt in the c:\duckhunt directory 
  80.              and you what to play with a background  fick.pcx  which is  
  81.              in the c:\love directory type
  82.                  
  83.                  ~07~04       duckhunt c:\love\fick.pcx ~04~07
  84.  
  85.                                    or 
  86.               -you may put the desired background into the same directory
  87.               as duckhunt and leave out the path name like
  88.  
  89.                   ~07~04      duckhunt fick.pcx   ~04~07
  90.  
  91.                 Now, when you go into the background selecting menu ( 'F2' )
  92.             there with be a choice there called 'personal' . Select this 
  93.             and sha-bam! you got your own graphic as a duckhunt background.
  94.         
  95.             -Note:  There are no splashes associated with the personal 
  96.                    background selection, nor are there splash sounds.   
  97.  
  98. ~07        
  99. ~02        Selecting new ducks:
  100. ~07                Similar to the background select, but you may not input your
  101.              own personal ducks.
  102.  
  103. ~07                           
  104. ~02        Speed Requirements:
  105. ~07
  106.                 This game was writen on a 486Dx2 66Mhz Machine and will run
  107.              optimally on a machine of similar speed. The game has been tested
  108.              on a P5-90Mhz machine it and runs a little quick, but is still 
  109.              playable. For those of you unfortunate people with machines 
  110.              slower than a 486Dx 33Mhz. duck hunt could run a little slow. If 
  111.              the game runs too slow for you I recommend turning of the 'mask'
  112.              option. Although, it takes away from the coolness of the game,
  113.              the ducks will move considerably faster. 
  114. ~07
  115. ~02        Memory Requirements:
  116. ~07
  117.                 Duck hunt does not require any type of EMS or XMS since it 
  118.              only runs in the 640K of conventional memory. I've estimated 
  119.              that it takes at like 490K +/- 25 to run duck hunt which is not 
  120.              too bad. A bootdisk may be required as a last resort. If you 
  121.              don't have enough room on your hard drive for this game then 
  122.              you've got serious problems.
  123. ~07                          
  124. ~02        Sound Support:
  125. ~07              
  126.                 By typing setup in the duckhunt directory you can turn on the
  127.              sounds and music in duckhunt. I don't think that the io address, 
  128.              or dma channels selection will work. Although it has only been 
  129.              tested with 220 and 1. Irq selection is the most important thing.
  130.              Your settings are saved in the duckhunt.cfg file.
  131. ~07       
  132. ~02        Programming:
  133. ~07
  134.                 This program was writen using Turbo C++ for DOS. It runs in 
  135.              mode 13h ( 320x200 256 colors) which is supported by all the 
  136.              graphics cards that I know of. The book Flights of Fantasy by the 
  137.              Waite Group Press was used for reference on graphics. It is a 
  138.              very good book that I recomend to anyone interested in the art
  139.              of game programming. The graphics were drawn with Deluxe Paint
  140.              II Enhanced. The sound blaster support for Duck hunt was part of
  141.              the Wordup graphics toolkit, unregistered version.
  142. ~07
  143. ~02        Things not included in this version, but will be in the next version:
  144. ~07                
  145.              - More tyes of 'ducks'
  146.              - Ability to put your own ducks in
  147.              - Better and more sounds
  148.              - Rocket launcher
  149.              - More death types
  150.              - Better mouse support
  151. ~07
  152. ~02        Problems:
  153. ~07
  154.                 My mouse doesn't work, what do I do?
  155.                         -either your mouse driver isn't loaded or its not 
  156.                          compatible with duck hunt. My mouse driver is a
  157.                          Logitech and Nate's is a Microsoft so I know it 
  158.                          works for those two.
  159.  
  160.                 Some of the graphical images look like square masses of random
  161.                   pixel colors, whats the matter?
  162.                         -You do not have enough free memory to hold all of 
  163.                          duck hunt's images. The first thing to be effeceted
  164.                          is the closing screen with Nate's and my name on it.
  165.                          Free up more memory like you would with any other
  166.                          game.
  167.  
  168.                 The game doesn't start up or locks up the computer.
  169.                         -The same problem as above.
  170.         
  171.                 Duck hunt locks up with the message 'stack over flow'.
  172.                         -I'm not sure what causes this error. I have found 
  173.                          that it occurs most often after I have been going in
  174.                          and out of Turbo C and Deluxe Paint alot. This will
  175.                          happen every once and awhile. Sometimes you can 
  176.                          recover from it by typing 'mode 80' and then return. 
  177.                          Otherwise you must reset your computer.
  178.  
  179. ~07                                     
  180. ~02        How to get duckhunt source code:
  181. ~07                
  182.                 Send me $10 at the adress below in an envlope with your 
  183.              adress, and I will send you a copy of all my source code and
  184.              documentation on how I made duckhunt. If you have any questions 
  185.              at all please contact me.
  186. ~07                                       
  187. ~02        Me Begging for money and/or a job:                               
  188. ~07            
  189.                  Below is my address and e-mail address, etc... I am going 
  190.               be indept about 50 grand or more after I get out of college.
  191.               I spent a ton of time and late nights working on duckhunt
  192.               just to bring a smile to your face. If you like duckhunt please 
  193.               be kind and send me a small contribution, thanks. If you
  194.               work for or own a company that makes computer games and are 
  195.               looking for summer work or work anytime, Nate and I would
  196.               kiss you feet to be able to work for you/with you. We live
  197.               in a north western suburb of Philadelphia and are about 25 
  198.               minutes southeast of Reading, Pa. We are both computer 
  199.               engineering students at Lehigh University in Bethlehem, Pa
  200.               who love to program. We are forced to take Fortran programming
  201.               classes which is personally enough to make my heart stop 
  202.               beating from boredom. So Please have pity on us and send us 
  203.               money, or atleast e-mail me.
  204.                                               Thank You.
  205.                                       
  206.                                              
  207. ~07
  208. ~02        About Me:
  209. ~07
  210. ~01                            Michael R. Van Fleet
  211. ~07
  212.                          College:  Jan 95 - May 1 95
  213. ~07                         ---------------------------    
  214. ~05                          Lehigh University Box H187
  215.                             39 University Drive
  216.                                 Bethlehem, PA
  217. ~05                                          18015
  218. ~07
  219.                             phone: 1-610-758-0201
  220. ~07
  221. ~05                            email: mrv2@lehigh.edu
  222. ~07
  223.  
  224.  
  225.                          Home: May 2 95 - Aug 20 95
  226. ~07                         --------------------------
  227. ~05                              292 Levengood Rd.
  228.                               Douglassville, PA
  229. ~05                                           19518
  230. ~07
  231.                             phone: 1-610-689-5867
  232. ~07
  233. ~02        Special thanks:
  234. ~07
  235.                 -Mr. Simmons and Daniel Boone High School
  236.                 -Authors of 'Flights of Fantasy' and Waite group press
  237.                 -Creators of the wordup graphics toolkit.
  238.                 -Chris S. Price & Ross J. Michaels for concept ideas
  239.                 -Kieth P. Graham
  240.                 -Mouse++ and its creators
  241.                 -My parents
  242.                 -And of course, my inspiration and reason for living,
  243.                               
  244.                               ~07~04   Katie Fick  ~04~07
  245.  
  246.  
  247.  
  248.  
  249.         P.S.  If you are an animal rights activist or just some rich person
  250.            who has nothing better to do than protest and complain about
  251.            hunters and/or voilent vidoe games, and you do not like Duck hunt
  252.            or my sence of humor then you can call the Loco Ware complaint
  253.            Hot-line at:
  254.  
  255.                               1-800-2-BAD-4-U
  256.  
  257.  
  258.                                               -Thanks for your time!
  259.  
  260.  
  261.                            ~07  --->~85 THE END~07 <---~07
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.