- Timestamp:
- May 29, 2010, 8:41:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/levels/teambasematchlevel.oxw
r6926 r7007 13 13 gametype = TeamBaseMatch 14 14 > 15 15 16 <templates> 16 17 <Template link=lodtemplate_default /> … … 45 46 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "-100,0,0"/> 46 47 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "100,0,0"/> 47 <?lua 48 for i = 1, 10, 1 49 do ?> 50 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 51 <events><spawn><EventListener event="base 1" /></spawn></events> 52 </ParticleSpawner> 53 <?lua 54 end 55 ?> 48 49 <?lua 50 for i = 1, 10, 1 do 51 ?> 52 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 53 <events> 54 <spawn> 55 <EventListener event="base 1" /> 56 </spawn> 57 </events> 58 </ParticleSpawner> 59 <?lua end ?> 60 56 61 </attached> 57 62 <collisionShapes> … … 82 87 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "-100,0,0"/> 83 88 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "100,0,0"/> 84 <?lua 85 for i = 1, 10, 1 86 do ?> 87 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 88 <events><spawn><EventListener event="base 2" /></spawn></events> 89 </ParticleSpawner> 90 <?lua 91 end 92 ?> 89 90 <?lua 91 for i = 1, 10, 1 do 92 ?> 93 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 94 <events> 95 <spawn> 96 <EventListener event="base 2" /> 97 </spawn> 98 </events> 99 </ParticleSpawner> 100 <?lua end ?> 101 93 102 </attached> 94 103 <collisionShapes> … … 119 128 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "-100,0,0"/> 120 129 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "100,0,0"/> 121 <?lua 122 for i = 1, 10, 1 123 do ?> 124 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 125 <events><spawn><EventListener event="base 3" /></spawn></events> 126 </ParticleSpawner> 127 <?lua 128 end 129 ?> 130 131 <?lua 132 for i = 1, 10, 1 do 133 ?> 134 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 135 <events> 136 <spawn> 137 <EventListener event="base 3" /> 138 </spawn> 139 </events> 140 </ParticleSpawner> 141 <?lua end ?> 142 130 143 </attached> 131 144 <collisionShapes> … … 155 168 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "-100,0,0"/> 156 169 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "100,0,0"/> 157 <?lua 158 for i = 1, 10, 1 159 do ?> 160 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 161 <events><spawn><EventListener event="base 4" /></spawn></events> 162 </ParticleSpawner> 163 <?lua 164 end 165 ?> 170 171 <?lua 172 for i = 1, 10, 1 do 173 ?> 174 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 175 <events> 176 <spawn> 177 <EventListener event="base 4" /> 178 </spawn> 179 </events> 180 </ParticleSpawner> 181 <?lua end ?> 182 166 183 </attached> 167 184 <collisionShapes> … … 192 209 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "-100,0,0"/> 193 210 <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.5" position = "100,0,0"/> 194 <?lua 195 for i = 1, 10, 1 196 do ?> 197 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 198 <events><spawn><EventListener event="base 5" /></spawn></events> 199 </ParticleSpawner> 200 <?lua 201 end 202 ?> 203 </attached> 204 <collisionShapes> 205 <SphereCollisionShape radius="80" position = "-100,0,0" /> 206 <SphereCollisionShape radius="120" position = "100,0,0" /> 207 <BoxCollisionShape halfExtents="90,25,45" position = "-155,0,40" /> 208 </collisionShapes> 209 </TeamBaseMatchBase> 210 211 211 212 <?lua 213 for i = 1, 10, 1 do 214 ?> 215 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 216 <events> 217 <spawn> 218 <EventListener event="base 5" /> 219 </spawn> 220 </events> 221 </ParticleSpawner> 222 <?lua end ?> 223 224 </attached> 225 <collisionShapes> 226 <SphereCollisionShape radius="80" position = "-100,0,0" /> 227 <SphereCollisionShape radius="120" position = "100,0,0" /> 228 <BoxCollisionShape halfExtents="90,25,45" position = "-155,0,40" /> 229 </collisionShapes> 230 </TeamBaseMatchBase> 212 231 213 232 <!--Model position="0,0,0" scale=8 mesh="ast1.mesh" /> … … 217 236 </collisionShapes> 218 237 </StaticEntity--> 238 219 239 </Scene> 220 240 </Level>
Note: See TracChangeset
for help on using the changeset viewer.