CONVERT =-=-=-= 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. 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