Changeset 9915
- Timestamp:
- Dec 16, 2013, 3:11:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/levelKaan/data/levels/Level_Kaan.oxw
r9909 r9915 2 2 3 3 <LevelInfo 4 name = " John Vane and the trip to Area 51"5 description = " First Mission of John Vane"4 name = "(i) John Vane - Trip to Area 51" 5 description = "John Vane's first mission to rescue the Commander" 6 6 tags = "mission" 7 7 screenshot = "JohnVane.png" … … 59 59 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 60 60 61 <TeamSpawnPoint team=0 position="0, 94000,0" direction="1,1,1" spawnclass=SpaceShip pawndesign=spaceshipescort> <!--spaceshipescort-->61 <TeamSpawnPoint team=0 position="0,0,0" direction="1,1,1" spawnclass=SpaceShip pawndesign=spaceshipescort> <!--spaceshipescort--> 62 62 <events> 63 63 <activity> … … 357 357 358 358 <!-- Meteoriten, die sich bewegen --> 359 <?lua359 <?lua 360 360 for i = 1, 600, 1 361 361 do … … 367 367 368 368 <MovableEntity 369 position = "<?lua print(math.random()* 1 500-750) ?>,<?lua print(math.random() * 9500 + 100000) ?>,<?lua print(math.random() * 1500-750) ?>"369 position = "<?lua print(math.random()* 1000-500) ?>,<?lua print(math.random() * 10000 + 110000) ?>,<?lua print(math.random() * 1000-500) ?>" 370 370 scale = "<?lua print(j * 40)?>" 371 velocity = "<?lua print(x* 70-35)?>, <?lua print(y*50-130)?>, <?lua print(z*70-35)?>"371 velocity = "<?lua print(x*60-30)?>, <?lua print(y*60-160)?>, <?lua print(z*60-30)?>" 372 372 collisionType = dynamic 373 373 collisiondamage = 0.05 374 374 enablecollisiondamage = true 375 > 375 active = true 376 > 377 <events> 378 <activity> 379 <EventListener event="start" /> 380 </activity> 381 </events> 382 <attached> 383 <Model mass="<?lua print(j * 1000) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 384 </attached> 376 385 <collisionShapes> 377 386 <SphereCollisionShape radius="<?lua print(j * 50) ?>" /> … … 383 392 ?> 384 393 385 <BlinkingBillboard position="5000,5 800,5000" frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,1,0.05">394 <BlinkingBillboard position="5000,5700,5000" frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,1,0.05"> 386 395 <events> 387 396 <visibility> … … 396 405 </events> 397 406 </BlinkingBillboard> 398 <Billboard position="5000,5800,5000" amplitude=1 material="Flares/lensflare" colour="0,0.8,0.1"> 407 408 <Billboard position="5000,5700,5000" amplitude=1 material="Flares/lensflare" colour="0,0.8,0.1"> 399 409 <events> 400 410 <visibility> … … 412 422 <DistanceTrigger name="start" position="0,94000,0" target="SpaceShip" beaconMode="exclude" targetname="bcnDestroyer" distance=20 stayActive="true" delay=0 /> 413 423 414 <DistanceTrigger name="portal2" position="5000,5 800,5000" target="Pawn" distance=20 stayActive="true" delay=3/>424 <DistanceTrigger name="portal2" position="5000,5700,5000" target="Pawn" distance=20 stayActive="true" delay=3/> 415 425 <SimpleNotification message="Housten: Now go through the portal!"> 416 426 <events> … … 429 439 <SpaceShip 430 440 team = 0 431 position = "0,11 0000,0"441 position = "0,118000,0" 432 442 roll = 0 yaw=90 pitch=0 433 443 mass = 10000
Note: See TracChangeset
for help on using the changeset viewer.