Changeset 10598
- Timestamp:
- Sep 27, 2015, 2:01:06 PM (9 years ago)
- Location:
- code/branches/formationFS15/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/formationFS15/data/levels/emptyLevel.oxw
r10390 r10598 32 32 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 33 33 34 35 36 37 <?lua38 include("templates/orbStation.oxt")39 ?>40 <MovableEntity position="0,0,0" template="orbStation">41 42 </MovableEntity>43 44 34 </Scene> 45 35 </Level> -
code/branches/formationFS15/data/levels/templates/orbStation.oxt
r10500 r10598 1 1 <Template name=orbStation> 2 3 4 2 <MovableEntity> 3 <attached> 4 5 5 6 7 8 9 10 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 11 12 13 14 15 16 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 17 18 19 20 21 22 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 23 24 25 26 27 28 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 29 30 31 32 33 34 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 35 36 37 38 39 40 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 41 42 43 44 45 46 <Model position= "-200,0,0" yaw = 90 mesh="OrbStation_Antenna.mesh" scale="40"/> 47 48 49 50 51 52 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 53 54 55 54 </attached> 55 </MovableEntity> 56 56 57 57 58 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 /> 59 59 60 </attached> 61 </MovableEntity> 62 </Template> 63 60 64 61 62 </attached>63 </MovableEntity>64 </Template>65 66
Note: See TracChangeset
for help on using the changeset viewer.