home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.4 / 2000-01_Disc_5.4.bin / aliencrossfire / programs / scenario.txt < prev    next >
Text File  |  1999-08-10  |  2KB  |  119 lines

  1. ;
  2. ; Sid Meier's ALPHA CENTAURI
  3. ;
  4. ; Scenario Template
  5. ;
  6. ; Copyright (c) 1997, 1998 by Firaxis Games, Inc.
  7. ;
  8. ; This file can be copied into the same directory as a scenario
  9. ; file and customized for that scenario.
  10. ;
  11. ; Many game text files (e.g. ALPHA.TXT, SCRIPT.TXT, etc), as well
  12. ; as art files (UNITS.PCX, etc) can be copied into the scenario
  13. ; directory and modified; files in the scenario directory automatically
  14. ; override files in the main game directory.
  15. ;
  16. ; Note that all of the strings and numbers in #INTRO and #OBJECTIVES
  17. ; can be used in either. #INTRO is shown at the beginning of the
  18. ; scenario; #OBJECTIVES is shown when "review objectives" is picked
  19. ; from the menu.
  20. ;
  21.  
  22. #INTRO
  23. #xs 320
  24. #caption SCENARIO
  25. ^^
  26. ^^Commencing Scenario
  27. ^^
  28. ^^$TITLE1 $NAME2 of the $FACTION3
  29. ^^
  30. ^^$DATE4
  31. ^^
  32.  
  33. ##optional for both #INTRO and #OBJECTIVES
  34. ## $TITLE1 $NAME2 of the $FACTION3 => Player's faction
  35. ## $DATE4 = current date, includes "M.Y."
  36. ## $NUM0 = objectives needed for victory
  37. ## $NUM1 = objectives needed for instant victory
  38. ## $NUM2 = objectives in player's possession at beginning
  39. ## $NUM3 = ending year of scenario
  40.  
  41. #OBJECTIVES
  42. #xs 440
  43. #caption SCENARIO
  44. ^^
  45. ^^Scenario Objectives
  46. ^^
  47. ^^Objectives needed for victory: $NUM0
  48. ^^
  49. ^^Objectives needed for sudden death victory: $NUM1
  50. ^^
  51. ^^Objectives achieved so far: $NUM2
  52. ^^
  53.  
  54. #SCENTIMELIMIT
  55. #xs 440
  56. #caption End of Scenario
  57. ^^
  58. ^^M.Y. $YEAR0
  59. ^^
  60. ^^END OF SCENARIO
  61. ^^
  62.  
  63. #SCENTIMEWIN
  64. #xs 440
  65. #caption Victory
  66. ^^
  67. ^^CONGRATULATIONS!
  68. ^^
  69. ^^$TITLE0 $NAME1 of the $FACTION2
  70. ^^
  71. ^^YOU HAVE WON THE SCENARIO!
  72. ^^
  73.  
  74. #SCENTIMELOSS
  75. #xs 440
  76. #caption End of Scenario!
  77. ^^
  78. ^^$TITLE0 $NAME1 of the $FACTION2
  79. ^^
  80. ^^FULFILLS THE VICTORY CONDITIONS
  81. ^^
  82. ^^AND WINS THE SCENARIO!
  83. ^^
  84.  
  85. #SUDDENDEATH
  86. #xs 440
  87. #caption End of Scenario!
  88. ^^
  89. ^^$TITLE0 $NAME1 of the $FACTION2
  90. ^^
  91. ^^FULFILLS THE VICTORY CONDITIONS
  92. ^^
  93. ^^AND WINS THE SCENARIO!
  94. ^^
  95.  
  96. #SUDDENDEATH0
  97. #xs 440
  98. #caption Victory
  99. ^^
  100. ^^CONGRATULATIONS!
  101. ^^
  102. ^^$TITLE0 $NAME1 of the $FACTION2
  103. ^^
  104. ^^YOU HAVE WON THE SCENARIO!
  105. ^^
  106.  
  107. #SCENARIOWARNING
  108. #xs 440
  109. #caption End of Scenario Warning
  110. ^^
  111. ^^END OF SCENARIO APPROACHING
  112. ^^
  113. ^^GAME WILL END IN M.Y. $NUM0
  114. ^^
  115.  
  116.  
  117.  
  118. #; This line must remain at end of file
  119.