home *** CD-ROM | disk | FTP | other *** search
/ Tactical Operations 1 / TACTICAL.BIN / command / utilitie / convert / convert.txt < prev   
Encoding:
Text File  |  1996-07-08  |  1.0 KB  |  34 lines

  1. CONVERT (v1.1)
  2. =-=-=-=
  3.  
  4. Ths program will convert the data file created with the scenario
  5. editor (cc-scen) into two separate files.   
  6.  
  7. The first file will contain the text information for the
  8. Overlay, Terrain, Structures, Units and Smudge sections that will
  9. be used in the mission information.
  10.  
  11. Version 1.1 adds the ability to create the [Base] entry for the text
  12. information. It uses the formula:
  13.         [(y*65472)+cell]*256
  14. to work out the number at the end. These entries are needed if you want
  15. the structure to be rebuilt. Many thanks to Maurice van Mil for working 
  16. out this formula. This is the correct formula, but what it actually 
  17. means, I don't know.
  18.  
  19. The second file is a binary file containing the map image.
  20.  
  21. Usage
  22. -----
  23. convert scen.dat scen.txt scen.map
  24.  
  25. scen.dat is the file created by cc-scen.
  26. scen.txt is the file you want the text information written to.
  27. scen.map is the file you want the map written to.
  28.  
  29. scen.txt and scen.map will be overwritten if they exist and will
  30. be created if they don't.
  31.  
  32.  
  33. Andrew
  34.