home *** CD-ROM | disk | FTP | other *** search
- CONVERT (v1.1)
- =-=-=-=
-
- Ths program will convert the data file created with the scenario
- editor (cc-scen) into two separate files.
-
- The first file will contain the text information for the
- Overlay, Terrain, Structures, Units and Smudge sections that will
- be used in the mission information.
-
- Version 1.1 adds the ability to create the [Base] entry for the text
- information. It uses the formula:
- [(y*65472)+cell]*256
- to work out the number at the end. These entries are needed if you want
- the structure to be rebuilt. Many thanks to Maurice van Mil for working
- out this formula. This is the correct formula, but what it actually
- means, I don't know.
-
- The second file is a binary file containing the map image.
-
- Usage
- -----
- convert scen.dat scen.txt scen.map
-
- scen.dat is the file created by cc-scen.
- scen.txt is the file you want the text information written to.
- scen.map is the file you want the map written to.
-
- scen.txt and scen.map will be overwritten if they exist and will
- be created if they don't.
-
-
- Andrew
-