home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / ff13_101.zip / FF13.DOC < prev    next >
Text File  |  1994-06-14  |  12KB  |  272 lines

  1.  
  2.  
  3.               ┌──────────────────────────────────────────────┐
  4.               │ FoxFire 13    (FF13_101.ZIP)    Version 1.01 │
  5.               ├──────────────────────────────────────────────┤
  6.               │ Copyright 1994 - by Randy Rasa and Todd Svec │
  7.               │    written to support     5040 Dearborn      │
  8.               │       FoxFire BBS     Mission, KS 66202-1752 │
  9.               └──────────────────────────────────────────────┘
  10.  
  11.  
  12. Introduction
  13. ------------
  14.  
  15.    FoxFire 13 is a simple card game, made up while on a long plane flight
  16.  over the Colorado Rockies! It's easy to learn and easy to play. Randy Rasa
  17.  was gracious enough to put together my ideas into computer format! You'll
  18.  recognize his name as the author of such great shareware games as Simple
  19.  Pleasures, Solitaire Suite and Four Seasons. This program is a joint
  20.  venture and was written to help support my BBS, FoxFire, which has been
  21.  online since April 1988 at (913)722-6577 or (913)722-3321.
  22.  
  23.  
  24.                                          Todd Svec
  25.                                          Sysop of FoxFire BBS
  26.                                          Mission, KS
  27.                                          May 1, 1994
  28.  
  29.  
  30. Legal stuff
  31. -----------
  32.  
  33.    FoxFire 13 is shareware!  It is NOT freeware. It is NOT public domain!
  34.  As such, you can play it, copy it, and give it away as you wish.  In fact,
  35.  you are encouraged to distribute the program to friends, family, and
  36.  strangers alike.  This includes distribution via electronic bulletin board
  37.  systems (BBS), user's groups, and disk-distribution services.  All that we
  38.  ask is that the package remains unaltered and complete, consisting of the
  39.  following files:
  40.  
  41.   FF13.EXE ....... FoxFire 13 main menu
  42.   FF13.DOC ....... FoxFire 13 documentation (this file) *
  43.   FF13.FRM ....... FoxFire 13 registration form
  44.   FF13.HLP ....... FoxFire 13 help file
  45.   FFPIC1.PIC ..... FoxFire 13 graphics
  46.   FFPIC2.PIC ..... FoxFire 13 graphics
  47.   FFPIC3.PIC ..... FoxFire 13 graphics
  48.   CARDS.CD1 ...... Card Graphics
  49.   CARDS.CD2 ...... Card Graphics
  50.   HISTORY.TXT .... Program history *
  51.   FILE_ID.DIZ .... Program description *
  52.   BBS.LST ........ List of Support BBS's *
  53.   VENDOR.TXT ..... Shareware Distribution Information *
  54.   ERROR1.VOC ..... VOC file for an error *
  55.   LOSE1.VOC ...... VOC file for losing *
  56.   OFF.VOC ........ VOC file for taking cards off *
  57.   SHUFFLE.VOC .... VOC file for shuffling cards *
  58.   WIN1.VOC ....... VOC file for winning *
  59.  
  60.    All of the files except those marked with an asterisk (*) are required
  61.  for proper operation of FoxFire 13. FF13.DAT will be created upon running.
  62.  .VOC files may be deleted if you are not utilizing a sound card.
  63.  
  64.    Refer to the VENDOR.TXT file for more distribution information.
  65.  
  66.    Standard Limited Warranty: This software is sold "as is", without any
  67.  warranty as to performance or any other warranties whether expressed
  68.  or implied.  Because of the vast number of possible hardware and software
  69.  environments in which this software may be used, no warranty of fitness
  70.  for a particular purpose is offered.  The user assumes the entire risk of
  71.  using this program.  Any liability of the author will be limited to
  72.  product replacement or the refund of the registration fee.
  73.  
  74.  
  75. Hardware Requirements
  76. ---------------------
  77.  
  78.  FoxFire 13 requires:
  79.  
  80.   1. An IBM PC or compatible computer (80x86) with at least 512K of free
  81.      conventional memory.  To see if you have enough memory, simply type
  82.      "MEM" from the DOS command line.
  83.  
  84.   2. EGA or better graphics capability with at least 256K of video RAM.
  85.      This includes EGA, VGA, Super VGA (SVGA), and XGA adapters. Note that
  86.      IBM's original VGA video card did not include enough memory to run at
  87.      640x350x16.
  88.  
  89.   3. A Microsoft mouse or 100% compatible pointing device.  I have tested
  90.      this program with both Microsoft and Logitech mice, with excellent
  91.      results.  There have been reports of other "off-brand" pointing devices
  92.      causing problems.  If you have a mouse problem, try the following:
  93.  
  94.      - Make sure your mouse driver is being loaded from your AUTOEXEC.BAT or
  95.        CONFIG.SYS file when your system powers up.  This is required even if
  96.        you run the program under Windows (which uses its own mouse driver
  97.        for Windows programs).
  98.  
  99.      - Make sure you have the latest driver for your mouse.  Check with the
  100.        mouse manufacturer for details.  As of this writing, the latest
  101.        Microsoft driver is 9.01, and the latest Logitech is 6.30.  Even 
  102.        if you have a third-party mouse, these drivers will often work. 
  103.        They can be acquired from most BBS's, or from the companies 
  104.        themselves.
  105.  
  106.   4. Optional Sound Card.  FoxFire 13 can use a SoundBlaster or 100%
  107.      compatible sound card.  On most computers, this program can auto
  108.      detect the proper sound card address and interrupt settings, but some
  109.      configurations may have problems with this.
  110.  
  111.      The first time the program is run it will ask you for information 
  112.      about your sound card.
  113.  
  114.      It also helps if you set the "BLASTER" DOS environment variable 
  115.      like so:
  116.  
  117.         SET BLASTER=A220 I7 D1 T3
  118.  
  119.                     │    │  │  └── SoundBlaster type (normally 3)
  120.                     │    │  └───── DMA setting (always 1)
  121.                     │    └──────── IRQ line (2, 3, 5, or 7)
  122.                     └───────────── Port address (220 or 240)
  123.  
  124.     Refer to your sound card's documentation for details.  Make sure there
  125.     are no spaces around the "=" sign, and exactly one space between each
  126.     parameter.
  127.  
  128.     If you experience problems, you can disable the sound card support 
  129.     entirely by running the program with the "/NOSB" command-line 
  130.     option: FF13 /NOSB
  131.  
  132.  
  133. Registration
  134. ------------
  135.  
  136.    FoxFire 13 is shareware.  If you enjoy it, please support it!!!
  137.  Registration is only $10 which gets you the latest registered versions on
  138.  the diskette of your choice, plus registration codes good for all future
  139.  updates of the programs. The registered version sent to you will support
  140.  more sounds than the shareware version.
  141.  
  142.    The registration code allow you to change a program from a shareware
  143.  version to a registered version.  Essentially, what this buys you is
  144.  unlimited FREE updates.  If you acquire a newer version of FoxFire 13 from
  145.  a bulletin board (BBS) or through a shareware disk distributor, you can
  146.  convert the shareware version of the game to a registered versions for your
  147.  own use.
  148.  
  149.    To register, print the registration form from the initial shareware
  150.  screen and send it in.  To print the form, first make sure that your
  151.  printer is on-line and ready, then simply click on the "Print Registration
  152.  Form ..." button.
  153.  
  154.    If you prefer, the registration form can also be printed manually by
  155.  entering the following command from the DOS prompt (with your printer
  156.  connected and ready):
  157.  
  158.                               COPY FF13.FRM PRN
  159.  
  160.  
  161.    Then just fill out the form and send it, along with cash, check or money
  162.  order, to:
  163.  
  164.                                  Todd Svec
  165.                                5040 Dearborn
  166.                            Mission, KS 66202-1752
  167.  
  168.  
  169.  
  170.    Users in Germany and Northern Europe may register through a registration
  171.  service called "Der PD-Profi", which will take care of monitary
  172.  conversions and mailing to the United States.  Please contact:
  173.  
  174.                              Der PD-Profi
  175.                             Gerd Zöttlein
  176.                             Schulstrabe 13
  177.                            D-86666 Burgheim
  178.                                Germany
  179.                          Tel. 0 84 32 / 12 96
  180.                          Fax. 0 84 32 / 86 74
  181.  
  182.  
  183. How To Contact The Authors:
  184. ---------------------------
  185.  
  186.    Todd or Randy can be contacted via US mail at the address above, or via
  187.  modem at one of the locations listed in the BBS.LST file. The main support
  188.  board is FoxFire BBS.
  189.  
  190.  
  191. General Instructions
  192. --------------------
  193.  
  194.    The following section describes features and options in FoxFire 13.
  195.  
  196.    The mouse pointer will appear as a white arrow with black edges.  In
  197.  general, the left button is used to select the object being pointed to
  198.  (a card or a button), while the right button is used to exit menus or
  199.  prompts.
  200.  
  201.    If you have a three-button mouse, the middle button will blank the
  202.  screen.  This can also be accomplished by pressing the left and right
  203.  buttons simultaneously.
  204.  
  205.    The "Help" button brings up several pages of information about how to
  206.  play the games, which you can view by clicking on the single- or
  207.  double-arrow buttons to scroll the display by one line or page at a
  208.  time.  When you are finished reading the help, click on the "OK"
  209.  button to exit.
  210.  
  211.    The "Options" button brings up the options menu, which you can use to
  212.  set your preferences for both generic and game-specific options.  The
  213.  generic options are:
  214.  
  215.    Sound: Select "Disable" to disable the beeps, clicks, and various other
  216.  noises the programs make.  Select "PC Speaker" to enable various sounds
  217.  through the PC speaker or Digital sound for SoundBlaster compatible sounds.
  218.  
  219.    Session Statistics: Choices are:  Display Only On Demand, Display When
  220.  Exiting The Game and Display After Every Game
  221.  
  222.    Easy Mode: When this option is enabled, you can pick two cards that are
  223.  overlaying each other that form 13. If disabled, only the four cards with
  224.  their full faces showing can be chosen for removal. Default is Easy mode.
  225.  
  226.    Move Alert: When this option is enabled, a little help box will show you
  227.  that you have possible moves immediately playable and changes to "No Moves"
  228.  when there are no immediate moves. Default is disabled.
  229.  
  230.    Background and Border Colors: Click on the up & down arrows to step
  231.  through the available choices.
  232.  
  233.    Card Back: Click on the card back graphic to bring up a menu of available
  234.  card backs to choose from.
  235.  
  236.    Once you've set things to your liking, you may click on the "OK" button
  237.  to save your preferences to disk, or on the "Cancel" button to exit the
  238.  Options menu without changing anything.
  239.  
  240.    The "New Hand" button will end the current game, update your statistics,
  241.  and start a new hand.  Note that the stats will only be updated if you have
  242.  made moves that increased your score.  This allows you to evaluate the
  243.  layout of the cards and, if you don't like what you see, to begin a new
  244.  game without having it count against you.
  245.  
  246.    The "Same Hand" button will allow you to replay the last game using the
  247.  same series of cards.
  248.  
  249.    The "Undo button" will allow you to back up your moves up to five levels
  250.  deep. This can also be used "creatively"...
  251.  
  252.    The "Player Selection Menu" allows you to select from up to 10 players.
  253.  Each record holds statistics and game options (ie, color) for each player.
  254.  
  255.    The "<" and ">" buttons allow you to quickly change between players. If
  256.  a game is in progress, changing players will end the current game.
  257.  
  258.    Use the "Quit" button to exit the program.  If you have made any moves
  259.  that increased your score, your statistics will be updated and displayed
  260.  briefly before returning you to DOS.
  261.  
  262.    Another way to exit the game is to press the "Abort" key (F10).  If you
  263.  press F10 (and select the "Exit This Program" option in the pop-up dialog
  264.  box or press F10 again), the program will quit to DOS without saving the
  265.  data file (and thus not giving you a low score if you have to quit the
  266.  program in the middle of a game).
  267.           < Of course you realize this is cheating, don't you? >
  268.  
  269.    Use the "Statistics" button to show the current players game stats. Here
  270.  you have the option of clearing a players stats.
  271.  
  272.