Changeset 8163 for code/branches/masterserver2/data/levels
- Timestamp:
- Mar 31, 2011, 3:35:59 PM (14 years ago)
- Location:
- code/branches/masterserver2/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/masterserver2/data/levels/templates/spaceshipAssff.oxt
r7845 r8163 8 8 explosionchunks = 6 9 9 10 health = 100 11 maxhealth = 200 12 initialhealth = 100 10 health = 100000 11 maxhealth = 200000 12 initialhealth = 100000 13 13 14 primaryThrust = 100 ;15 auxilaryThrust = 30 ;14 primaryThrust = 10000; 15 auxilaryThrust = 3000; 16 16 rotationThrust = 25; 17 17 … … 57 57 <Template name=spaceshipassffengine baseclass=MultiStateEngine> 58 58 <MultiStateEngine 59 boostfactor = 2 59 boostfactor = 20 60 60 61 61 speedfront = 150 … … 67 67 defEngineSndBoost = "sounds/Engine_high.ogg" 68 68 69 accelerationfront = 50070 accelerationbrake = 50069 accelerationfront = 200 70 accelerationbrake = 200 71 71 accelerationback = 125 72 72 accelerationleftright = 125 -
code/branches/masterserver2/data/levels/tutorial.oxw
r7679 r8163 30 30 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7"> 31 31 <attached> 32 <Model scale="1 " mesh="drone.mesh"/>32 <Model scale="10" mesh="drone.mesh"/> 33 33 </attached> 34 34 <collisionShapes> 35 <BoxCollisionShape position=" 0,0,0" halfExtents="10, 10, 10" />35 <BoxCollisionShape position="10,10,0" halfExtents="10, 10, 10" /> 36 36 </collisionShapes> 37 37 </Drone> … … 39 39 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7"> 40 40 <attached> 41 <Model scale="1" mesh=" rocket.mesh"/>41 <Model scale="1" mesh="drone.mesh"/> 42 42 </attached> 43 43 <collisionShapes> 44 <BoxCollisionShape position="0, 0,0" halfExtents="10, 10, 10" />44 <BoxCollisionShape position="0,10,0" halfExtents="10, 10, 10" /> 45 45 </collisionShapes> 46 46 </Drone>
Note: See TracChangeset
for help on using the changeset viewer.