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

« back to all changes in this revision

Viewing changes to data/script/data/cam1-1s.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-1S */
2
 
script "cam1-1s.slo"
3
 
run
4
 
{
5
 
/* General Values */
6
 
player          int             0
7
 
 
8
 
/* Briefing Stuff */
9
 
MissionBrief            INTMESSAGE              "MB1_B2_MSG"
10
 
MissionBrief2           INTMESSAGE              "SB1_1_MSG"
11
 
InFlight                INTMESSAGE              "FLIGHT"
12
 
endMsg                  INTMESSAGE      "END"
13
 
//winMsg                INTMESSAGE      "WIN"
14
 
 
15
 
/* Landing Zone coords for Map to follow */
16
 
LZ_X1           INT             8
17
 
LZ_Y1           INT             83
18
 
LZ_X2           INT             10
19
 
LZ_Y2           INT             85
20
 
 
21
 
/* Transport exit coords */
22
 
exitX           int             1
23
 
exitY           int             32
24
 
 
25
 
/* Win or lose */
26
 
transporter     TEMPLATE        "Transporter"
27
 
NextLev         LEVEL           "SUB_1_1"
28
 
lostSnd         SOUND           "pcv470.ogg"                    //mision failed
29
 
timeLimit       INT             9000    //(15 mins) number of seconds*10 for mission, -1 for unlimited
30
 
 
31
 
/* Set Structure Limits */
32
 
powerGen                STRUCTURESTAT           "A0PowerGenerator"
33
 
oilDerrick              STRUCTURESTAT           "A0ResourceExtractor"
34
 
research                STRUCTURESTAT           "A0ResearchFacility"
35
 
factory                 STRUCTURESTAT           "A0LightFactory"
36
 
//powerModuleHack               STRUCTURESTAT           "PowMod1"
37
 
command                 STRUCTURESTAT           "A0CommandCentre"
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       //1             //Limit on number of Research Facility Buildings
42
 
 
43
 
}