Changeset 9371 for code/branches/release2012/data/levels/underAttack.oxw
- Timestamp:
- Sep 6, 2012, 2:16:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/release2012/data/levels/underAttack.oxw
r9370 r9371 46 46 <?lua end ?> 47 47 48 49 48 <!--- A SpaceBoundary moving along with the transporter, in order to filter out bots that are too far away from the transporter ----> 49 <MovableEntity 50 position="0,0,0" 51 velocity="-35,0,0" 52 > 53 <attached> 54 <SpaceBoundaries position="1,2,3" maxDistance="1600" warnDistance="300" showDistance="300" reactionMode="1" healthDecrease="5.0" /> 55 <BlinkingBillboard 56 position="0,0,0" 57 material="Flares/ringflare2" 58 colour="1.0, 0.5, 0.3" 59 phase="-180" 60 amplitude=0.1 61 frequency=0.5 62 quadratic=1 63 /> 64 </attached> 65 </MovableEntity> 50 66 51 67 … … 63 79 64 80 <attached> 65 <TeamSpawnPoint team=1 position=" 150,0,-50" direction="-1,0,0" roll=90 yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff />66 <TeamSpawnPoint team=1 position=" 0,0,-50" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff />67 <TeamSpawnPoint team=1 position="- 50,0,-50" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff />81 <TeamSpawnPoint team=1 position="200,0,20" direction="-1,0,0" roll=90 yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 82 <TeamSpawnPoint team=1 position="50,0,100" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 83 <TeamSpawnPoint team=1 position="-200,0,20" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 68 84 <TeamSpawnPoint team=1 position="100,0,-50" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 69 <TeamSpawnPoint team=1 position=" 50,0,-50" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff />85 <TeamSpawnPoint team=1 position="400,0,20" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 70 86 <?lua for i = 1, 100, 1 do ?> 71 87 <TeamSpawnPoint 72 88 team=0 73 position="<?lua print((math.random() * 500 + 500) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>,<?lua print((math.random() * 500 + 500) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>,<?lua print((math.random() * 500 + 500) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>"89 position="<?lua print((math.random() * 450 + 450) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>,<?lua print((math.random() * 450 + 450) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>,<?lua print((math.random() * 450 + 450) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>" 74 90 lookat="0,0,0" 75 91 spawnclass=SpaceShip
Note: See TracChangeset
for help on using the changeset viewer.