Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/worlds/sp_ai.oxw @ 4364

Last change on this file since 4364 was 4364, checked in by tfahrni, 17 years ago

added some more npc and some objects to ai-map..

File size: 4.1 KB
Line 
1<WorldDataFile>
2  <name>Artificial Intelligence</name>
3  <screenshoot>pictures/menu/ss_mountainlake_512x512.png</screenshoot>
4
5  <LoadScreen>
6    <BackgroundImage>pictures/load_screens/default.jpg</BackgroundImage>
7    <ElementCount>12</ElementCount>
8    <BackgroundPS>0,0,1.01,1</BackgroundPS>
9    <BarPS>.65,.87,.3,.05</BarPS>
10    <BarImage>pictures/load_screens/default_bar.png</BarImage>
11  </LoadScreen>
12
13
14
15
16  <clip-region>1, 100000</clip-region>
17  <WorldEntities>
18 
19    <Spacecraft2D>
20      <name>SPACE_CRAFT</name>
21      <abs-coor>0, 0, 0</abs-coor>
22      <enter-radius>100000</enter-radius>
23      <travel-speed>80</travel-speed>
24      <travel-height>0</travel-height>
25      <travel-distance>60, 80</travel-distance>
26    </Spacecraft2D>
27
28
29    <NPC2>
30       <abs-coor> 10, 0, 10</abs-coor>
31       <model>models/ships/gobblin.obj,2</model>
32       <team>1</team>
33    </NPC2>
34   
35    <NPC2>
36       <abs-coor> 12, 0, 10</abs-coor>
37       <model>models/ships/gobblin.obj,2</model>
38       <team>1</team>
39    </NPC2>
40   
41    <NPC2>
42       <abs-coor> 14, 0, 10</abs-coor>
43       <model>models/ships/gobblin.obj,2</model>
44       <team>1</team>
45    </NPC2>
46
47    <NPC2>
48       <abs-coor> 16, 0, 10</abs-coor>
49       <model>models/ships/gobblin.obj,2</model>
50       <team>1</team>
51    </NPC2>
52   
53
54    <NPC2>
55       <abs-coor> 18, 0, 10</abs-coor>
56       <model>models/ships/fighter.obj,1.1</model>
57       <swarm>1</swarm>
58       <team>1</team>
59    </NPC2>
60   
61    <NPC2>
62       <abs-coor> 20, 0, 10</abs-coor>
63       <model>models/ships/fighter.obj,1.1</model>
64       <swarm>1</swarm>
65      <team>1</team>
66    </NPC2>
67
68    <NPC2>
69       <abs-coor> 20, 0, -10</abs-coor>
70       <model>models/ships/fighter.obj,1.1</model>
71       <swarm>1</swarm>
72      <team>1</team>
73    </NPC2>
74
75    <NPC2>
76       <abs-coor> 18, 0, -10</abs-coor>
77       <model>models/ships/fighter.obj,1.1</model>
78       <swarm>1</swarm>
79      <team>1</team>
80    </NPC2>
81
82
83<!--
84   <ModelEntity>
85      <name>Noxon Battle Ship</name>
86      <model>models/ships/noxon_battle_ship.obj, 2</model>
87      <abs-coor>0, -1000, 0</abs-coor>
88      <abs-dir>20, 100, 10, 50</abs-dir>
89   </ModelEntity>
90-->
91
92   <ModelEntity>
93      <name>Noxon Battle Ship</name>
94      <model>models/ships/noxon_battle_ship.obj, 0.05</model>
95      <abs-coor>100, 0, 0</abs-coor>
96   </ModelEntity>
97   <ModelEntity>
98      <name>Noxon Battle Ship</name>
99      <model>models/ships/noxon_battle_ship.obj, 0.03</model>
100      <abs-coor>200, 0, 60</abs-coor>
101   </ModelEntity>
102   <ModelEntity>
103      <name>Noxon Battle Ship</name>
104      <model>models/ships/noxon_battle_ship.obj, 0.03</model>
105      <abs-coor>200, 0, -60</abs-coor>
106   </ModelEntity>
107
108   <ModelEntity>
109      <name>Noxon Battle Ship</name>
110      <model>models/ships/noxon_battle_ship.obj, 0.05</model>
111      <abs-coor>280, 30, 0</abs-coor>
112   </ModelEntity>
113   <ModelEntity>
114      <name>Noxon Battle Ship</name>
115      <model>models/ships/noxon_battle_ship.obj, 0.05</model>
116      <abs-coor>450, 0, 60</abs-coor>
117   </ModelEntity>
118   <ModelEntity>
119      <name>Noxon Battle Ship</name>
120      <model>models/ships/noxon_battle_ship.obj, 0.05</model>
121      <abs-coor>400, 0, -60</abs-coor>
122   </ModelEntity>
123   <ModelEntity>
124      <name>Noxon Battle Ship</name>
125      <model>models/ships/noxon_battle_ship.obj, 0.05</model>
126      <abs-coor>480, 0, -20</abs-coor>
127   </ModelEntity>
128
129    <SkyBox>
130      <name>Sky</name>
131      <Materialset>pictures/sky/desert</Materialset>
132      <Size>100000</Size>
133    </SkyBox>
134
135  </WorldEntities>
136
137  <LightManager>
138    <ambient-color>1,1,1</ambient-color>
139    <Lights>
140      <Light>
141      <diffuse-color>1,1,1</diffuse-color>
142      <abs-coor>100,100,50</abs-coor>
143      </Light>
144      <Light>
145      <diffuse-color>1,1,1</diffuse-color>
146      <abs-coor>-100,0,100</abs-coor>
147      </Light>
148      <Light>
149      <diffuse-color>1,1,1</diffuse-color>
150      <abs-coor>-100,2000,50</abs-coor>
151      </Light>
152    </Lights>
153  </LightManager>
154
155  <Music>sound/music/mountainlake_taskhorizon.ogg</Music>
156
157</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.