Changeset 8904 for code/branches/gamecontent/data
- Timestamp:
- Oct 25, 2011, 10:56:31 PM (13 years ago)
- Location:
- code/branches/gamecontent/data/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamecontent/data/levels/includes/weaponSettingsSpacecruiser.oxi
r8891 r8904 7 7 <WeaponSlot position="-34,-30,-169" /> 8 8 <WeaponSlot position=" 34,-30,-169" /> 9 10 9 </weaponslots> 11 10 <weaponsets> -
code/branches/gamecontent/data/levels/missionOne.oxw
r8891 r8904 22 22 name = "Mission One" 23 23 description = "How to steer a spaceship." 24 gametype = "Mission" 24 25 > 25 26 <templates> … … 396 397 </templates> 397 398 <controller> 398 <WaypointController >399 <WaypointController team=1> 399 400 <waypoints> 400 401 <Model mesh="cube.mesh" scale=8 position=" 0,1700,-200" /> … … 417 418 </templates> 418 419 <controller> 419 <WaypointController >420 <WaypointController team=1> 420 421 <waypoints> 421 422 <Model mesh="cube.mesh" scale=8 position=" 0,2400,1000" /> -
code/branches/gamecontent/data/levels/templates/spaceshipSpacecruiser.oxt
r8891 r8904 11 11 initialhealth = 300 12 12 13 shieldhealth = 6014 initialshieldhealth = 6015 maxshieldhealth = 8016 shieldabsorption = 0. 813 shieldhealth = 75 14 initialshieldhealth = 75 15 maxshieldhealth = 90 16 shieldabsorption = 0.9 17 17 reloadrate = 1 18 18 reloadwaittime = 1 … … 57 57 </attached> 58 58 <collisionShapes> 59 <BoxCollisionShape position="0,-30,-108" halfExtents="38,6,62" />60 <BoxCollisionShape position="0,-20,-108" halfExtents="20,6,40" />61 <BoxCollisionShape position="-16,-35,-112" halfExtents="15,5,57" roll=-14 pitch=3.5/>62 <BoxCollisionShape position="16,-35,-112" halfExtents="15,5,57" roll=14 pitch=3.5/>63 <BoxCollisionShape position="19,-21.5,-108" halfExtents="18,5,52" roll=-21 />64 <BoxCollisionShape position="-19,-21.5,-108" halfExtents="18,5,52" roll=21 />65 <BoxCollisionShape position="0,-21,-169" halfExtents="18,1,16" pitch=-30x/>59 <BoxCollisionShape position="0,-30,-108" halfExtents="38,6,62" /> 60 <BoxCollisionShape position="0,-20,-108" halfExtents="20,6,40" /> 61 <BoxCollisionShape position="-16,-35,-112" halfExtents="15,5,57" roll=-14 pitch=3.5/> 62 <BoxCollisionShape position="16,-35,-112" halfExtents="15,5,57" roll=14 pitch=3.5/> 63 <BoxCollisionShape position="19,-21.5,-108" halfExtents="18,5,52" roll=-21 /> 64 <BoxCollisionShape position="-19,-21.5,-108" halfExtents="18,5,52" roll=21 /> 65 <BoxCollisionShape position="0,-21,-169" halfExtents="18,1,16" pitch=-30 /> 66 66 67 67 </collisionShapes> … … 75 75 <SpaceShip> 76 76 <camerapositions> 77 <CameraPosition position="0,10, 40" drag=true mouselook=true /> 78 <CameraPosition position="0,20, 80" drag=true mouselook=true /> 77 <CameraPosition position="0,15, 60" drag=true mouselook=true /> 79 78 <CameraPosition position="0,30, 120" drag=true mouselook=true /> 80 <CameraPosition position="0,20,-260" drag=true mouselook=true yaw=180/> 81 <CameraPosition position="0,30,-350" drag=true mouselook=true yaw=180/> 82 <!--CameraPosition position="0,150,-25" pitch=-90 drag=true /> 83 <CameraPosition position="0,0,-40" yaw=180 drag=true /> 84 <CameraPosition position="0,3,-14" yaw=0 /> 85 <CameraPosition position="-50,5,-8" yaw=-90 drag=true /> 86 <CameraPosition position="50,5,-8" yaw=90 drag=true /--> 79 <CameraPosition position="0,40, 350" drag=true mouselook=true /> 87 80 </camerapositions> 88 81 </SpaceShip> … … 93 86 boostfactor = 2 94 87 95 speedfront = 15096 speedback = 5097 speedleftright = 5098 speedupdown = 5088 speedfront = 200 89 speedback = 70 90 speedleftright = 70 91 speedupdown = 70 99 92 100 93 defEngineSndNormal = "sounds/Engine_low.ogg"
Note: See TracChangeset
for help on using the changeset viewer.