home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.12 / 1998-03_Disc_3.12.iso / SMGDEMO / smgdemo.exe / GETTY18.SCN < prev    next >
Text File  |  1997-12-05  |  15KB  |  307 lines

  1. *********************************************************************
  2. * Title: HANCOCK'S CHARGE: EVERGREEN CEMETARY                       *
  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. * Theme: Attack down the spine of Cemetary Ridge
  40. Hancock's Charge: Ziegler's Grove
  41. La charge de Hancock : Ziegler's Grove
  42. Hancocks Angriff: Ziegler's Grove
  43. -00L,Spec
  44. -Meade rolls the dice: Hancock leads a desperate
  45. -attack on the center of the Confederate line.
  46. -Meade roule les dΘs : Hancock conduit une attaque
  47. -dΘsespΘrΘe sur le centre de la ligne confΘdΘrΘe.
  48. -Meade riskiert alles: Hancock fⁿhrt einen
  49. -Verzweiflungsangriff auf das konf÷derierte Zentrum.
  50. 14.0,2,7,1863,
  51. 15.2,2,7,1863,xxx,
  52. Hancock's Charge
  53. Hancock's Charge
  54. Hancock's Charge
  55. La charge de Hancock
  56. La charge de Hancock
  57. La charge de Hancock
  58. Hancocks Angriff
  59. Hancocks Angriff
  60. Hancocks Angriff
  61.  
  62. **********************************************
  63. * Victory Point Sites                        *
  64. * + who desig points,variants,locx,locy,name *
  65. *                                            *
  66. **********************************************
  67. *
  68. * '+'      = (1 column) indicates this line specifies a victory site
  69. * who      = (1 column) who holds site
  70. *            'u' = Union holds site at beginning
  71. *            'c' = Confederates hold at beginning
  72. *            ' ' = No one holds at beginning
  73. * desig    = (2 columns) designation of site (see names.txt)
  74. * points   = (2 columns) victory point value of site
  75. * variants = optional, but if omitted all subsequent options must
  76. *            be omitted: bitmask of variants/difficulty levels at which
  77. *            victory site appears. 'x' indicates always present,
  78. *            '0'-'f' is hexadecimal bitmask for difficulty levels
  79. *            at which site appears. See discussion of variants under
  80. *            Troops, below, for full details.
  81. * locx,locy= optional: can be used to adjust positioning of victory
  82. *            site. Use map coordinates as if placing troops. Decimal
  83. *            values can be used (in 1/100ths) if desired. Omit or use
  84. *            "0,0" to indicate that site should not be repositioned.
  85. * name     = optional: Can be a comment preceeded by '*', or a string
  86. *            used to rename the victory site for the purposes of this
  87. *            scenario.
  88. *
  89. * Examples:
  90. *
  91. * +uT 15,xxx,00,00,*Little Round Top
  92. *    (Union controls Little Round Top, worth 10 VP, it appears in all three
  93. *     variants at all difficulty levels, and is not repositioned or
  94. *     renamed).
  95. * + M310,ccc,45,23,An Objective
  96. *    (Objective M3 begins uncontrolled, appears only at the two highest
  97. *     difficulty levels but in all variants, is positioned at 45,23
  98. *     on the map, and is called "An Objective" for this scenario).
  99. *
  100. * When 'fighting the battle' (i.e. playing the whole campaign), control
  101. * of the LARGEST VP SITE determines the scenario chosen next (or, for
  102. * the final scenario, determines the result of the campaign). A few
  103. * scenarios, notably The Peach Orchard, feature two "largest sites",
  104. * and can branch three different ways, but normally a scenario with
  105. * two largest sites will be carried by the side with the highest score.
  106.  
  107. +cQ210,xxx,*Ziegler's Grove (10)
  108. +uK  5,xxx,*Cemetary Ridge (5)
  109. +cL  5,xxx,*Cemetary Hill (5)
  110. + C5 8,xxx,*Leister House (8)
  111.  
  112.  
  113. *********************************************************************
  114. * Randomizing Line Format:
  115. * use size    type vp dir  adv Udesig Udelta   Cdesig Cdelta
  116. *********************************************************************
  117. *
  118. * Randomizing line can be omitted, in which exact units listed in file
  119. * are always used.
  120. *
  121. * Units listed above randomizing line always appear in the scenario
  122. * (even 'randomized' variants). Units below randomizing line appear
  123. * only in 'historical' variants.
  124. *
  125. * Just to make things interesting, Victory sites listed -above- the
  126. * line only appear in 'historical' variants, and victory sites -below-
  127. * the line always appear. Note that this is kind of the opposite
  128. * behavior as that for units.
  129. *
  130. * use  = Designates when randomizing line is to be used
  131. *        ':' : Use 50% of the time, but not when 'historical' is selected.
  132. *              These lines should preceed '=' lines.
  133. *        '=' : Use this line, but not when 'historical' is selected.
  134. *        '!' : Use this line 50% of the time (these should preceed '?' lines).
  135. *        '?' : Always use this line.
  136. *
  137. * size = Size of scenario (0-3) at each increasing difficulty level.
  138. *        0 is smallest size, 3 is largest size
  139. *
  140. * type = Bitmask for type of scenarios which can be generated
  141. *        0x01 = Union Defensive
  142. *        0x02 = Confederate Defensive
  143. *        0x04 = Meeting Engagement #1
  144. *        0x08 = Meeting Engagement #2
  145. *        0x10 = Balance
  146. *
  147. * vp   = VP site designation (from list in names.txt) which must
  148. *        appear in scenario (anchor site). If this VP site was
  149. *        already listed, that VP value is used, otherwise the
  150. *        randomizing algorithm assigns all VP values.
  151. *
  152. * dir  = Hexidecimal bitmask of possible directions
  153. *       (relative to center of Union position) at which
  154. *        Confederates can appear.
  155. *        0x01 = From the north
  156. *        0x02 = From the northeast
  157. *        0x04 = From the east
  158. *        0x08 = From the southeast
  159. *        0x10 = From the south
  160. *        0x20 = From the southwest
  161. *        0x40 = From the west
  162. *        0x80 = From the northwest
  163. *
  164. * adv  = Advantage to one side at each of 4 sizes of scenario (negative
  165. *        number is advantage to Confederates, positive is advantage to
  166. *        Union). Also useful in scenarios such as First Contact to
  167. *        take into account extra forces hardcoded for one side or the
  168. *        other: Union always gets Gamble's brigade, so Confederates need
  169. *        a bit of 'advantage' in randomizing to account for it.
  170. *
  171. * Udesig = Order of Battle (see OBU.TXT) designation for first Union
  172. *          unit likely to be selected
  173. * Udelta = Amount of random skipping over of brigades likely to occur
  174. *          at each of 4 sizes of scenario.
  175. *
  176. * Cdesig = Order of Battle (see OBC.TXT) designation for first Confederate
  177. *          unit likely to be selected
  178. * CDelta = Amount of random skipping over of brigades likely to occur
  179. *          at each of 4 sizes of scenario.
  180. *********************************************************************
  181. * Randomizing Line Format:
  182. * use size    type vp dir  adv Udesig Udelta   Cdesig Cdelta
  183. *********************************************************************
  184. : 1,1,2,2, 0x2,Q2,0x81, 0,0,0,0, 0x200, 4,3,2,1, 0x300, 3,3,2,2,
  185. = 1,1,2,2, 0x2,L3,0x81, 0,0,0,0, 0x200, 4,3,2,1, 0x300, 3,3,2,2,
  186.  
  187. ************************************************************************
  188. * Troops Line Format:
  189. * who desig  x,y, form,dir,eff, var, time,delta,  plan,vp,to_x,to_y,name
  190. ************************************************************************
  191. *
  192. * who = Confederate/Union
  193. *       'c'     = Confederate
  194. *       'u'     = Union
  195. *       'C','U' = Confed/Union, but pair this line with another
  196. *                 adjacent capitalized line and (randomly) use only
  197. *                 one of them per scenario
  198. *
  199. * desig = Order of Battle designation (see OBU.TXT and OBC.TXT) of
  200. *         unit to appear. Listing a brigade commander inserts the
  201. *         entire brigade. To place individual regiments (or a commander
  202. *         by himself), place an alphabetic character ('a','b','c', etc.)
  203. *         in front of the designation. For Confederates, '131'
  204. *         designates Law's brigade, 'a131' designates Law by himself,
  205. *         and 'b131' designates the 4th Alabama. Many groups of
  206. *         artillery units have the same designation and must be
  207. *         specified using letter prefixes.
  208. *
  209. * x,y   = Map position. Map positions can be determined by starting
  210. *         a scenario and pressing Shift-M. You can then right-click
  211. *         around the map and see coordinates listed.
  212. *         NOTE: Decimal places in 1/100ths may be used optionally if
  213. *               desired:  i.e. 45.02,56.91  (but not: 45.2)
  214. *
  215. * form  = Formation
  216. *         'b' = Battle line (brigade)
  217. *         'd' = Double line (brigade)
  218. *         'm' = Maneuver Column (brigade) (if to_x,to_y specified,
  219. *                                          form Battle Line @ location)
  220. *         'M' = Maneuver Column (brigade) (if to_x,to_y specified,
  221. *                                          form Double Line @ location)
  222. *         'R' = Road Column (brigade)
  223. *         's' = Skirmishers (brigade or regiment)
  224. *               Regiments given skirmish orders begin detached.
  225. *         'l' = Line (regiment), Unlimbered (artillery)
  226. *         'c' = Column (regiment), Limbered (artillery)
  227. *         'x' = Rout
  228. *
  229. * dir   = Initial facing
  230. *         0 = North, 1 = North-Northeast, 2 = Northeast, 3 = East-Northeast,
  231. *         4 = East,  5 = East-Southeast, ... 15 = North-Northwest
  232. *
  233. * eff   = Effectiveness (100 = 100%). Used to account for earlier
  234. *         casualties in unit. Any number but 100 is subject to some
  235. *         randomness.
  236. *
  237. * var   = Variants in which this line is used. Must contain a number of
  238. *         'x', bit, and '0' characters equal to the number of 'x' chars
  239. *         listed after the scenario ending time line above. A variant is
  240. *         randomly selected. Lines with an 'x' in the proper column are
  241. *         used in that variant. Lines with an '0' in the column are not
  242. *         used in that variant. Lines with a hexidecimal number in the
  243. *         column ('0' - 'f') form a bitmask indicating which difficulty
  244. *         levels the line is used at:
  245. *           1 = Use at Heth/Rowley "Corporal" level.
  246. *           2 = Use at Hill/Howard "Captain"  level.
  247. *           4 = Use at Longstreet/Doubleday "Colonel" level.
  248. *           8 = Use at Lee/Hancock "General" level.
  249. *         So 'xc0' indicates that the line is NOT used for variant 1 ("0"),
  250. *         is used for variant 2 ("c") at the two highest difficulties, and
  251. *         is used for variant 3 ("x") at all difficulty levels. Note
  252. *         the reverse 'bitmapped' order--the last character is used
  253. *         for the first variant, and so forth.
  254. *
  255. * time  = Time troops appear. "hh.m" format, where "hh" is hour on a
  256. *         24-hour clock, and "m" is either (0-4) to indicate 15-minute
  257. *         increments (16.2 = 4:30 pm) or (05-59) to indicate exact
  258. *         minute (16.35 = 4:35 pm).
  259. * delta = Possible delta (in 15-minute increments) in appearance time
  260. *         for these troops
  261. *
  262. *         Notes:
  263. *         * Units listed at or before starting time are present at
  264. *           the start of the scenario (unless delta is indicated).
  265. *         * Units appearing after scenario starts are subject to
  266. *           a certain amount of randomness (will not always appear at
  267. *           exact time indicated)
  268. *         * Normally unit does not appear until time indicated, but if
  269. *           this is a frozen unit (see 'plan' below) then unit is always
  270. *           present but 'unfreezes' at the time indicated.
  271. *
  272. * plan  = General plan for this unit. Mostly used for AI purposes,
  273. *         except for Frozen & Refused aspects.
  274. *         'a' = attack
  275. *         'A' = assault (more emphatic version of attack)
  276. *         'd' = defend
  277. *         'D' = defend, and refuse flanks in starting setup
  278. *         's' = support
  279. *         'h' = hold this position
  280. *         'H' = hold this position, and refuse flanks in setup
  281. *         'f' = frozen
  282. *         'F' = frozen, and refuse flanks at setup
  283. *         'x' = no plan
  284. *
  285. * vp    = VP cost to activate this unit. '0' indicates no cost.
  286. *         (Note: if unit is frozen [plan = 'f','F'] and has an
  287. *         entry time, -and- has a vp cost, then it begins frozen,
  288. *         but becomes available for activation when the time
  289. *         arrives--at the designated cost).
  290. *
  291. * to_x, to_y = Initial marching orders: unit begins scenario with orders
  292. *              to march to designated location. Decimal places in
  293. *              1/100ths can be used optionally if desired.
  294. *              To_x and To_y are IGNORED unless one of the following
  295. *              is true:
  296. *                1) Unit is in road formation ('r')
  297. *                2) Unit is in maneuver column ('m', 'M')
  298. *                3) Unit has 'a' or 'A' as its 'plan'
  299. *              Use 00,00 the specify no marching orders.
  300. *
  301. * name  = Name of commander or unit. Normally preceeded by one or
  302. *         more "*"'s, in which case line is ignored. If not preceeded
  303. *         by "*", string is used in scenario instead of normal name
  304. *         from Order of Battle (OBC.TXT, OBU.TXT). This can be used
  305. *         to make commander substitutions.
  306. *
  307.