Company Leaders Text File Format ----------------------------------- Use the program cl2dat.exe to convert the Company Leader info to a data file. (cmpldr.dat) The company leader text file name is: cmpldr.txt format: { Company leader name. Experience. Allowable Nationality for Detachment 1. Allowable Unit Type for Detachment 1. Allowable Nationality for Detachment 2. Allowable Unit Type for Detachment 2. Allowable Nationality for Detachment 3. Allowable Unit Type for Detachment 3. Allowable Nationality for Detachment 4. Allowable Unit Type for Detachment 4. } The Nation# and UnitType# are the allowable Nation and Unit Type for each of the 4 detachment slots. slots: 1|3 --- 2|4 Available Nations: FLAG_NATION_TALLARN 0x00010000 FLAG_NATION_MORDIAN 0x00020000 FLAG_NATION_CATACHAN 0x00040000 FLAG_NATION_T_M_C 0x00070000 FLAG_NATION_SPACEMARINE 0x00080000 FLAG_NATION_FORGEWORLD 0x00100000 FLAG_NATION_ANYNATION 0xFFFFFFFF Available Unit Types: FLAG_TYPE_ANYTYPE 0xFFFFFFFF FLAG_TYPE_INFANTRY_WALKER 0x00010000 FLAG_TYPE_CAVALRY 0x00020000 FLAG_TYPE_SUPER_HEAVY 0x00040000 FLAG_TYPE_TANKS 0x00080000 FLAG_TYPE_KNIGHTS 0x00100000 FLAG_TYPE_TITAN 0x00200000 FLAG_TYPE_FLYER 0x00400000 FLAG_TYPE_BIKES 0x00800000 Example: { Captain Ivanavic. 4. FLAG_NATION_TALLARN.FLAG_TYPE_INFANTRY_WALKER. FLAG_NATION_TALLARN.FLAG_TYPE_INFANTRY_WALKER. FLAG_NATION_TALLARN.FLAG_TYPE_INFANTRY_WALKER. FLAG_NATION_TALLARN.FLAG_TYPE_INFANTRY_WALKER. } Detachment Leaders Text File Format ----------------------------------- Use the program dtn2dat.exe to convert Detachment Leader Info to a data file. (dtchldr.dat) The detachment leader text file name is: dtchldr.txt The format is: format: { Nationality. Name. } Using the same Nation flags as above. Example: { FLAG_NATION_FORGEWORLD. Chris. } Regions Text File Format ----------------------------------- Use the program rgn2dat.exe to convert the Region Info to a data file (region.dat) The detachment leader text file name is: region.txt A .pcx file of the region map with the order of regions is: mapnum.pcx The format is: { Region Name. Resources. Region info Text file name. Region Map Name. X . Y. -Icon coordinates Neighboring regions 1-8. Enemy Detachment positioning, facing, and form (x,y,facing,form) should be 24 positions. } The IconX and IconY should be fine. The Neighbors have been found and also should be fine. The InfoTextFileName is the name of the file containing the Region Information. The InfoTextFileName DOES NOT CONTAIN THE EXTENSION .TXT, just the letters up to the extension. The MapName is the name of the file containgint the Region Tactical Map Information. The MapName DOES NOT CONTAIN THE EXTENSION .MPP, just the letters up to the extension. The enemy detachment locations will be filled out later. There are only 4 positions currently. Example: { Region0. 23. regtest. LZ000. 48.500. 1 -1 -1 -1 -1 -1 -1 -1. 92 23 6 1. 90 26 6 1. 78 60 6 0. 80 60 6 0. }