Changeset 7403 for code/trunk/data/levels
- Timestamp:
- Sep 11, 2010, 10:20:44 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/notifications (added) merged: 7319,7324,7326,7338-7343,7348-7349,7351,7354-7355,7358-7360,7362,7395,7398-7400
- Property svn:mergeinfo changed
-
code/trunk/data/levels/Fight in our Back.oxw
r7163 r7403 7 7 include("templates/spaceship_Transporter.oxt") 8 8 ?> 9 10 <NotificationQueue11 name = "notification"12 position = "0.40, 0.05"13 font = "VeraMono"14 textsize = 0.02015 length = 316 width = 5017 />18 9 19 10 <!--*****************************************************************************************************************************************************************************************--> -
code/trunk/data/levels/Quest_PirateAttack.oxw
r7163 r7403 19 19 dofile("includes/CuboidSpaceStation.lua") 20 20 ?> 21 22 <NotificationQueue23 name = "notification"24 position = "0.40, 0.05"25 font = "VeraMono"26 textsize = 0.02027 length = 328 width = 5029 />30 31 32 21 33 22 <Level -
code/trunk/data/levels/old/princessaeryn.oxw
r6417 r7403 8 8 dofile("includes/CuboidSpaceStation.lua") 9 9 ?> 10 11 <NotificationQueue12 name = "notification"13 position = "1.0, 1.0"14 targets = "questsystem"15 />16 10 17 11 <Level -
code/trunk/data/levels/old/questsystem.oxw
r6417 r7403 4 4 include("templates/spaceship_assff.oxt") 5 5 ?> 6 7 <NotificationQueue8 name = "notification"9 position = "1.0, 1.0"10 targets = "all"11 />12 6 13 7 <Level -
code/trunk/data/levels/princessaeryn.oxw
r7163 r7403 14 14 description = "The Tale of Princess Aeryn" 15 15 > 16 17 <NotificationQueue18 name = "notification"19 position = "0.55, 0.05"20 font = "VeraMono"21 textsize = 0.02022 length = 323 width = 5024 />25 16 26 17 <templates> -
code/trunk/data/levels/tutorial.oxw
r7210 r7403 14 14 </templates> 15 15 16 <NotificationQueue17 name = "notification"18 position = "0.05, 0.05"19 font = "VeraMono"20 textsize = 0.02021 length = 322 width = 5023 />24 25 16 <Scene 26 17 ambientlight = "0.5, 0.5, 0.5" … … 28 19 > 29 20 30 <CommandNotification preMessage=" Press '" postMessage="' to fire your primary weapon." command="fire 0">21 <CommandNotification preMessage="Move '" postMessage="' to look left." command="scale 1 rotateYaw"> 31 22 <events> 32 23 <trigger> 33 <DistanceTrigger name=trigger position="0,0,-100" distance=10 target="Pawn"> 34 <attached> 35 <Billboard position="0,0,0" colour="1.0,1.0,0" material="Examples/Flare" /> 36 </attached> 37 </DistanceTrigger> 24 <DistanceTrigger name=trigger position="0,0,-100" distance=10 target="Pawn" /> 38 25 </trigger> 39 26 </events> 40 27 </CommandNotification> 28 <Billboard position="0,0,-100" colour="1.0,1.0,0" material="Examples/Flare" /> 41 29 42 30 <SimpleNotification message="Awesome!!!"> 43 31 <events> 44 32 <trigger> 45 <DistanceTrigger name=trigger position="0,0,100" distance=10 target="Pawn"> 46 <attached> 47 <Billboard position="0,0,0" colour="1.0,0,1.0" material="Examples/Flare" /> 48 </attached> 49 </DistanceTrigger> 33 <DistanceTrigger name=trigger position="0,0,100" distance=10 target="Pawn" /> 50 34 </trigger> 51 35 </events> 52 36 </SimpleNotification> 37 <Billboard position="0,0,100" colour="1.0,0,1.0" material="Examples/Flare" /> 53 38 54 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">55 <attached>56 <Model scale="1" mesh="drone.mesh"/>57 </attached>58 <collisionShapes>59 <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />60 </collisionShapes>61 </Drone>62 39 63 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">64 <attached>65 <Model scale="1" mesh="rocket.mesh"/>66 </attached>67 <collisionShapes>68 <BoxCollisionShape position="0,0,0" halfExtents="10, 10, 10" />69 </collisionShapes>70 </Drone>71 40 72 41 <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" /> 73 42 74 <Model mesh="hs-w01.mesh" scale=10 position="0,0,-100" />75 <Model mesh="hs-w01s.mesh" scale=10 position="0,0,-100" />76 43 77 44 <?lua … … 81 48 <?lua end ?> 82 49 83 <GlobalShader compositor="Bloom" visible=false>84 <events>85 <visibility>86 <DistanceTrigger position="0,0,0" distance=30 target="Spectator" switch=true />87 </visibility>88 </events>89 </GlobalShader>90 <Model position="0,0,0" scale=8 mesh="ast1.mesh" />91 <StaticEntity position="0,0,0" collisionType=static>92 <collisionShapes>93 <SphereCollisionShape radius="20" />94 </collisionShapes>95 </StaticEntity>96 97 <!--98 <?lua99 for i = 1, 70, 1 do100 ?>101 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 1000 + 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">102 <attached>103 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />104 </attached>105 </MovableEntity>106 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * -1000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">107 <attached>108 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />109 </attached>110 </MovableEntity>111 112 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 1000 + 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">113 <attached>114 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />115 </attached>116 </MovableEntity>117 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * -1000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">118 <attached>119 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />120 </attached>121 </MovableEntity>122 123 <MovableEntity position="<?lua print(math.random() * 1000 + 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">124 <attached>125 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />126 </attached>127 </MovableEntity>128 <MovableEntity position="<?lua print(math.random() * -1000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">129 <attached>130 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />131 </attached>132 </MovableEntity>133 <?lua end ?>134 -->135 50 136 51 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.