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

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