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

« back to all changes in this revision

Viewing changes to data/script/demo/demo_p1.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 Script for Player 1 */
2
 
 
3
 
script "demo_p1.slo"
4
 
run
5
 
{
6
 
player          INT             1       //player number to use
7
 
power           int             10000   //start power
8
 
 
9
 
//base1
10
 
numFacts        int             2
11
 
 
12
 
fact[0]         STRUCTURE       36
13
 
factID[0]       STRUCTUREID     36
14
 
assX[0]         int             10304   //2752
15
 
assY[0]         int             8960    //11200
16
 
build[0]        TEMPLATE        "NP-L-RocketPod-Wheels"
17
 
 
18
 
fact[1]         STRUCTURE       334
19
 
factID[1]       STRUCTUREID     334
20
 
assX[1]         int             4800    //4160
21
 
assY[1]         int             10496   //11328
22
 
build[1]        TEMPLATE        "CyborgRkt01Ground"
23
 
 
24
 
 
25
 
//all build templates
26
 
//      "ViperLtMGWheels"       "ViperLtCannonWheels"
27
 
//      "ViperLtCannonTracks"   
28
 
//      "ScorpionRkPodWheels"   "ScorpionLtCanTracks"
29
 
//      "ScorpianHowTracks"
30
 
//      "BeetleSensor1Wheels"   "BeetleCanTracks"
31
 
//      "CyborgChain01Ground"   "CyborgRkt01Ground"
32
 
 
33
 
}
 
 
b'\\ No newline at end of file'