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

« back to all changes in this revision

Viewing changes to data/script/demo/demo_global.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
 
/* Demo Map Global Script */
2
 
 
3
 
script "demo_global.slo"
4
 
run
5
 
 
6
 
{
7
 
// structures    
8
 
command                 STRUCTURESTAT           "A0CommandCentre"
9
 
factory                 STRUCTURESTAT           "A0LightFactory"
10
 
wall                    STRUCTURESTAT           "A0HardcreteMk1Wall"
11
 
cornerWall              STRUCTURESTAT           "A0HardcreteMk1CWall"
12
 
oilDerrick              STRUCTURESTAT           "A0ResourceExtractor"
13
 
powerGen                STRUCTURESTAT           "A0PowerGenerator"
14
 
research                STRUCTURESTAT           "A0ResearchFacility"
15
 
commandrelay            STRUCTURESTAT           "A0ComDroidControl"
16
 
 
17
 
// Technologies.                                                                                                
18
 
// Common. 
19
 
numtecCommon    int                             31                      
20
 
tecCommon[0]            RESEARCHSTAT    "R-Wpn-MG1Mk1"
21
 
tecCommon[1]            RESEARCHSTAT    "R-Defense-HardcreteWall"
22
 
tecCommon[2]            RESEARCHSTAT    "R-Vehicle-Prop-Wheels"
23
 
tecCommon[3]            RESEARCHSTAT    "R-Sys-Spade1Mk1"
24
 
tecCommon[4]            RESEARCHSTAT    "R-Struc-Factory-Cyborg"
25
 
tecCommon[5]            RESEARCHSTAT    "R-Cyborg-Wpn-MG"
26
 
tecCommon[6]            RESEARCHSTAT    "R-Defense-Pillbox01"
27
 
tecCommon[7]            RESEARCHSTAT    "R-Defense-Tower01"
28
 
tecCommon[8]            RESEARCHSTAT    "R-Vehicle-Body01"
29
 
tecCommon[9]            RESEARCHSTAT    "R-Vehicle-Body05"
30
 
tecCommon[10]           RESEARCHSTAT    "R-Vehicle-Engine01"
31
 
tecCommon[11]           RESEARCHSTAT    "R-Vehicle-Prop-Tracks"
32
 
tecCommon[12]           RESEARCHSTAT    "R-Vehicle-Prop-Halftracks"
33
 
tecCommon[13]           RESEARCHSTAT    "R-Cyborg-Wpn-Cannon"
34
 
tecCommon[14]           RESEARCHSTAT    "R-Cyborg-Wpn-Flamer"
35
 
tecCommon[15]           RESEARCHSTAT    "R-Wpn-MG3Mk1"
36
 
tecCommon[16]           RESEARCHSTAT    "R-Wpn-Cannon1Mk1"
37
 
tecCommon[17]           RESEARCHSTAT    "R-Wpn-Flamer01Mk1"
38
 
tecCommon[18]           RESEARCHSTAT    "R-Wpn-Mortar01Lt"
39
 
tecCommon[19]           RESEARCHSTAT    "R-Defense-Pillbox03"
40
 
tecCommon[20]           RESEARCHSTAT    "R-Defense-Tower03"
41
 
tecCommon[21]           RESEARCHSTAT    "R-Defense-WallTower02"
42
 
tecCommon[22]           RESEARCHSTAT    "R-Struc-Research-Module"
43
 
tecCommon[23]           RESEARCHSTAT    "R-Struc-PowerModuleMk1"
44
 
tecCommon[24]           RESEARCHSTAT    "R-Struc-Factory-Module"
45
 
tecCommon[25]           RESEARCHSTAT    "R-Sys-Sensor-Turret01"
46
 
tecCommon[26]           RESEARCHSTAT    "R-Sys-Sensor-Tower01"
47
 
tecCommon[27]           RESEARCHSTAT    "R-Struc-CommandRelay"
48
 
tecCommon[28]           RESEARCHSTAT    "R-Sys-Engineering01"
49
 
tecCommon[29]           RESEARCHSTAT    "R-Sys-MobileRepairTurret01"
50
 
tecCommon[30]           RESEARCHSTAT    "R-Defense-Pillbox04"
51
 
//tecCommon[31]         RESEARCHSTAT    "R-Comp-CommandTurret01"
52
 
 
53
 
// player specific.
54
 
numtecP0        int             1                                                       //Player0
55
 
tecP0[0]        RESEARCHSTAT    "R-Vehicle-Body01"
56
 
 
57
 
numtecP1        int             1                                                       //Player1
58
 
tecP1[0]        RESEARCHSTAT    "R-Vehicle-Body01"
59
 
 
60
 
numtecP2        int             1                                                       //Player2
61
 
tecP2[0]        RESEARCHSTAT    "R-Vehicle-Body01"
62
 
 
63
 
numtecP3        int             1                                                       //Player3       
64
 
tecP3[0]        RESEARCHSTAT    "R-Vehicle-Body01"
65
 
 
66
 
numtecP4        int             1                                                       //Player4       
67
 
tecP4[0]        RESEARCHSTAT    "R-Vehicle-Body01"
68
 
 
69
 
numtecP5        int             1                                                       //Player5       
70
 
tecP5[0]        RESEARCHSTAT    "R-Vehicle-Body01"
71
 
 
72
 
numtecP6        int             1                                                       //Player6       
73
 
tecP6[0]        RESEARCHSTAT    "R-Vehicle-Body01"
74
 
 
75
 
numtecP7        int             1                                                       //Player7
76
 
tecP7[0]        RESEARCHSTAT    "R-Vehicle-Body01"
77
 
 
78
 
// Available Research Topics.
79
 
 
80
 
// Common
81
 
numResCommon    int             4               //number of topics to research
82
 
resCommon[0]    RESEARCHSTAT    "R-Sys-Engineering01"
83
 
resCommon[1]    RESEARCHSTAT    "R-Sys-Sensor-Turret01"
84
 
resCommon[2]    RESEARCHSTAT    "R-Wpn-Flamer01Mk1"
85
 
resCommon[3]    RESEARCHSTAT    "R-Struc-CommandRelay"
86
 
 
87
 
// Player Specific
88
 
//  eg numResP0 int             0               //number of topics to enable
89
 
//     resP0[0] RESEARCHSTAT    "R-Lab-Electronics"
90
 
//     resP0[1] RESEARCHSTAT    "R-Lab-Chemical"
91
 
 
92
 
numResP0        int             0
93
 
 
94
 
numResP1        int             0
95
 
 
96
 
numResP2        int             0
97
 
 
98
 
numResP3        int             0
99
 
 
100
 
numResP4        int             0
101
 
 
102
 
numResP5        int             0
103
 
 
104
 
numResP6        int             0
105
 
 
106
 
numResP7        int             0
107
 
}
 
 
b'\\ No newline at end of file'