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

« back to all changes in this revision

Viewing changes to data/script/data/cam2-6s.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
 
//Generic VLO file template for between levels
2
 
 
3
 
//cam2-6s.vlo
4
 
 
5
 
script "GenBet.slo"
6
 
run
7
 
{
8
 
/* Next level stuff */
9
 
NextLev         LEVEL           "SUB_2_6"       //Sub map to load
10
 
 
11
 
/* Structure Limits */
12
 
numStrucStats   int     6                       //MAX 5. Must be same as number of limits given next
13
 
strucStat[0]    STRUCTURESTAT   "A0PowerGenerator"
14
 
strucLimit[0]   int             5
15
 
strucStat[1]    STRUCTURESTAT   "A0ResourceExtractor"
16
 
strucLimit[1]   int             200
17
 
strucStat[2]    STRUCTURESTAT   "A0ResearchFacility"
18
 
strucLimit[2]   int             5
19
 
strucStat[3]    STRUCTURESTAT   "A0LightFactory"
20
 
strucLimit[3]   int             5
21
 
strucStat[4]    STRUCTURESTAT   "A0CommandCentre"
22
 
strucLimit[4]   int             1
23
 
strucStat[5]    STRUCTURESTAT   "A0ComDroidControl"
24
 
strucLimit[5]   int             1
25
 
 
26
 
/* Initialisation */
27
 
centreX         int             11200   //starting view centre (in world units)
28
 
centreY         int             12864
29
 
scrollX1        int             0       //scroll limits (in tile units)
30
 
scrollY1        int             0
31
 
scrollX2        int             128
32
 
scrollY2        int             128
33
 
zoomLevel       int             0       //starting radar: 0=zoomed out, 2=zoomed in
34
 
 
35
 
numLZ           int             2       //MAX 8. Number of Landing zones/areas can't build on (0 = LZ)
36
 
LZX[0]          int             87      //coords of Alpha's LZs in tile units
37
 
LZY[0]          int             100     
38
 
LZX[1]          int             87      //97    //coords of Beta's LZ in tile units
39
 
LZY[1]          int             100     //97    //no longer req'd
40
 
 
41
 
/* Transport exit coords */
42
 
exitX           int             16
43
 
exitY           int             126
44
 
 
45
 
/* Briefings */
46
 
numBriefs       int             3       //MAX 5. Needs to be same as the number of briefings given next
47
 
brief[0]        INTMESSAGE      "MB2_6_MSG"
48
 
brief[1]        INTMESSAGE      "MB2_6_MSG2"
49
 
brief[2]        INTMESSAGE      "MB2_6_MSG3"
50
 
briefVal[0]     int             0       //0 remove after playing, 1 keep, 2 don't play immediately
51
 
briefVal[1]     int             0       //0 remove after playing, 1 keep, 2 don't play immediately
52
 
briefVal[2]     int             1       //0 remove after playing, 1 keep, 2 don't play immediately
53
 
endMsg          INTMESSAGE      "END"
54
 
 
55
 
/* Time Limit for this and Sub map */
56
 
timeLimit       int             35999   //set -1 for no time limit, otherwise time in 1/10s
57
 
 
58
 
/* 'Globals' */
59
 
//These should be same in each file, but may need slight alterations
60
 
player          int             0                               //player's player number
61
 
lostSnd         SOUND           "pcv470.ogg"            //mission failed
62
 
transporter     TEMPLATE        "Transporter"
63
 
}