home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / STRATEGY.ISO / strategy / stredit.doc < prev    next >
Text File  |  1992-01-08  |  2KB  |  53 lines

  1. StratSys-Editor  v1.0   (C) 1992   Ed T. Toton III...
  2.  
  3.    Hello.... this is a program I wrote for myself to make images for various
  4. programs that I create, as well as the files for this one. I made it more 
  5. user-friendly and set it up to work specifically for this game so that I 
  6. could distribute it with the game.
  7.  
  8.    To edit a file (any of the DAT or MAP files for this game) you simply use
  9. the LOAD command and tell it the file name. In a map, the colors represent 
  10. different types of ground. Here is a chart showing which are which:
  11.  
  12.         Color num     Color name       Terrain type
  13.             0            black            Normal terrain     (1)
  14.             1            dk blue          Normal terrain     (1)
  15.             2            dk green         Normal terrain     (2)
  16.             3            dk cyan          Rough  terrain     (3)
  17.             4            dk red           Rough  terrain     (4)
  18.             5            dk magenta       Impassible terrain (5)
  19.             6            brown            Impassible terrain (6)
  20.  
  21.   The numbers correspond to the icon number in the data file. They are
  22.   numbered as follows:
  23.                           1   3   5
  24.                           2   4   6
  25.  
  26. The units are also numbered in that fashion. In the UNT files are the stats
  27. for the units. The data follows this pattern:
  28.  
  29. Name
  30. attack
  31. defense
  32. speed
  33. range
  34. rank
  35.  
  36. And it lists it in that order for all 6 unit types.
  37.  
  38.  
  39.    If you can decode all this, and plug this file-names into SCN files and
  40. so forth, you can make scenarios!!  <Good-luck!!!>
  41.  
  42.                                                   Ed T. Toton III
  43.                                                    -Necromancer
  44.  
  45.   You are not required to register this program IF you register StratSys. 
  46. Otherwise the registration fee for this program is $5 and should be sent to 
  47. the following address:
  48.  
  49.              Ed T. Toton III
  50.            7101  Talisman Lane
  51.             Columbia MD 41045
  52.  
  53.