Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2015, 4:56:39 PM (9 years ago)
Author:
maxima
Message:

Merged presentation and particleEffects branches. Added a new level, spaceshiptemplate and weaponsettings for the mine.

Location:
code/branches/presentationHS15
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15

  • code/branches/presentationHS15/data/levels/emptyLevel.oxw

    r10962 r10963  
    1313
    1414<?lua
    15   include("templates/spaceshipAssff.oxt")
    1615  include("templates/spaceshipEscort.oxt")
    17   include("templates/spaceshipHover.oxt")
    1816?>
    1917
     
    3230    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
    3331
    34     <SpaceShip
    35         team                = "1"
    36         position            = "1000,0,0"
    37         >
    38         <templates>
    39           <Template link=spaceshipassff />
    40         </templates>         
    41     </SpaceShip>
    42     <SpaceShip
    43         team                = "1"
    44         position            = "1000,200,0"
    45         >
    46         <templates>
    47           <Template link=spaceshiphover />
    48         </templates>
    49                    
    50     </SpaceShip>
    51     <SpaceShip
    52         team                = "1"
    53         position            = "1000,400,0"
    54         >
    55         <templates>
    56           <Template link=spaceshipescort />
    57         </templates>
    58 
    5932       
    60                    
    61     </SpaceShip>
    62    
    6333  </Scene>
    6434</Level>
  • code/branches/presentationHS15/data/levels/includes/weaponSettingsAssff2.oxi

    r10961 r10963  
    1     <weaponslots>
     1t    <weaponslots>
    22      <WeaponSlot position="-15.0,-1.5,0" />
    33      <WeaponSlot position=" 15.0,-1.5,0" />
  • code/branches/presentationHS15/data/levels/pong.oxw

    r10624 r10963  
    4343      <Backlight scale=0.2 colour="1.0, 1.0, 0.5" width=7 length=500 lifetime=0.3 elements=20 trailmaterial="Trail/backlighttrail" material="Examples/Flare" />
    4444      <Light type=point diffuse="1.0, 1.0, 0.5" specular="1.0, 1.0, 0.5" attenuation="1200, 1.0, 0.0035, 0.00005" />
    45       <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/sparks2" lifetime=0.01 autostart=0 mainstate=spawn />
     45      <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/engineglow" lifetime=0.01 autostart=0 mainstate=spawn />
    4646    </attached>
    4747    <eventlisteners>
  • code/branches/presentationHS15/data/levels/templates/spaceshipEscort.oxt

    r10962 r10963  
    104104    <EffectContainer condition="idle">
    105105      <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" looping=1 active=false/>
     106       />
     107
     108           <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, -2, 14" colour="0.2, 0.5, 0.65, 1.0" width=150 length=15 lifetime=2 elements=1 trailmaterial="Trail/backlighttrail" turnontime=2 turnofftime=1 material="Flares/ThrusterFlare1" />
     109
     110      <Backlight mainstate=activity active=false scale=0.33 name=bltest position="-12, -2, 14" colour="0.2, 0.5, 0.65, 1.0" width=15 length=15 lifetime=2 elements=1 trailmaterial="Trail/backlighttrail" turnontime=2 turnofftime=1 material="Flares/ThrusterFlare1" />
     111
    106112    </EffectContainer>
    107113    <EffectContainer condition="not idle">
     
    112118
    113119    </EffectContainer>
     120
    114121    <EffectContainer condition="normal or boost">
    115       <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, 0, 10" colour="0.2, 1.0, 0.65, 1.0" width=15 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" />
    116       <Backlight mainstate=activity active=false scale=0.33 name=bltest position="-12, 0, 10" colour="0.2, 1.0, 0.65, 1.0" width=15 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" />
     122       
     123       
     124      <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, -2, 14" colour="0.2, 1.0, 0.65, 1.0" width=5 length=1500 lifetime=2 elements=1 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" />
     125
     126      <Backlight mainstate=activity active=false scale=0.33 name=bltest position="-12, -2, 14" colour="0.2, 1.0, 0.65, 1.0" width=15 length=1500 lifetime=2 elements=1 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" />
    117127    </EffectContainer>
     128
    118129    <EffectContainer condition="boost">
    119130      <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, 0, 10" colour="0.6, 0.8, 0.75, 0.7" width=25 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" />
Note: See TracChangeset for help on using the changeset viewer.