Changeset 11495 for code/trunk/data/levels/templates
- Timestamp:
- Oct 23, 2017, 12:23:21 AM (7 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/tgidronFS16 removed
- Property svn:mergeinfo changed
-
code/trunk/data/levels/templates/spaceshipHover.oxt
r11493 r11495 18 18 reloadwaittime = 0.5 19 19 20 primaryThrust = 200 021 auxilaryThrust = 122 rotationThrust = 4520 primaryThrust = 200 21 auxilaryThrust = 30 22 rotationThrust = 25 23 23 24 jumpBoost = 35024 jumpBoost = 90 25 25 26 26 lift = 1; 27 stallSpeed = 1400;27 stallSpeed = 220; 28 28 29 29 boostPower = 10 … … 33 33 34 34 collisionType = "dynamic" 35 mass = 100 000035 mass = 100 36 36 linearDamping = 0.2 37 37 angularDamping = 0.9999999 … … 41 41 </engines> 42 42 <attached> 43 <Model position="0,0,- 120" mesh="hovership_body.mesh" scale="30" yaw=180/>44 <Model position="0,0,- 120" mesh="hovership_engine.mesh" scale="30" yaw=180/>45 <Model position="0,0,- 120" mesh="hovership_gun.mesh" scale="30" yaw=180/>43 <Model position="0,0,-20" mesh="hovership_body.mesh" scale="5" yaw=180/> 44 <Model position="0,0,-20" mesh="hovership_engine.mesh" scale="5" yaw=180/> 45 <Model position="0,0,-20" mesh="hovership_gun.mesh" scale="5" yaw=180/> 46 46 47 47 </attached> 48 48 <collisionShapes> 49 <BoxCollisionShape position="0,- 12, 42" halfExtents="49, 24 ,180" />49 <BoxCollisionShape position="0,-2 ,7" halfExtents="7, 4 ,30" /> 50 50 </collisionShapes> 51 51 <explosion> 52 52 <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> 53 <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" scale= 12 />53 <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" scale=2 /> 54 54 <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> 55 55 … … 69 69 <SpaceShip> 70 70 <camerapositions> 71 <CameraPosition position="0, 48, 30" drag=true mouselook=true />72 <CameraPosition position="0, 48, 30" yaw="180" drag=true mouselook=true />71 <CameraPosition position="0,8, 5" drag=true mouselook=true /> 72 <CameraPosition position="0,8,5" yaw="180" drag=true mouselook=true /> 73 73 </camerapositions> 74 74 </SpaceShip> … … 79 79 boostfactor = 2 80 80 81 speedfront = 140082 speedback = 80083 speedleftright = 70084 speedupdown = 70081 speedfront = 90 82 speedback = 40 83 speedleftright = 40 84 speedupdown = 40 85 85 86 accelerationfront = 100087 accelerationbrake = 100088 accelerationback = 25089 accelerationleftright = 35086 accelerationfront = 500 87 accelerationbrake = 500 88 accelerationback = 125 89 accelerationleftright = 125 90 90 accelerationupdown = 125 91 91 >
Note: See TracChangeset
for help on using the changeset viewer.