home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 37 / F1RSDemo.iso / Gettysbourg / smgdemo.exe / getty01.scn < prev    next >
Text File  |  1997-12-05  |  15KB  |  307 lines

  1. *********************************************************************
  2. * Title: LEE COMMITS: SEMINARY RIDGE                                *
  3. *********************************************************************
  4. * Scenario Template
  5. *
  6. * First Line = Title of scenario
  7. * '-' lines  = Scenario tree designation and description
  8. *              LINE 1
  9. *                1st digit = Type (0 = Union Attack, 1 = Rebel Attack,
  10. *                            2 = Meeting). This determines icon used
  11. *                            on "pick scenario" screen.
  12. *                2nd digit = Direction (0 = North, 1 = NE, ... 7 = NW)
  13. *                3-4 digit = Main VP site (see names.txt)
  14. *                            This determines location of icon on
  15. *                            "pick scenario screen"
  16. *                Comma     = Optional separator. Word after comma
  17. *                            determines type of scenario:
  18. *                            Hist  = Historical
  19. *                            Spec  = Speculative
  20. *                            Multi = Multiplayer
  21. *                            (This just determines message displayed
  22. *                            on Pick Scenario screen).
  23. *              LINES 2-3 = Description
  24. * Time lines = Starting and ending times and date. Ending time
  25. *              also contains a number of 'x' characters equal to
  26. *              the number of quasi-historical variants. Lines can
  27. *              also contain hexadecimal bitmasks (0-f) indicating
  28. *              at which difficulty levels the variant can be chosen.
  29. * Variant lines = One line for each 'x': description of variant
  30. *                 Remember that the first line corresponds to
  31. *                 the -last- 'x', because this is a 'bitmapped'
  32. *                 format.
  33. *
  34. * Troubleshooting: If scenario hangs when run, it usually means you've
  35. *                  listed a unit that doesn't exist in the Order of
  36. *                  Battle file. Comment out lines with '*' until you
  37. *                  find the one that is creating the problem.
  38. *********************************************************************
  39. Lee Commits: Seminary Ridge
  40. Lee s'engage : Seminary Ridge
  41. Lee entscheidet sich: Seminary Ridge
  42. -16I,Spec
  43. -The Confederates push ahead towards Gettysburg
  44. -as additional units arrive on the battlefield.
  45. -Les ConfΘdΘrΘs poussent en direction de Gettysburg
  46. -tandis que des unitΘs arrivent sur le champ de bataille.
  47. -Die Konf÷derierten rⁿcken auf Gettysburg vor, wΣhrend
  48. -weitere Einheiten auf dem Schlachtfeld ankommen.
  49. 11.45,01,07,1863,
  50. 13.45,01,07,1863,xx,
  51. Lee Commits
  52. Lee Commits
  53. Lee s'engage
  54. Lee s'engage
  55. Lee entscheidet sich 1
  56. Lee entscheidet sich 2
  57.  
  58. **********************************************
  59. * Victory Point Sites                        *
  60. * + who desig points,variants,locx,locy,name *
  61. *                                            *
  62. **********************************************
  63. *
  64. * '+'      = (1 column) indicates this line specifies a victory site
  65. * who      = (1 column) who holds site
  66. *            'u' = Union holds site at beginning
  67. *            'c' = Confederates hold at beginning
  68. *            ' ' = No one holds at beginning
  69. * desig    = (2 columns) designation of site (see names.txt)
  70. * points   = (2 columns) victory point value of site
  71. * variants = optional, but if omitted all subsequent options must
  72. *            be omitted: bitmask of variants/difficulty levels at which
  73. *            victory site appears. 'x' indicates always present,
  74. *            '0'-'f' is hexadecimal bitmask for difficulty levels
  75. *            at which site appears. See discussion of variants under
  76. *            Troops, below, for full details.
  77. * locx,locy= optional: can be used to adjust positioning of victory
  78. *            site. Use map coordinates as if placing troops. Decimal
  79. *            values can be used (in 1/100ths) if desired. Omit or use
  80. *            "0,0" to indicate that site should not be repositioned.
  81. * name     = optional: Can be a comment preceeded by '*', or a string
  82. *            used to rename the victory site for the purposes of this
  83. *            scenario.
  84. *
  85. * Examples:
  86. *
  87. * +uT 15,xxx,00,00,*Little Round Top
  88. *    (Union controls Little Round Top, worth 10 VP, it appears in all three
  89. *     variants at all difficulty levels, and is not repositioned or
  90. *     renamed).
  91. * + M310,ccc,45,23,An Objective
  92. *    (Objective M3 begins uncontrolled, appears only at the two highest
  93. *     difficulty levels but in all variants, is positioned at 45,23
  94. *     on the map, and is called "An Objective" for this scenario).
  95. *
  96. * When 'fighting the battle' (i.e. playing the whole campaign), control
  97. * of the LARGEST VP SITE determines the scenario chosen next (or, for
  98. * the final scenario, determines the result of the campaign). A few
  99. * scenarios, notably The Peach Orchard, feature two "largest sites",
  100. * and can branch three different ways, but normally a scenario with
  101. * two largest sites will be carried by the side with the highest score.
  102.  
  103. +cG  4,cc,  *McPherson's Hill (4)
  104. + H  4,cc,  *McPherson's Ridge(4)
  105. +uI  8,xx, *Seminary Ridge    (10)
  106. +uI2 8,xx,  *Lutheran Seminary(8)
  107.  
  108. *********************************************************************
  109. * Randomizing Line Format:
  110. * use size    type vp dir  adv Udesig Udelta   Cdesig Cdelta
  111. *********************************************************************
  112. *
  113. * Randomizing line can be omitted, in which exact units listed in file
  114. * are always used.
  115. *
  116. * Units listed above randomizing line always appear in the scenario
  117. * (even 'randomized' variants). Units below randomizing line appear
  118. * only in 'historical' variants.
  119. *
  120. * Just to make things interesting, Victory sites listed -above- the
  121. * line only appear in 'historical' variants, and victory sites -below-
  122. * the line always appear. Note that this is kind of the opposite
  123. * behavior as that for units.
  124. *
  125. * use  = Designates when randomizing line is to be used
  126. *        ':' : Use 50% of the time, but not when 'historical' is selected.
  127. *              These lines should preceed '=' lines.
  128. *        '=' : Use this line, but not when 'historical' is selected.
  129. *        '!' : Use this line 50% of the time (these should preceed '?' lines).
  130. *        '?' : Always use this line.
  131. *
  132. * size = Size of scenario (0-3) at each increasing difficulty level.
  133. *        0 is smallest size, 3 is largest size
  134. *
  135. * type = Bitmask for type of scenarios which can be generated
  136. *        0x01 = Union Defensive
  137. *        0x02 = Confederate Defensive
  138. *        0x04 = Meeting Engagement #1
  139. *        0x08 = Meeting Engagement #2
  140. *        0x10 = Balance
  141. *
  142. * vp   = VP site designation (from list in names.txt) which must
  143. *        appear in scenario (anchor site). If this VP site was
  144. *        already listed, that VP value is used, otherwise the
  145. *        randomizing algorithm assigns all VP values.
  146. *
  147. * dir  = Hexidecimal bitmask of possible directions
  148. *       (relative to center of Union position) at which
  149. *        Confederates can appear.
  150. *        0x01 = From the north
  151. *        0x02 = From the northeast
  152. *        0x04 = From the east
  153. *        0x08 = From the southeast
  154. *        0x10 = From the south
  155. *        0x20 = From the southwest
  156. *        0x40 = From the west
  157. *        0x80 = From the northwest
  158. *
  159. * adv  = Advantage to one side at each of 4 sizes of scenario (negative
  160. *        number is advantage to Confederates, positive is advantage to
  161. *        Union). Also useful in scenarios such as First Contact to
  162. *        take into account extra forces hardcoded for one side or the
  163. *        other: Union always gets Gamble's brigade, so Confederates need
  164. *        a bit of 'advantage' in randomizing to account for it.
  165. *
  166. * Udesig = Order of Battle (see OBU.TXT) designation for first Union
  167. *          unit likely to be selected
  168. * Udelta = Amount of random skipping over of brigades likely to occur
  169. *          at each of 4 sizes of scenario.
  170. *
  171. * Cdesig = Order of Battle (see OBC.TXT) designation for first Confederate
  172. *          unit likely to be selected
  173. * CDelta = Amount of random skipping over of brigades likely to occur
  174. *          at each of 4 sizes of scenario.
  175. *********************************************************************
  176. * Randomizing Line Format:
  177. * use size    type vp dir  adv Udesig Udelta   Cdesig Cdelta
  178. *********************************************************************
  179. :0,1,1,1, 0x1, I, 0xe0,0,0,0,0, 0x100, 2,2,1,0, 0x320, 1,0,0,0,
  180. =0,1,1,1, 0x1, I2,0xe0,0,0,0,0, 0x100, 2,2,1,0, 0x320, 1,0,0,0,
  181.  
  182. ************************************************************************
  183. * Troops Line Format:
  184. * who desig  x,y, form,dir,eff, var, time,delta,  plan,vp,to_x,to_y,name
  185. ************************************************************************
  186. *
  187. * who = Confederate/Union
  188. *       'c'     = Confederate
  189. *       'u'     = Union
  190. *       'C','U' = Confed/Union, but pair this line with another
  191. *                 adjacent capitalized line and (randomly) use only
  192. *                 one of them per scenario
  193. *
  194. * desig = Order of Battle designation (see OBU.TXT and OBC.TXT) of
  195. *         unit to appear. Listing a brigade commander inserts the
  196. *         entire brigade. To place individual regiments (or a commander
  197. *         by himself), place an alphabetic character ('a','b','c', etc.)
  198. *         in front of the designation. For Confederates, '131'
  199. *         designates Law's brigade, 'a131' designates Law by himself,
  200. *         and 'b131' designates the 4th Alabama. Many groups of
  201. *         artillery units have the same designation and must be
  202. *         specified using letter prefixes.
  203. *
  204. * x,y   = Map position. Map positions can be determined by starting
  205. *         a scenario and pressing Shift-M. You can then right-click
  206. *         around the map and see coordinates listed.
  207. *         NOTE: Decimal places in 1/100ths may be used optionally if
  208. *               desired:  i.e. 45.02,56.91  (but not: 45.2)
  209. *
  210. * form  = Formation
  211. *         'b' = Battle line (brigade)
  212. *         'd' = Double line (brigade)
  213. *         'm' = Maneuver Column (brigade) (if to_x,to_y specified,
  214. *                                          form Battle Line @ location)
  215. *         'M' = Maneuver Column (brigade) (if to_x,to_y specified,
  216. *                                          form Double Line @ location)
  217. *         'R' = Road Column (brigade)
  218. *         's' = Skirmishers (brigade or regiment)
  219. *               Regiments given skirmish orders begin detached.
  220. *         'l' = Line (regiment), Unlimbered (artillery)
  221. *         'c' = Column (regiment), Limbered (artillery)
  222. *         'x' = Rout
  223. *
  224. * dir   = Initial facing
  225. *         0 = North, 1 = North-Northeast, 2 = Northeast, 3 = East-Northeast,
  226. *         4 = East,  5 = East-Southeast, ... 15 = North-Northwest
  227. *
  228. * eff   = Effectiveness (100 = 100%). Used to account for earlier
  229. *         casualties in unit. Any number but 100 is subject to some
  230. *         randomness.
  231. *
  232. * var   = Variants in which this line is used. Must contain a number of
  233. *         'x', bit, and '0' characters equal to the number of 'x' chars
  234. *         listed after the scenario ending time line above. A variant is
  235. *         randomly selected. Lines with an 'x' in the proper column are
  236. *         used in that variant. Lines with an '0' in the column are not
  237. *         used in that variant. Lines with a hexidecimal number in the
  238. *         column ('0' - 'f') form a bitmask indicating which difficulty
  239. *         levels the line is used at:
  240. *           1 = Use at Heth/Rowley "Corporal" level.
  241. *           2 = Use at Hill/Howard "Captain"  level.
  242. *           4 = Use at Longstreet/Doubleday "Colonel" level.
  243. *           8 = Use at Lee/Hancock "General" level.
  244. *         So 'xc0' indicates that the line is NOT used for variant 1 ("0"),
  245. *         is used for variant 2 ("c") at the two highest difficulties, and
  246. *         is used for variant 3 ("x") at all difficulty levels. Note
  247. *         the reverse 'bitmapped' order--the last character is used
  248. *         for the first variant, and so forth.
  249. *
  250. * time  = Time troops appear. "hh.m" format, where "hh" is hour on a
  251. *         24-hour clock, and "m" is either (0-4) to indicate 15-minute
  252. *         increments (16.2 = 4:30 pm) or (05-59) to indicate exact
  253. *         minute (16.35 = 4:35 pm).
  254. * delta = Possible delta (in 15-minute increments) in appearance time
  255. *         for these troops
  256. *
  257. *         Notes:
  258. *         * Units listed at or before starting time are present at
  259. *           the start of the scenario (unless delta is indicated).
  260. *         * Units appearing after scenario starts are subject to
  261. *           a certain amount of randomness (will not always appear at
  262. *           exact time indicated)
  263. *         * Normally unit does not appear until time indicated, but if
  264. *           this is a frozen unit (see 'plan' below) then unit is always
  265. *           present but 'unfreezes' at the time indicated.
  266. *
  267. * plan  = General plan for this unit. Mostly used for AI purposes,
  268. *         except for Frozen & Refused aspects.
  269. *         'a' = attack
  270. *         'A' = assault (more emphatic version of attack)
  271. *         'd' = defend
  272. *         'D' = defend, and refuse flanks in starting setup
  273. *         's' = support
  274. *         'h' = hold this position
  275. *         'H' = hold this position, and refuse flanks in setup
  276. *         'f' = frozen
  277. *         'F' = frozen, and refuse flanks at setup
  278. *         'x' = no plan
  279. *
  280. * vp    = VP cost to activate this unit. '0' indicates no cost.
  281. *         (Note: if unit is frozen [plan = 'f','F'] and has an
  282. *         entry time, -and- has a vp cost, then it begins frozen,
  283. *         but becomes available for activation when the time
  284. *         arrives--at the designated cost).
  285. *
  286. * to_x, to_y = Initial marching orders: unit begins scenario with orders
  287. *              to march to designated location. Decimal places in
  288. *              1/100ths can be used optionally if desired.
  289. *              To_x and To_y are IGNORED unless one of the following
  290. *              is true:
  291. *                1) Unit is in road formation ('r')
  292. *                2) Unit is in maneuver column ('m', 'M')
  293. *                3) Unit has 'a' or 'A' as its 'plan'
  294. *              Use 00,00 the specify no marching orders.
  295. *
  296. * name  = Name of commander or unit. Normally preceeded by one or
  297. *         more "*"'s, in which case line is ignored. If not preceeded
  298. *         by "*", string is used in scenario instead of normal name
  299. *         from Order of Battle (OBC.TXT, OBU.TXT). This can be used
  300. *         to make commander substitutions.
  301. *
  302. *********************************************************************
  303. * Troops Line Format:
  304. * who desig  x,y, form,dir,eff, var, time,delta,  plan,vp,to_x,to_y
  305. *********************************************************************
  306.  
  307.