Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2011, 4:39:32 PM (13 years ago)
Author:
sven
Message:

XML support for different DockingEffects added, DockingEffect base class created

File:
1 edited

Legend:

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

    r8137 r8151  
    11<LevelInfo
    22 name = "Transporter"
    3  description = "Level with moving Transporter."
     3 description = "Level with a Transporter. Demostrates the docking system."
    44 tags = ""
    55/>
     
    1414<Level
    1515 name         = "Transporter"
    16  description  = "Level with Transporter :)"
     16 description  = "Docking example level"
    1717>
    1818  <templates>
     
    4848
    4949                <Dock>
     50                        <effects>
     51                                <DockToShip />
     52                        </effects>
    5053            <events>
    5154                <execute>
     
    5457            </events>
    5558            <attached>
    56                 <PlayerTrigger name="dockMe" /> //A PlayerTrigger triggering the execution of the QuestEffectBeacon.
     59                <DistanceTrigger position="0,0,0" distance=2 target="ControllableEntity" name="dockMe" />
    5760            </attached>
    5861        </Dock>
Note: See TracChangeset for help on using the changeset viewer.