~ubuntu-branches/ubuntu/lucid/warzone2100/lucid

« back to all changes in this revision

Viewing changes to data/base/script/data/cam1-7s.vlo

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger, Paul Wise, Christoph Egger
  • Date: 2009-06-29 17:12:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090629171252-5ddnlfg3zfchrega
Tags: 2.2.1+dfsg1-1
[ Paul Wise ]
* New upstream release (Closes: #534962)
* Adjust the flex build-depends to take account of the conflict
  with all the versions of flex 2.5.34 (LP: #372872)
* Make the -music Recommends more strict, 2.1 music doesn't work
  with 2.2.
* Upstream moved the downloads to sourceforge, update the watch file
* Bump Standards-Version, no changes needed
* Drop use of dh_desktop since it no longer does anything
* Recommend the new warzone2100-video package, version 2.2 or similar
* Mention the warzone2100 crash reports in the -dbg package description

[ Christoph Egger ]
* Replace CC-2.0 graphic from cybersphinx, create a new tarball
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Value File for Cam1-7S */
 
2
script "cam1-7s.slo"
 
3
run
 
4
{
 
5
/* General Values */
 
6
player          int             0
 
7
 
 
8
/* Briefing Stuff */
 
9
MissionBrief            INTMESSAGE              "SB1_7_MSG"
 
10
MissionBrief2           INTMESSAGE              "SB1_7_MSG2"
 
11
endMsg                  INTMESSAGE      "END"
 
12
//winMsg                INTMESSAGE      "WIN"
 
13
 
 
14
/* Landing Zone coords for Map to follow */
 
15
LZ_X1           INT             6
 
16
LZ_Y1           INT             55
 
17
LZ_X2           INT             8
 
18
LZ_Y2           INT             57
 
19
 
 
20
/* Transport exit coords */
 
21
exitX           int             55
 
22
exitY           int             1
 
23
 
 
24
/* Win or lose */
 
25
transporter     TEMPLATE        "Transporter"
 
26
NextLev         LEVEL           "SUB_1_7"
 
27
lostSnd         SOUND           "pcv470.ogg"                    //mision failed
 
28
timeLimit       INT             18000   //(30 mins) number of seconds*10 for mission, -1 for unlimited
 
29
 
 
30
/* Set Structure Limits */
 
31
powerGen                STRUCTURESTAT           "A0PowerGenerator"
 
32
oilDerrick              STRUCTURESTAT           "A0ResourceExtractor"
 
33
research                STRUCTURESTAT           "A0ResearchFacility"
 
34
factory                 STRUCTURESTAT           "A0LightFactory"
 
35
//powerModuleHack               STRUCTURESTAT           "PowMod1"
 
36
command                 STRUCTURESTAT           "A0CommandCentre"
 
37
comRelay                STRUCTURESTAT   "A0ComDroidControl"
 
38
numPow                  INT                     5               //Limit on number of Power Generator Buildings
 
39
numExt                  INT                     200             //Limit on number of resource Extractors
 
40
numFac                  INT                     5               //Limit on number of Factory Buildings
 
41
numRes                  INT                     5               //Limit on number of Research Facility Buildings
 
42
 
 
43
}