home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.6 / 1996-07_Disc_2.6.bin / 3rdemo / format.txt < prev    next >
Text File  |  1994-09-27  |  6KB  |  272 lines

  1. Make sure you unziped this archive with a -d 
  2.  
  3. unzip -d scenario.zip
  4.  
  5. This will unzip files into their proper directories.
  6.  
  7. Print out this file, it will help you decypher my formats.
  8.  
  9. In each work directory there are many files. The file
  10. MAKEALL.BAT will make the binaries. Modify the last line of this
  11. file to point to the final binary name.
  12. This will make and bind all files in their proper order.
  13.  
  14. All the files to be modifed are:
  15. *.39    1939 scenario or Campain (depending on the directory)
  16. *.42    1942 scenario
  17. *.44    1944 scenario
  18.  
  19. The file order.* determines setup order and BRP information
  20. The file wars.* determines which countries are at war with each
  21. other
  22.  
  23.  
  24. Format for the individual force pool files
  25.  
  26. Any line with a '#' at the beginning is a comment
  27.  
  28. [beginning of file]
  29. Nation_Number Info_Nation_Number
  30. #Nation_Number - from list below
  31. #Info_Nation_Number - The counter 'color' from list below
  32. #
  33. Initial_Builds Initial_Num_Air_Factors Initial_Number_Naval_Factors
  34. #Initial_Builds - Number of force types (not number of counters)
  35. #Initial_Num_Air_Factors, Initial_Number_Naval_Factors - total 
  36. #   factors available for build at game start
  37. #
  38. Allow_builds Num_Air_Factors_Total Num_Naval_Factors_Total
  39. #Allow_builds - Number of Allowables Build types added to force pool
  40. #Num_Air_Factors_Total - Total number of air factors after
  41. #   allowable build air factors have been added
  42. #
  43. Num_New_Sets
  44. #Num_New_Sets - number of new sets added later in the game
  45. #
  46. Turn_Entering Num_Builds_Added New_Total_Air New_Total_Naval
  47. #Turn_Entering - Turn builds are added (see turn num formula)
  48. #Num_Builds_Added, New_Total_Air, etc - same as above
  49. #### Note, there is one line for each new set and
  50. #### No lines if Num_New_Sets = 0
  51. #
  52. #### Initial Builds - There are 'Initial_Builds' number of lines
  53. Unit_Type_Num Num_Units
  54. #Unit_Type_Num - Dependent on unit type and Info_nation_num
  55. #See list below
  56. #
  57. #### Allowable Builds - There are 'Allow_builds' number of lines
  58. Unit_Type_Num Num_Units
  59. #Unit_Type_Num - Dependent on unit type and Info_nation_num
  60. #See list below
  61. #
  62. #### New Builds, there are 'Num_New_Sets' number of sets and
  63. #### for each set, there are a corresponding 'Num_Builds_Added' lines
  64. #### See the file Germany.39 in the Campaign directory for a good
  65. #### example
  66. Unit_Type_Num Num_Units
  67. #Unit_Type_Num - Dependent on unit type and Info_nation_num
  68. #See list below
  69. #
  70. #
  71. #
  72. #### Some files have a 'number of additional countries to setup in'
  73. #### line. This is what was confusing me. As far as I don't remember
  74. #### ever using it. Leave it in where it exists, but don't worry too
  75. #### much about changing it....
  76.  
  77.  
  78. [End of File]
  79.  
  80. Nation_Number List
  81. 0    Ocean
  82. 1    France            22    Ireland
  83. 2    Britain            23    Baltic
  84. 3    U.S.            24    Portugal
  85. 4    U.S.S.R.        25    Switzerland
  86. 5    Germany            26    Persia
  87. 6    Italy            27    Arabia
  88. 7    Belgium            28    Tunisia
  89. 8    Bulgaria        29    Libya
  90. 9    Denmark            30    Egypt
  91. 10    Finland            31    Palestine
  92. 11    Greece            32    Trans-Jor
  93. 12    Hungary            33    Leb-Syr
  94. 13    Netherlands        34    Iraq
  95. 14    Norway            35    Albania
  96. 15    Poland            36    Holland
  97. 16    Rumania            37    Algeria
  98. 17    Spain            38    Morocco
  99. 18    Sweeden            39    East Europe
  100. 19    Turkey            40    Vichy France
  101. 20    Yugoslavia        41    Free France
  102. 21    Luxemburg        42    Nobody
  103.  
  104. Info_Nation_Number
  105. 1    France
  106. 2    Britain
  107. 3    U.S.
  108. 4    U.S.S.R.
  109. 5    Germany
  110. 6    Italy
  111. 7    Beige Neutrals (including Turkey and Spain)
  112. 8    Grey Minor Allies
  113.  
  114. Turn_Number formula
  115. Get the number for the season from the following Chart
  116. Number    Season
  117. 0    Spring
  118. 1    Summer
  119. 2    Fall
  120. 3    Winter
  121.  
  122. Turn_Number=(Turn_Year - 1939) + Season_number
  123.  
  124. Example: The 1939 scenario starts in fall 1939, or turn_number = 2
  125.  
  126. Unit Type Lists
  127.  
  128. For Info_Nation_Number = 1    (France)
  129. Type_num    Unit Type
  130. 1        2-3 Inf
  131. 2        1-0 Replace
  132. 3        3-5 Armor
  133. 4        1-4 Air
  134. 5        2-4 Air
  135. 6        3-4 Air
  136. 7        5-4 Air
  137. 8        9   Naval
  138. 9        8   Naval
  139. 10        6   Naval
  140. 11        4   Naval
  141. 12        2   Naval
  142. 13        1   Naval
  143.  
  144. For Info_Nation_Number = 2    (Britain)
  145. Type_num    Unit Type
  146. 1        3-4 Inf
  147. 2        3-3 Airborne
  148. 3        1-3 Inf
  149. 4        1-0 Replace
  150. 5        4-5 Armor
  151. 6        2-5 Armor
  152. 7        1-4 Air
  153. 8        2-4 Air
  154. 9        3-4 Air
  155. 10        5-4 Air
  156. 11        9   Naval
  157. 12        8   Naval
  158. 13        6   Naval
  159. 14        4   Naval
  160. 15        2   Naval
  161. 16        1   Naval
  162.  
  163. For Info_Nation_Number = 3    (U.S.)
  164. Type_num    Unit Type
  165. 1        3-4 Inf
  166. 2        3-3 Airborne
  167. 3        1-0 Replace
  168. 4        5-6 Armor
  169. 5        1-4 Air
  170. 6        2-4 Air
  171. 7        3-4 Air
  172. 8        5-4 Air
  173. 9        9   Naval
  174. 10        8   Naval
  175. 11        6   Naval
  176. 12        4   Naval
  177. 13        2   Naval
  178. 14        1   Naval
  179.  
  180. For Info_Nation_Number = 4    (U.S.S.R.)
  181. Type_num    Unit Type
  182. 1        3-3 Inf
  183. 2        2-3 Airborne
  184. 3        2-3 Inf
  185. 4        1-3 Inf
  186. 5        4-5 Armor
  187. 6        3-5 Armor
  188. 7        1-4 Air
  189. 8        2-4 Air
  190. 9        3-4 Air
  191. 10        5-4 Air
  192. 11        9   Naval
  193. 12        8   Naval
  194. 13        6   Naval
  195. 14        4   Naval
  196. 15        2   Naval
  197. 16        1   Naval
  198.  
  199. For Info_Nation_Number = 5    (Germany)
  200. Type_num    Unit Type
  201. 1        3-3 Inf
  202. 2        3-3 Airborne
  203. 3        1-3 Inf
  204. 4        1-0 Replace
  205. 5        5-6 Armor
  206. 6        4-6 Armor
  207. 7        1-4 Air
  208. 8        2-4 Air
  209. 9        3-4 Air
  210. 10        5-4 Air
  211. 11        9   Naval
  212. 12        8   Naval
  213. 13        6   Naval
  214. 14        4   Naval
  215. 15        2   Naval
  216. 16        1   Naval
  217.  
  218. For Info_Nation_Number = 6    (Italy)
  219. Type_num    Unit Type
  220. 1        3-3 Inf
  221. 2        2-3 Inf
  222. 3        2-3 Airborne
  223. 4        1-3 Inf
  224. 5        1-0 Replace
  225. 6        2-5 Armor
  226. 7        1-4 Air
  227. 8        2-4 Air
  228. 9        3-4 Air
  229. 10        5-4 Air
  230. 11        9   Naval
  231. 12        8   Naval
  232. 13        6   Naval
  233. 14        4   Naval
  234. 15        2   Naval
  235. 16        1   Naval
  236.  
  237. For Info_Nation_Number = 7    (Beige Neutrals)
  238. Type_num    Unit Type
  239. 1        2-3 Inf (T)
  240. 2        2-5 Armor (T)
  241. 3        2-4 Air (T)
  242. 4        2   Naval (T)
  243. 5        2-3 Inf (S)
  244. 6        2-5 Armor (S)
  245. 7        2-4 Air (S)
  246. 8        2   Naval (S)
  247. 9        2-3 Inf
  248. 10        1-3 Inf
  249. 11        2-4 Air
  250. 12        1-4 Air
  251. 13        2   Naval
  252.  
  253. (S denotes spain, T denotes Turkey )
  254.  
  255. For Info_Nation_Number = 8    (Grey Axis Minor Allies)
  256. Type_num    Unit Type
  257. 1        1-3 Inf (B)
  258. 2        1-4 Air (B)
  259. 3        2-3 Inf (R)
  260. 4        1-3 Inf (R)
  261. 5        1-4 Air (R)
  262. 6        2-3 Inf (H)
  263. 7        1-3 Inf (H)
  264. 8        1-4 Air (H)
  265. 9        2-3 Inf (F)
  266. 10        1-4 Air (F)
  267.  
  268. B - Bulgaria
  269. R - Rummania
  270. H - Hungary
  271. F - Finland
  272.