Changeset 10500 for code/branches/formationFS15/data
- Timestamp:
- May 27, 2015, 2:56:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/formationFS15/data/levels/templates/orbStation.oxt
r10390 r10500 1 1 <Template name=orbStation> 2 2 <MovableEntity> 3 <attached> 4 3 5 4 <attached> 5 <Model position=“0,0,0“ mesh="OrbStation_Ring_1.mesh" scale="20" angularVelocity="50,0,0"/> 6 <Model position=“0,0,0“ mesh="OrbStation_Ring_2.mesh" scale="20" velocity="40,0,0"/> 7 <Model position=“0,0,0“ mesh="OrbStation_Ring_3.mesh" scale="20" velocity="40,0,0"/> 8 <Model position=“0,0,0“ mesh="OrbStation_Ring_4.mesh" scale="20" /> 9 <Model position=“0,0,0“ mesh="OrbStation_Ring_5.mesh" scale="20"/> 10 <Model position=“0,0,0“ mesh="OrbStation_Sphere.mesh" scale="20"/> 11 <Model position=“10,0,0“ mesh="OrbStation_Platform.mesh" scale="20"/> 6 <MovableEntity rotationaxis = "0,1,0" rotationrate="50,0,0"> 7 <attached> 8 <Model position=“0,0,0“ yaw = 0 mesh="OrbStation_Sphere.mesh" scale="40"/> 9 </attached> 10 </MovableEntity> 11 12 <MovableEntity rotationaxis = "1,1,1" rotationrate="50,0,0"> 13 <attached> 14 <Model position=“0,0,0“ mesh="OrbStation_Ring_2.mesh" scale="40" /> 15 </attached> 16 </MovableEntity> 17 18 <MovableEntity rotationaxis = "1,1,-1" rotationrate="50,0,0"> 19 <attached> 20 <Model position=“0,0,0“ mesh="OrbStation_Ring_3.mesh" scale="40" /> 21 </attached> 22 </MovableEntity> 23 24 <MovableEntity rotationaxis = "-1,1,1" rotationrate="50,0,0"> 25 <attached> 26 <Model position=“0,0,0“ mesh="OrbStation_Ring_4.mesh" scale="40" /> 27 </attached> 28 </MovableEntity> 29 30 <MovableEntity rotationaxis = "-1,1,-1" rotationrate="50,0,0"> 31 <attached> 32 <Model position=“0,0,0“ mesh="OrbStation_Ring_5.mesh" scale="40"/> 33 </attached> 34 </MovableEntity> 35 36 <MovableEntity rotationaxis = "0,1,0" rotationrate="1,0,0"> 37 <attached> 38 39 40 <Model position=“0,0,0“ mesh="OrbStation_Ring_1.mesh" scale="40" /> 41 42 <Model position= "180,0,0" yaw = 0 mesh="OrbStation_Platform.mesh" scale="40"/> 43 <Model position= "0,0,180" yaw = -90 mesh="OrbStation_Platform.mesh" scale="40"/> 44 <Model position= "0,0,-180" yaw = -90 mesh="OrbStation_OpenPlat.mesh" scale="40"/> 45 46 <Model position= "-200,0,0" yaw = 90 mesh="OrbStation_Antenna.mesh" scale="40"/> 47 <MovableEntity position= "-305,0,0" rotationaxis = "1,0,0" rotationrate="50,0,0"> 48 <attached> 49 <Model position= "0,0,0" yaw = 90 mesh="OrbStation_Parabola.mesh" scale="40"/> 50 </attached> 51 </MovableEntity> 52 53 54 </attached> 55 </MovableEntity> 12 56 13 57 14 <Backlight position="0,0,0" scale=1 colour="0.2, 0.4, 0.8" width=7 length=500 lifetime=0.3 elements=20 trailmaterial="Trail/backlighttrail" material="Examples/Flare" loop=1 /> 15 </attached> 58 <Backlight position="0,0,0" scale=10 colour="0.2, 0.4, 0.8" width=100 length=500 lifetime=0.3 elements=20 trailmaterial="Trail/backlighttrail" material="Examples/Flare" loop=1 /> 16 59 17 60 61 62 </attached> 18 63 </MovableEntity> 19 64 </Template>
Note: See TracChangeset
for help on using the changeset viewer.