home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 080.SEEPRO.DOC < prev    next >
Text File  |  1991-04-26  |  4KB  |  110 lines

  1.  SEEPRO.DOC -- how to use SEE in the power mode
  2.  ==========
  3.  SEE run in the power mode will do much,  much more  than  in  EZC
  4.  mode,  including adding custom ATIS and other communications, and
  5.  incorporating scenery elements (not available from ASD) from  op-
  6.  tional SEE libraries.
  7.  
  8.  
  9.  REGISTERING SEE:
  10.  ----------------
  11.  SEE  version  03 is shareware.   If you'd like to add SEE to your
  12.  collection of  FS  enhancement  software,  please  send  the  $15
  13.  registration fee to:
  14.  
  15.  
  16.       Kyrna and Shane Wheeler
  17.       Kikiware
  18.       17 Ferguson Road
  19.       Warren, NJ 07060
  20.  
  21.  
  22.  It  would be helpful if you identify which program you are regis-
  23.  tering and where you picked it up (and CIS id, if applicable).
  24.  
  25.  Version 3 is a no-cost update for folks who  are  already  regis-
  26.  tered for previous versions of SEE.
  27.  
  28.  Thanks  to those who have already registered and welcome to those
  29.  about to - Laemming Wheeler, CIS id: 71317,2616
  30.  
  31.  
  32.  
  33.  INSTALLATION:
  34.  -------------
  35.  If you haven't done it already copy the two files  SEE03.EXE  and
  36.  EZC.DAT to either
  37.  
  38.  a) your flight sim directory, or
  39.  
  40.  b) a SEE directory (e.g.-- C:\FS4\SEE\)
  41.  
  42.  Both of these files must be in the same directory!
  43.  
  44.  
  45.  Copy all the DAT and MAC files to the same directory SEE03.EXE is
  46.  located in.
  47.  
  48.  Determine  where  you'd  like  to keep your SEE library files and
  49.  create a directory if necessary.   Copy the example  SEE  library
  50.  files (.SC0) to this directory.
  51.  
  52.  Copy the SC1 and MOD files to your FS directory.
  53.  
  54.  
  55.  
  56.  RUNNING SEE WITH A COMMAND LIST (.DAT file):
  57.  --------------------------------------------
  58.  With  the DOS prompt in the same directory that SEE03.EXE resides
  59.  in, invoke SEE by typing
  60.  
  61.       SEE03 {name of DAT file}<enter>
  62.  
  63.           e.g.- SEE03 ATIS.DAT<enter>
  64.           e.g.- SEE03 ATIS<enter>
  65.  
  66.  
  67.  
  68.  WRITING SEE COMMAND LISTS (.DAT files):
  69.  ---------------------------------------
  70.  You may put together a specific list of instructions to tell  SEE
  71.  how  to  enhance  a specific scenery file including adding custom
  72.  ATIS and COM messages and scenery library elements.   To do  this
  73.  you create a list of commands in the sequence you want SEE to ex-
  74.  ecute them in.
  75.  
  76.  Such  an instruction sequence is called a SEE COMMAND LIST.   The
  77.  COMMAND LIST is an ASCII file whose name  ends in .DAT  that  you
  78.  create using a text editor or the SEEPLUS package by Joe Lincoln.
  79.  
  80.  All the TUTORIAL (DAT) files are examples of legal COMMAND LISTS.
  81.  
  82.  The structure of these lists is important:
  83.  
  84.  Beginning:      set up input and output directories and files
  85.                 (INDIR, OUTDIR, INPUT, OUTPUT)
  86.                 set up library directory (LIBDIR)
  87.                 ask for report (REPORT)
  88.  
  89.  Middle:         commands for SEE
  90.                 may be mixed with comments
  91.  
  92.  End:            tell SEE to save the enhanced file (SAVE)
  93.                 tell SEE this is the end of the commands (END)
  94.  
  95.  Beyond:         documentation if desired
  96.  
  97.  You  may learn all about these commands by looking at and playing
  98.  with the tutorial  DAT files and from the reference documentation
  99.  and FROM EXPERIMENTING.
  100.  
  101.    **************** IMPORTANT ***************************
  102.    *  You  must first adjust  the contents of the file  *
  103.    *  DIR.MAC  to reflect the  actual  directory setup  *
  104.    *  you are using; use a text editor and follow the   *
  105.    *  instructions in DIR.MAC                           *
  106.    ******************************************************
  107.  
  108.  Copyright 1991 Laemming Wheeler
  109.  
  110.