Changeset 9489 for code/branches/turret/data/levels
- Timestamp:
- Dec 3, 2012, 5:46:12 PM (12 years ago)
- Location:
- code/branches/turret/data/levels
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/turret/data/levels/templates/lodInformation.oxt
r8706 r9489 15 15 <MeshLodInformation mesh=CuboidLandingZone.mesh enabled=false/> 16 16 <MeshLodInformation mesh=HydroHarvester.mesh enabled=false /> 17 <MeshLodInformation mesh=turretHead.mesh enabled=false /> 17 18 18 19 <!-- disable LOD for some debris meshes which caused a crash (fixed in Ogre 1.7.3) --> -
code/branches/turret/data/levels/turretTest.oxw
r9469 r9489 1 1 <LevelInfo 2 2 name = "turret Test" 3 description = "A level with a bsolutely nothingin it."3 description = "A level with a turret in it." 4 4 tags = "test" 5 5 screenshot = "emptylevel.png" … … 15 15 include("templates/spaceshipAssff.oxt") 16 16 include("templates/spaceshipPirate.oxt") 17 include("templates/spaceshipTurret.oxt") 17 18 ?> 18 19 … … 27 28 skybox = "Orxonox/Starbox" 28 29 > 30 <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"/> 31 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 32 33 34 <StaticEntity position="0,0,0" yaw=0 pitch=0> 35 <attached> 36 <Model position="0,0,0" mesh="turretSocketFront.mesh" scale3D="10,10,10" /> 37 <Model position="0,0,0" mesh="turretSocketIn.mesh" scale3D="10,10,10" /> 38 <Model position="0,0,0" mesh="turretSocketTop.mesh" scale3D="10,10,10" /> 39 <Model position="0,0,0" mesh="turretSocketLeft.mesh" scale3D="10,10,10" /> 40 <Model position="0,0,0" mesh="turretSocketRight.mesh" scale3D="10,10,10" /> 41 </attached> 42 </StaticEntity> 29 43 30 44 31 45 32 33 <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"/> 34 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 46 <SpaceShip position="0,10,0" pitch="-45" yaw="225" roll="0"> 47 <templates> 48 <Template link=spaceshipturret /> 49 </templates> 50 <controller> 51 <WaypointPatrolController alertnessradius=100 team=10> 52 </WaypointPatrolController> 53 </controller> 54 </SpaceShip> 35 55 36 56 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.