- Timestamp:
- Dec 11, 2014, 5:06:41 PM (10 years ago)
- Location:
- code/branches/weaponupdateHS14/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponupdateHS14/data/levels/FPS_Level_HS14.oxw
r10169 r10177 54 54 <!--6000,2000,500--> 55 55 56 <SpaceShip 57 template = "spaceshipassff" 58 team = "1" 59 position = "3200,0,-200" 60 orientation = "1,200,0,0" 61 health = "200" 62 initialhealth = "200" 63 maxhealth = "200" 64 shieldhealth = "50" 65 initialshieldhealth = "50" 66 maxshieldhealth = "50" 67 shieldabsorption = "0.8" 68 reloadrate = "1" 69 reloadwaittime = "1" 70 name = "Tanis1" 71 radarname = "Light-Destroyer" > 72 <attached> 73 <DockingTarget name="spaceShip" /> 74 <DistanceTriggerBeacon name="bcnSpaceShip" /> 75 </attached> 76 </SpaceShip> 56 77 57 78 58 … … 103 83 104 84 105 <!-- Docking I-->85 <!-- Docking --> 106 86 <Dock position="2830,20,50" roll=0 yaw=0 > 107 87 <animations> … … 127 107 beaconMode="exclude" targetname="bcnDestroyer" name="dockMe" 128 108 /> 129 <!-- Trigger for undocking with billboard - ->130 <Billboard position="- 2800,-20055,-700" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=1 />131 <DistanceTrigger position="- 2800,-20055,-700" distance="150" target="Pawn"109 <!-- Trigger for undocking with billboard -2800,-20055,-700--> 110 <Billboard position="-1500,-20100,-50" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=1 /> 111 <DistanceTrigger position="-1500,-20100,-50" distance="150" target="Pawn" 132 112 beaconMode="identify" targetname="bcnDestroyer" name="undockMe" 133 113 /> … … 149 129 150 130 <!-- Docking II --> 151 <Dock position=" 160,-20055,-700" roll=0 yaw=0 >131 <Dock position="86,-20055,-700" roll=0 yaw=0 > 152 132 <animations> 153 133 <MoveToDockingTarget target="spaceShip" /> … … 162 142 163 143 <undocking> 164 <EventListener event="undockMe" />144 <EventListener event="undockMe" /> 165 145 </undocking> 166 146 … … 168 148 <attached> 169 149 <!-- Trigger for docking with billboard --> 170 <Billboard position="0, 0,0" material="Flares/ringflare2" colour="0.3,0.4,0.5" scale=1 />171 <DistanceTrigger position="0,0,0" distance=" 200" target="Pawn"150 <Billboard position="0,50,0" material="Flares/ringflare2" colour="0.3,0.4,0.5" scale=1 /> 151 <DistanceTrigger position="0,0,0" distance="100" target="Pawn" 172 152 beaconMode="exclude" targetname="bcnSpaceShip" name="dockMe" 173 153 /> 174 154 <!-- Trigger for undocking with billboard --> 175 <Billboard position=" 4140,20055,-295" material="Flares/ringflare2" colour="0.3,0.4,0.5" scale=1 />176 <DistanceTrigger position=" 4140,20055,-295" distance="300" target="Pawn"155 <Billboard position="3251,20036,380" material="Flares/ringflare2" colour="0.3,0.4,0.5" scale=1 /> 156 <DistanceTrigger position="3251,20036,380" distance="100" target="Pawn" 177 157 beaconMode="identify" targetname="bcnSpaceShip" name="undockMe" 178 158 /> 179 159 </attached> 180 160 </Dock> 161 162 163 <SpaceShip 164 template = "spaceshipAssff" 165 team = "0" 166 position = "3337,-19,-320" 167 orientation = "1,200,0,0" 168 health = "200" 169 initialhealth = "200" 170 maxhealth = "200" 171 shieldhealth = "50" 172 initialshieldhealth = "50" 173 maxshieldhealth = "50" 174 shieldabsorption = "0.8" 175 reloadrate = "1" 176 reloadwaittime = "1" 177 name = "Tanis1" 178 radarname = "Light Destroyer" > 179 <attached> 180 <DockingTarget name="spaceShip" /> 181 <DistanceTriggerBeacon name="bcnSpaceShip" /> 182 </attached> 183 </SpaceShip> 181 184 182 185 <!-- Enemy ships --> 183 186 184 <SpaceShip187 <!-- <SpaceShip 185 188 template = "HeavyCruiser" 186 189 team = "0" … … 196 199 reloadrate = "1" 197 200 reloadwaittime = "1" 198 name = "Tanis 1"199 radarname = "Tanis Cruiser" >201 name = "Tanis0" 202 radarname = "Tanis big ship" > 200 203 </SpaceShip> 201 204 --> 202 205 203 206 <!-- <SpaceShip … … 215 218 reloadrate = "1" 216 219 reloadwaittime = "1" 217 name = "Tanis 1"220 name = "Tanis0" 218 221 radarname = "Pirate1" > 219 222 … … 238 241 reloadrate = "1" 239 242 reloadwaittime = "1" 240 name = "Tanis 1"243 name = "Tanis0" 241 244 radarname = "Pirate2" > 242 245 -
code/branches/weaponupdateHS14/data/levels/presentationHS13.oxw
r9943 r10177 131 131 132 132 <undocking> 133 <EventListener event="undockMe" />133 <EventListener event="undockMe" /> 134 134 </undocking> 135 135
Note: See TracChangeset
for help on using the changeset viewer.