Changeset 9885 for code/branches/spacestationentry/data
- Timestamp:
- Dec 9, 2013, 3:57:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spacestationentry/data/levels/dockingToASpaceStation.oxw
r9857 r9885 93 93 </events> 94 94 <attached> 95 <!-- Trigger for docking with billboard --> 95 96 <Billboard position="0,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=1 /> 96 97 <DistanceTrigger position="0,0,0" distance="200" target="Pawn" 97 98 beaconMode="exclude" targetname="bcnDestroyer" name="dockMe" 98 99 /> 99 100 <Billboard position="-2 730,-19970,50" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=1 />101 <DistanceTrigger position="-2 730,-19970,50" distance="50" target="Pawn"100 <!-- Trigger for undocking with billboard --> 101 <Billboard position="-2630,-19970,150" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=1 /> 102 <DistanceTrigger position="-2630,-19970,150" distance="50" target="Pawn" 102 103 beaconMode="identify" targetname="bcnDestroyer" name="undockMe" 103 104 /> … … 105 106 106 107 </Dock> 107 108 109 <!-- FPS Player as destination of the dock --> 108 110 <FpsPlayer template = "fps" radarname = "First Person Player" position = "0,-19900,0" > 109 111 <attached> … … 114 116 </FpsPlayer> 115 117 116 <!-- Wuerfel -->117 118 119 <!-- Cube as test SpaceStation 120 121 The station can either be hidden outside of the skybox, within the hull of the space station if it is big enough or within a planet. 122 Complex spacestations can be placed very far away from the spaceship so it is rendered at low resolution while the player uses the space ship. 123 124 --> 118 125 <StaticEntity position="0,-20000,0" direction="0,-1,0" collisionType=static mass=100000 friction=0.01 > 119 126 <attached> … … 125 132 </StaticEntity> 126 133 127 <!-- Schwerkraftfeld --> 134 <!-- Homogenous gravitationfield to simulate local gravity (activating the normal gravity will affect the spaceship terribly) --> 135 <ForceField position="0,-20000,0" mode="homogen" diameter="2000" forcedirection = "0,-500,0" /> 128 136 129 <ForceField position="0,-20000,0" mode="homogen" diameter="2000" forcedirection = "0,-400,0" />130 137 131 <!-- Rest-->138 <!-- Some more stuff --> 132 139 133 140 <!-- triple large belt around the planet -->
Note: See TracChangeset
for help on using the changeset viewer.