Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5505


Ignore:
Timestamp:
May 11, 2009, 5:02:15 PM (15 years ago)
Author:
Aurelian
Message:

Asteroids with working timer, HudTemplates Timer added…

Location:
data/media
Files:
3 edited

Legend:

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

    r5497 r5505  
    1818
    1919
    20 <SpawnPoint position="-300,300,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
     20<SpawnPoint position="-300,300,0" name="playerstart" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    2121
    2222
     
    3434
    3535
    36 <ForceField position="0,-500,0" direction="0,1,0" diameter=1000 velocity=50>
     36<ForceField position="0,-500,0" direction="0,1,1" diameter=1000 velocity=50>
    3737  <attached>
    3838    <ParticleEmitter source="Orxonox/forcefield" lifetime=10000 startdelay=0 />
     
    4545
    4646
    47 <CheckPoint name=trigger1 position="600,300,0" isdestination=false stayactive=true distance=20 />
     47<CheckPoint name=trigger1 position="-300,300,0" scale=5 isdestination=false isfirst=true stayactive=true distance=50 addtime=5 visibility=false />
    4848
    4949
    50 <CheckPoint name=trigger2 position="1000,300,600" isdestination=false stayactive=true distance=20 >
     50<CheckPoint name=trigger2 position="1000,300,600" scale=5 isdestination=false stayactive=true distance=50 addtime=5>
    5151  <events>
    5252    <activity>
     
    5757
    5858
    59 <CheckPoint name=trigger3 position="1800,300,800" stayactive=true distance=20 >
     59<CheckPoint name=trigger3 position="1800,300,800" stayactive=true distance=50 addtime=5>
    6060  <events>
    6161    <activity>
     
    6565</CheckPoint>
    6666
    67 <CheckPoint name=trigger4 position="2600,400,1100" stayactive=true distance=20 >
     67
     68
     69
     70<CheckPoint name=trigger4 position="2600,400,1100" stayactive=true distance=10 addtime=25>
    6871  <events>
    6972    <activity>
     
    7376</CheckPoint>
    7477
    75 <CheckPoint name=trigger5 position="3600,300,1400" isdestination=true stayactive=true distance=20 >
    76   <events>
    77     <activity>
    78       <EventListener event=trigger4 />
    79     </activity>
    80   </events>
    81 </CheckPoint>
     78
     79
     80<Model position="3600,300,1400" scale=10 mesh="Carrier.mesh">
     81  <attached>
     82    <CheckPoint position="0,0,0" name=trigger5 stayactive=true distance=50 isdestination=true>
     83      <events>
     84        <activity>
     85          <EventListener event=trigger4 />
     86        </activity>
     87      </events>
     88    </CheckPoint>
     89  </attached>
     90</Model>
     91
    8292
    8393
  • data/media/levels/hudtemplates3.oxw

    r5448 r5505  
    8484     maximumDotSize      = 0.1
    8585    />
     86
     87    <HUDTimer
     88     name     = "Timer"
     89     position = "0.5, 0.85"
     90     font     = "VeraMono"
     91     textsize = 0.1
     92     colour   = "1.0, 1.0, 0.0, 0.8"
     93     align    = "center"
     94    />
     95
    8696  </OverlayGroup>
    8797</Template>
  • data/media/particle/forcefield.particle

    r5497 r5505  
    22Orxonox/forcefield
    33{
    4         quota   1200
     4        quota   10000
    55        material        PE/lensflare
    66        particle_width  30
     
    1313        {
    1414                angle   0
    15                 colour  1 1 1 1
     15                colour  1 1 1 0.5
    1616                colour_range_start      0 0.2 0.3 0
    1717                colour_range_end        0 0.4 1 0.1
    1818                direction       0 1 0
    19                 emission_rate   200
     19                emission_rate   100
    2020                position        0 0 0
    2121                velocity        100
    2222                velocity_min    50
    2323                velocity_max    100
    24                 time_to_live    30
     24                time_to_live    20
    2525                duration        0
    2626                duration_min    0
     
    3232                height  500
    3333                depth   400
    34                 inner_width     0.5
    35                 inner_height    0.5
     34                inner_width     0.1
     35                inner_height    0.1
    3636        }
    3737
Note: See TracChangeset for help on using the changeset viewer.