Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 4, 2011, 3:12:49 PM (14 years ago)
Author:
sven
Message:

DockToShip and some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/dockingsystem/data/levels/docking.oxw

    r8151 r8185  
    3232
    3333
    34         <!-- stolen from underAttack.oxw -->
     34    <Dock>
     35        <effects>
     36            <DockToShip />
     37        </effects>
     38        <events>
     39            <execute>
     40                <EventListener event="dockMe" />
     41            </execute>
     42        </events>
     43        <attached>
     44            <DistanceTrigger position="0,0,0" distance="20" target="ControllableEntity" name="dockMe" />
     45            <Billboard material="Examples/Flare" colour="1.0, 0, 0" />
     46        </attached>
     47    </Dock>
    3548
     49
     50    <!--
    3651    <Destroyer
    3752      position          = "100,150,0"
     
    4661
    4762      <attached>
    48 
    49                 <Dock>
    50                         <effects>
    51                                 <DockToShip />
    52                         </effects>
    53             <events>
    54                 <execute>
    55                     <EventListener event="dockMe" />
    56                 </execute>
    57             </events>
    58             <attached>
    59                 <DistanceTrigger position="0,0,0" distance=2 target="ControllableEntity" name="dockMe" />
    60             </attached>
    61         </Dock>
    62 
    6363        <TeamSpawnPoint team=1 position="150,0,7" direction="-1,0,0" roll=90 yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff />
    6464        <TeamSpawnPoint team=1 position="0,0,7" lookat="-1,0,0" roll="90"  yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff />
     
    147147      </collisionShapes>
    148148    </Destroyer>
    149 
     149    //-->
    150150
    151151  </Scene>
Note: See TracChangeset for help on using the changeset viewer.