Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5383


Ignore:
Timestamp:
Dec 17, 2008, 9:12:09 AM (15 years ago)
Author:
landauf
Message:
  • Moved NotificationQueue to defaultHUD
  • Extended DM level
  • Added Pickups to the Quest-Test-Level
Location:
data/media/levels
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/hudtemplates3.oxw

    r5353 r5383  
    1616     colour   = "1.0, 1.0, 0.0, 0.8"
    1717     align    = "center"
     18    />
     19
     20    <NotificationQueue
     21     name     = "notification"
     22     position = "0.55, 0.05"
     23     font     = "VeraMono"
     24     textsize = 0.020
     25     length   = 3
     26     width    = 50
    1827    />
    1928  </OverlayGroup>
  • data/media/levels/presentation_dm.oxw

    r5381 r5383  
    2222end
    2323?>
    24     <Model position="0,0,0" mesh="ast1.mesh" />
     24
     25    <GlobalShader compositor="Bloom" visible=false>
     26      <events>
     27        <visibility>
     28          <DistanceTrigger position="0,0,0" distance=30 target="Spectator" switch=true />
     29        </visibility>
     30      </events>
     31    </GlobalShader>
     32    <Model position="0,0,0" scale=8 mesh="ast1.mesh" />
     33    <StaticEntity position="0,0,0" collisionType=static>
     34      <collisionShapes>
     35        <SphereCollisionShape radius="20" />
     36      </collisionShapes>
     37    </StaticEntity>
     38<!--
     39<?lua
     40for i = 1, 70, 1
     41do ?>
     42  <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) ?>">
     43    <attached>
     44      <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
     45    </attached>
     46  </MovableEntity>
     47  <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) ?>">
     48    <attached>
     49      <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
     50    </attached>
     51  </MovableEntity>
     52
     53  <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) ?>">
     54    <attached>
     55      <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
     56    </attached>
     57  </MovableEntity>
     58  <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) ?>">
     59    <attached>
     60      <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
     61    </attached>
     62  </MovableEntity>
     63
     64  <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) ?>">
     65    <attached>
     66      <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
     67    </attached>
     68  </MovableEntity>
     69  <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) ?>">
     70    <attached>
     71      <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
     72    </attached>
     73  </MovableEntity>
     74<?lua
     75end
     76?>
     77-->
    2578  </Scene>
    2679</Level>
  • data/media/levels/princessaeryn.oxw

    r5381 r5383  
    11<?lua
    2   include("levels/hudtemplates.oxw")
    3 ?>
    4 
    5 <?lua
    6   include("levels/spaceshiptemplates.oxw")
     2  include("levels/hudtemplates3.oxw")
     3  include("overlay/stats.oxo")
     4  include("levels/spaceshiptemplates_presentation.oxw")
    75?>
    86
     
    108        dofile("../../media/levels/CuboidSpaceStation.lua")
    119?>
    12 
    13 <NotificationQueue
    14   name  = "notification"
    15   position = "0.55, 0.05"
    16   font = "VeraMono"
    17   textSize = 0.020
    18   length = 3
    19   width = 50
    20   />
    2110
    2211<Level
     
    2918    >
    3019      <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" />
     20
     21        <Template name=turboitem baseclass=Turbo>
     22          <Turbo
     23            playerclass=SpaceShip
     24            duration=15
     25          />
     26        </Template>
     27
     28        <ParticleSpawner position="200,0,-500" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>
     29          <events>
     30            <spawn>
     31              <PickupSpawner position="200,0,-500" distance=50 respawntimer=25 item=turboitem>
     32                <attached>
     33                  <Model mesh="sphere.mesh" scale=3 />
     34                  <Billboard material="Examples/Flare" colour="0.5, 1.0, 0.3" scale=0.5 />
     35                </attached>
     36              </PickupSpawner>
     37            </spawn>
     38          </events>
     39        </ParticleSpawner>
     40
     41        <Template name=turboequipment baseclass=Turbo>
     42          <Turbo
     43            playerclass=SpaceShip
     44            duration=0
     45          />
     46        </Template>
     47
     48        <ParticleSpawner position="400,0,-1000" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>
     49          <events>
     50            <spawn>
     51              <PickupSpawner position="400,0,-1000" distance=50 respawntimer=25 item=turboequipment>
     52                <attached>
     53                  <Model mesh="sphere.mesh" scale=3 />
     54                  <Billboard material="Examples/Flare" colour="1.0, 0.5, 0.3" scale=0.5 />
     55                </attached>
     56              </PickupSpawner>
     57            </spawn>
     58          </events>
     59        </ParticleSpawner>
    3160
    3261        <!-- Quest: -->
     
    118147
    119148            <!-- Asteroid field -->
    120             <PositionableEntity position="-500,0,-3000">
     149            <StaticEntity position="-500,0,-3000">
    121150                <attached>
    122151                    <?lua
     
    132161                    ?>
    133162                    <!-- S.H.O.E.S -->
    134                     <PositionableEntity position="-300,0,0">
     163                    <StaticEntity position="-300,0,0">
    135164                        <attached>
    136165                            <Model position="0,0,0" scale=4 yaw=180 pitch=-90 roll=-90 mesh="assff.mesh" />
     
    149178                            </QuestEffectBeacon>
    150179                        </attached>
    151                     </PositionableEntity>
    152                 </attached>
    153             </PositionableEntity>
     180                    </StaticEntity>
     181                </attached>
     182            </StaticEntity>
    154183     
    155184     
     
    158187     
    159188            <!-- Serenity Station -->
    160             <PositionableEntity scale=1 position="0,0,5000" yaw=30>
     189            <StaticEntity scale=1 position="0,0,5000" yaw=30>
    161190                <attached>
    162191                    <?lua
     
    178207                    </QuestEffectBeacon>
    179208                </attached>
    180             </PositionableEntity>
     209            </StaticEntity>
    181210
    182211            <!-- Katratzi Station -->
    183             <PositionableEntity scale=1 position="0,5000,300" yaw=60>
     212            <StaticEntity scale=1 position="0,5000,300" yaw=60>
    184213                <attached>
    185214                    <?lua
     
    201230                    </QuestEffectBeacon>
    202231                </attached>
    203             </PositionableEntity>
     232            </StaticEntity>
    204233
    205234            <!-- Pegasus Station -->
    206             <PositionableEntity scale=1 position="-5000,100,1000" roll=30>
     235            <StaticEntity scale=1 position="-5000,100,1000" roll=30>
    207236                <attached>
    208237                    <?lua
     
    224253                    </QuestEffectBeacon>
    225254                </attached>
    226             </PositionableEntity>
     255            </StaticEntity>
    227256             
    228257            <!-- Trail -->
     
    251280       
    252281            <!-- Hideout -->
    253             <PositionableEntity position="5000,5000,5000" >
     282            <StaticEntity position="5000,5000,5000" >
    254283                <attached>
    255284                    <Model scale="100" mesh="ast2.mesh" shadow=false />
    256285                </attached>
    257             </PositionableEntity>
    258 
    259             <PositionableEntity position="5400,5400,5000" visible=false name=trail >
     286            </StaticEntity>
     287
     288            <StaticEntity position="5400,5400,5000" visible=false name=trail >
    260289                <attached>
    261290                    <Model position="0,0,0" scale=4 yaw=180 pitch=-90 roll=-90 mesh="pirate.mesh" visible=false name=trail />
     
    274303                    </QuestEffectBeacon>
    275304                </attached>
    276             </PositionableEntity>
     305            </StaticEntity>
    277306
    278307    </Scene>
Note: See TracChangeset for help on using the changeset viewer.