Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10649


Ignore:
Timestamp:
Oct 12, 2015, 6:40:48 PM (9 years ago)
Author:
paulsc
Message:

Added waypoint-transporter and music

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/data/levels/Campaign1.oxw

    r10645 r10649  
    11<LevelInfo
    2  name = "Campaign Level"
    3  description = "A level with absolutely nothing in it."
     2 name = "CampaignHS15 1"
     3 description = "Protect the transporter!"
    44 tags = "mission"
    5  screenshot = "emptylevel.png"
     5 screenshot = "missionOne.png"
    66/>
    77
     
    1919  include("templates/spaceshipSwallow.oxt")
    2020  include("templates/spaceshipTransporter.oxt")
    21   include("templates/spaceshipTransporterSL.oxt")
    2221?>
    2322
     
    3332  >
    3433
     34    <WorldAmbientSound source="Earth.ogg" looping="true" playOnLoad="true" />
     35
    3536    <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"/>
    36     <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipTransporterSL />
     37    <SpawnPoint team=0 position="0,-200,0" lookat="0,0,-50" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
    3738   
     39        <SpaceShip position="500,500,-200" lookat="-500,500,-200" team=0>
     40                <templates>
     41                        <Template link=spaceshipTransporter />
     42                </templates>
     43                <controller>
     44                    <WaypointController accuracy=10 team=0>
     45                        <waypoints>
     46                            <Model mesh="cube.mesh" scale=8 position="0,700,-200" />
     47                    <Model mesh="cube.mesh" scale=8 position="500,500,-200" />
     48                    <Model mesh="cube.mesh" scale=8 position="-500,500,-200" />
     49                        </waypoints>
     50                    </WaypointController>
     51                </controller>
     52        </SpaceShip>
     53
    3854  </Scene>
    3955</Level>
Note: See TracChangeset for help on using the changeset viewer.