home *** CD-ROM | disk | FTP | other *** search
/ Special CD-ROM 6: Sound & Multi Media / SPECIAL6.ISO / __data / ff13d102.txt < prev    next >
Text File  |  1994-11-24  |  11KB  |  262 lines

  1.  
  2.  
  3.             ┌──────────────────────────────────────────────────┐
  4.             │ FoxFire 13 For DOS  (FF13D102.ZIP)  Version 1.02 │
  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.     If you wish to re-configure your sound card, run the program with 
  133.     the "/C" command-line option:  FF13 /C
  134.  
  135.  
  136. Registration
  137. ------------
  138.  
  139.    FoxFire 13 is shareware.  If you enjoy it, please support it!!!
  140.  Registration is only $10 which gets you the latest registered versions on
  141.  the diskette of your choice, plus registration codes good for all future
  142.  updates of the programs. The registered version sent to you will support
  143.  more sounds than the shareware version.
  144.  
  145.    The registration code allow you to change a program from a shareware
  146.  version to a registered version.  Essentially, what this buys you is
  147.  unlimited FREE updates.  If you acquire a newer version of FoxFire 13 from
  148.  a bulletin board (BBS) or through a shareware disk distributor, you can
  149.  convert the shareware version of the game to a registered versions for your
  150.  own use.
  151.  
  152.    To register, print the registration form from the initial shareware
  153.  screen and send it in.  To print the form, first make sure that your
  154.  printer is on-line and ready, then simply click on the "Print Registration
  155.  Form ..." button.
  156.  
  157.    If you prefer, the registration form can also be printed manually by
  158.  entering the following command from the DOS prompt (with your printer
  159.  connected and ready):
  160.  
  161.                               COPY FF13.FRM PRN
  162.  
  163.  
  164.    Then just fill out the form and send it, along with cash, check or money
  165.  order, to:
  166.  
  167.                                  Todd Svec
  168.                                5040 Dearborn
  169.                            Mission, KS 66202-1752
  170.  
  171.  
  172.  
  173. How To Contact The Authors:
  174. ---------------------------
  175.  
  176.    Todd or Randy can be contacted via US mail at the address above, or via
  177.  modem at one of the locations listed in the BBS.LST file. The main support
  178.  board is FoxFire BBS.
  179.  
  180.  
  181. General Instructions
  182. --------------------
  183.  
  184.    The following section describes features and options in FoxFire 13.
  185.  
  186.    The mouse pointer will appear as a white arrow with black edges.  In
  187.  general, the left button is used to select the object being pointed to
  188.  (a card or a button), while the right button is used to exit menus or
  189.  prompts.
  190.  
  191.    If you have a three-button mouse, the middle button will blank the
  192.  screen.  This can also be accomplished by pressing the left and right
  193.  buttons simultan