home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / CREATE10.ZIP / CREATE.DOC < prev    next >
Text File  |  1995-01-21  |  10KB  |  265 lines

  1.  
  2.                               Create An Adventure
  3.  
  4.     TABLE OF CONTENTS:
  5.  
  6.      1.0 - OVERVIEW                                                 PAGE 2
  7.  
  8.      2.0 - SETUP                                                    PAGE 2
  9.          2.01 GT-USER BBS SETUP                                     PAGE 2
  10.  
  11.      3.0 - OPERATIONS                                               PAGE 2
  12.          3.01 SYSOP FUNCTIONS                                       PAGE 2
  13.          3.02 CUSTOM ANSI SCREENS                                   PAGE 3
  14.               4.021 SAVING ANSI SCREENS                             PAGE 3
  15.  
  16.      4.0 - NETWORK CONSIDERATIONS                                   PAGE 3
  17.  
  18.      5.0 - BBS SOFTWARE SUPPORT                                     PAGE 3
  19.  
  20.      6.0 - COMMUNICATIONS                                           PAGE 3
  21.          6.01 COMM PORT SUPPORT                                     PAGE 3
  22.          6.02 NON-STANDARD IRQS                                     PAGE 3
  23.  
  24.      7.0 - WARRANTY                                                 PAGE 4
  25.  
  26.      8.0 - COPYRIGHT                                                PAGE 4
  27.  
  28.      9.0 - REGISTRATION                                             PAGE 4
  29.  
  30.     10.0 - SUPPORT                                                  PAGE 4
  31.  
  32.     11.0 - CREDITS                                                  PAGE 4
  33.  
  34.     12.0 - HISTORY                                                  PAGE 4
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                      Page 1
  66.  
  67.  
  68.                               Create An Adventure
  69.  
  70.     1.0 OVERVIEW:
  71.  
  72.          Create An Adventure is a game door designed to allow users to
  73.          create an interactive text adventure.  It is based on the concept
  74.          some novels use in that you read a section and your given various
  75.          options.  Based on what option you've chosen, the book directs you
  76.          to the next section to read.
  77.  
  78.          Create An Adventure will run up to fifteen separate novels at one
  79.          time.  Once the player has selected which novel (s)he wants to
  80.          participate in, the first page is displayed and then the player is
  81.          given three choices.  If the choice has already been defined by a
  82.          previous player, (s)he'll go to what page that choice points to.
  83.          If it has not been previously defined, (s)he'll be given the
  84.          opportunity to add the scene, thereby making the book grow.  By
  85.          doing this, the possibilities are virtually limitless or to the
  86.          capacity of your hard drive since Create An Adventure will support
  87.          over two billion pages per book.
  88.  
  89.     2.0 SET UP:
  90.  
  91.        1. Create a configuration file that contains the following
  92.           information
  93.            1 - Complete path to DOOR.SYS file
  94.                (See OPERATIONS for file types supported.)
  95.                (See NETWORKING for network support.)
  96.            2 - The name of your BBS
  97.            3 - Sysop's first name
  98.            4 - Sysop's last name
  99.  
  100.          2.01  - GT-USER BBS SETUP
  101.  
  102.             There are 2 additional lines necessary when using GT-USER BBS.
  103.             Since this file does not provide the CommPort% and NodeNum%
  104.             variables, advise your Door users to add them to this CFG file
  105.             on lines 5 and 6 respectively. Both variables will default to 1
  106.  
  107.            5 - Total number of adventures supported at one time.  Up to 15
  108.                are currently supported.  See the Registration section for
  109.                more information.
  110.  
  111.     3.00 OPERATIONS:
  112.  
  113.     3.01 The following sysop functions are available when a user is logged
  114.          in CREATE.
  115.  
  116.          F3 - Toggle Printer On/Off
  117.          F4 - Toggle Sysop Page Status
  118.          F5 - Shell to DOS
  119.          F7 - Toggle Caller Alarm
  120.          F8 - Dump User Back To BBS
  121.          F9 - Toggle Display On/Off
  122.          F10 - Initiate Sysop Chat.  In chat mode, ESC will end chat
  123.          ALT N - Sets Sysop On Next Flag
  124.          ALT X - Sets Exit To DOS flag
  125.          Up Arrow - Increase User Time
  126.          Dn Arrow - Decrease User Time
  127.          Rt Arrow - Increase User Security Level
  128.          Lt Arrow - Decrease User Security Level
  129.  
  130.  
  131.                                      Page 2
  132.  
  133.  
  134.                               Create An Adventure
  135.  
  136.     3.02 The welcome screen supports an ansi version by appending a g to
  137.          the file name.  The file must be called WELCOME.  Use your
  138.          favorite ansi editor and save the file as WELCOMEG.  Note that the
  139.          help files can also be colorized by the same way.
  140.  
  141.     3.021 When saving ansi screens, use the Block Save function when using
  142.           TheDraw or the equivalent for whatever ansi pgm you are using.
  143.           When marking the block, do not use column 80.  Also use no video
  144.           preparation when saving the file.  All screens are customizable.
  145.  
  146.     4.00 NETWORK CONSIDERATIONS:
  147.  
  148.          Set up on a multitasking or network environment is painless.
  149.          The following environment variables are supported in the calling
  150.          batch file on line 1. They are %PCBDRIVE%, %PCBDIR% and %PCBNODE%.
  151.  
  152.          PCBoard systems automatically set these variables when executing a
  153.          door.  If you do not run a PCBoard system then set the environment
  154.          variables in each node's board batch file.
  155.  
  156.          For example, if Create was located in C:\DOORS\CREATE and you're
  157.          running a three node system and each node's directory were
  158.          C:\PCB1, C:\PCB2 and C:\PCB3 then the calling batch file could be
  159.          set up like this:
  160.  
  161.               @ECHO OFF
  162.               CLS
  163.               C:
  164.               CD \DOORS\CREATE
  165.               CREATE C:\PCB%PCBNODE%\PCBOARD.SYS
  166.               BOARD%PCBNODE%
  167.  
  168.          Or if you wanted to, line 5 could be
  169.               CREATE %PCBDRIVE%%PCBDIR%%PCBNODE%\PCBOARD.SYS
  170.  
  171.      5.00 BBS SOFTWARE SUPPORT
  172.  
  173.          PCBOARD.SYS  - PCBoard 14.x - 15.x
  174.          CALLINFO.BBS - Wildcat system prior to ver 3
  175.          USERINFO.BBS - Wildcat systems ver 3.x
  176.          DOOR.SYS     - For systems that support DOOR.SYS
  177.          DORINFOx.DEF - QBBS/RBBS/RA (change x to reflect node number)
  178.          SFDOORS.DAT  - Spitfire systems
  179.  
  180.      6.00 COMMUNICATIONS:
  181.  
  182.           6.01 Create supports standard comm ports 1 - 15.
  183.  
  184.           6.02 Non-standard comm port interrupts are also supported.  To
  185.           utilize IRQ 5 your command line to call the door should look like
  186.           this:
  187.  
  188.           CREATE CREATE.CFG /5
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.                                      Page 3
  198.  
  199.  
  200.                               Create An Adventure
  201.  
  202.      7.0 WARRANTY:
  203.           This product is provided "as is" without warranty of any kind.
  204.           The entire risk as to the results and  performance of the program
  205.           is assumed by you.  Furthermore, the  author does  not warrant,
  206.           guarantee, or  make any  other representations regarding  the use
  207.           of,  or the  results of the use of the program,  and you  rely on
  208.           the  program and  results  solely at  your own risk.  The author
  209.           cannot and  will not accept  responsibility for system damage,
  210.           loss of profit, or any other special, consequential or incidental
  211.           damages resulting from the use or inability to use this product.
  212.  
  213.      8.0 COPYRIGHT:
  214.  
  215.           Create An Adventure copyright (c) 1995 by  Chris Gifford is being
  216.           distributed as Shareware. Under this concept you may use the
  217.           SHAREWARE.  (unregistered) version for a reasonable period of
  218.           time for evaluation  after which you must either register your
  219.           copy or stop usage.  This time period is set for 30 days.
  220.  
  221.      9.0 REGISTRATION:
  222.  
  223.           The shareware version only supports 1 novel while the registered
  224.           version will support up to 15.
  225.  
  226.           Registration gets you support via the Foundation's Edge BBS (801)
  227.           776-4367 which is a USR HST D/S line.  Please see REGISTER.TXT
  228.           for current information on registering Create.
  229.  
  230.           Please include exactly how you want your name to appear when the
  231.           door first opens.  You are limited to 35 characters or less.
  232.           Please include your BBS number so I can upload the latest version
  233.           of CREATE and the key to enable all of it's features.
  234.  
  235.           Once you have registered and obtained your key then place the key
  236.           in the CREATE directory.
  237.  
  238.     10.0 SUPPORT:
  239.  
  240.           I believe in supporting any software that I develop, whether the
  241.           user has registered the software or not.  Support for CREATE can
  242.           be obtained at Foundation's Edge (801) 776-4367 24/96/14.4/28.8
  243.           HST/DS USR modem.
  244.  
  245.     11.0 CREDITS:
  246.  
  247.          CREATE was developed under DFRAME, a doors development kit for MS
  248.          Basic 7.X PDS and is copyrighted by Ted Freeman of MicroNet BBS
  249.          (615) 690-0424.
  250.  
  251.          I got the idea for Create quite a few years ago from a door that
  252.          was developed for PCBoard(tm) 12.0.  I have no idea who the
  253.          original programmer was and the file has since been deleted since
  254.          it did not work with the port locked.
  255.  
  256.     12.0 HISTORY:
  257.  
  258.          0.1 - Alpha test at Foundation's Edge.  Various bugs and kinks
  259.                worked out.  Not released to public.
  260.  
  261.          1.0 - Initial release to shareware market.
  262.  
  263.                                      Page 4
  264.  
  265.