home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / tw!21120.zip / OS!2READ.ME < prev    next >
Text File  |  1993-03-19  |  4KB  |  116 lines

  1.  ///////////////////////////////////////////////////////////////////////////
  2.  //                                                                       //
  3.  // Docs to install TradeWars 2 under OS/2 2.x                            //
  4.  //                                                                       //
  5.  // TradeWars/2 is from the original creators of TradeWars!               //
  6.  //                                                                       //
  7.  ///////////////////////////////////////////////////////////////////////////
  8.  
  9.   TW2 for OS/2 is a set of 32-bit executables, and will work under OS/2 2.x
  10.   only. They will not work with OS/2 1.x.  As of 11/28/92, all TW2 executables
  11.   are PM based programs. They are no longer just plain text programs. This
  12.   is for future OS/2 graphics functions.
  13.  
  14.   I'll try to quickly cover the changes to the OS/2 version compared to the
  15.   DOS version.
  16.  
  17.   Command line options: (case of the option is unimportant, a space between
  18.                          each option IS important!)
  19.  
  20.   /Hxx    -  Tells TW2 what the file handle to use for IO
  21.  
  22.              Example:  TW2 /H10  (for a passed file handle of 10)
  23.  
  24.   /Nxx    -  Tells TW2 the node (task) number. This is in decimal format, not
  25.              hex format.
  26.  
  27.              Example:  TW2 /N2   (node 2)
  28.  
  29.   /MIN    -  TW2 and TWEDIT, when run from a remote location, come up as
  30.              minimized applications (you just see the TW icons)  Use this
  31.              switch to toggle the minimized state to OFF (regular window)
  32.              This switch does not affect local use where the regular window
  33.              comes up.
  34.  
  35.              NOTE: This behavior is the exact opposite of the beta versions
  36.              of TW/2!
  37.  
  38.   TW2 setup under Maximus
  39.  
  40.   To set up TW2 under Maximus, create a separate directory for TW2. UnZIP
  41.   ????TW!2.ZIP in that directory.. (I guess you already did that to read
  42.   this huh?)  UnZIP I.ZIP, this is the install/initialization program.
  43.   Run I.EXE to install TW2. When it asks for the BBS type, choose type
  44.   7, this will tell TW2 to use a DOOR.SYS file to interface to Maximus.
  45.   When it asks if you wish to run the maintenance program automatically,
  46.   or externally during an event, I suggest choosing the event option..
  47.  
  48.   After the initialization is complete, unZIP GIO-099b.ZIP, put GIO.DLL in
  49.   your \OS2\DLL directory so TW2 can find it when it runs.  GIO is short
  50.   for 'Gerns Comm I/O' and is a 32-bit multi-threaded serial communications
  51.   library. See the docs for more info.
  52.  
  53.   Go into your menu control file, MENUS.CTL, and create an entry that looks
  54.   similar to this:
  55.  
  56.         Display_File    Misc\Doorsys            Disgrace "TradeWars/2"
  57.   NoDsp Xtern_DOS       TW2.Cmd_%P              Disgrace "T"
  58.  
  59.   What menu you put this in, or what user level you use is up to you.
  60.   These lines tell Maximus to load a copy of CMD.EXE which will run
  61.   TW2.CMD with the first parameter as the passed comm file handle. TW2.CMD
  62.   should be in your Maximus directory.
  63.  
  64.   Compile your new menus using SILT.
  65.  
  66.   Create a batch file called TW2.CMD in your Maximus directory that looks
  67.   like so: (this example has comments, don't use them in your batch file)
  68.  
  69.   CD\TW2                            ' change to the TW2 directory
  70.   TW2 /H%1 /P:C:\MAX\DOOR.SYS       ' run tw2, comm handle is '%1' (minimized)
  71.   CD\MAX                            ' back to the Maximus directory
  72.  
  73.   Thats it!  If you have multiple nodes, you must tell TW2 the node
  74.   number on the command line with the /Nxx. 
  75.  
  76.   --- Multiple node setup ---
  77.   MENUS.CTL:
  78.  
  79.         Display_File    Misc\Doorsys            Disgrace "TradeWars/2"
  80.   NoDsp Xtern_DOS       TW2.Cmd_%P_%K           Disgrace "T"
  81.  
  82.   TW2.CMD:
  83.  
  84.   CD\TW2
  85.   TW2 /H%1 /N%2 /P:C:\MAX\DOOR.SYS
  86.   CD\MAX
  87.   --- end of multi-node setup ---
  88.  
  89.   Set up TWMAINT to run each night in an event with the following lines
  90.   in your batch file:
  91.  
  92.   CD\TW2
  93.   START TWMAINT
  94.  
  95.   NOTE: As of 11/28/92 TWMAINT no longer needs command line parameters!
  96.  
  97.   That should do the trick. TW2 should now run. If not, contact me.
  98.  
  99.   If you locate what appears to be a bug, then let me know, in great
  100.   detail, what you have found.
  101.  
  102.   John Morris
  103.   TradeWars Software
  104.  
  105.   Compuserve 71562,3235
  106.  
  107.   Fidonet 1:213/760 761
  108.   RBBSNet 8:919/1 2
  109.  
  110.   702.359.1303 (voice) (11am to 4pm pacific time zone)
  111.  
  112.   The Abandoned Land
  113.   702.359.1138
  114.   702.359.0629
  115.  
  116.