Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2017, 4:18:57 PM (8 years ago)
Author:
jostoffe
Message:

EmptyLevel funktioniert nicht wegen AutonomousDroneController, HUD geaendert aber brauch ich nicht mehr. Mit movableentity weitermachen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Waypoints_HS17/data/levels/emptyLevel.oxw

    r11357 r11523  
    1616  include("templates/spaceshipEscort.oxt")
    1717  include("templates/endurancetest_template.oxt")
     18  include("templates/endurancetest_template.oxt")
     19  include("templates/spaceshipPirate.oxt")
     20  include("templates/spaceshipAssff.oxt")
     21
     22
    1823?>
    1924
     
    2328  </templates>
    2429  <?lua include("includes/notifications.oxi") ?>
     30
     31  <NotificationQueueCEGUI
     32    name="narrative"
     33    targets="simpleNotification"
     34    size=3
     35    displayTime=3.9
     36    position="0.2, 0, 0.1, 0"
     37    fontSize="23"
     38    fontColor="0.3, 1, 0.2, 0.8"
     39    alignment="HorzCentred"
     40    displaySize="0.6, 0, 0, 0"
     41    />
    2542
    2643  <Scene
     
    3754      </templates>
    3855    </ModularSpaceShip>
    39    
     56    <AutonomousDroneController>
     57    </AutonomousDroneController>
     58
     59<SpaceShip position="0,2000,200" lookat="0,0,0">
     60      <templates>
     61        <Template link=spaceshipassff />
     62      </templates>
     63      <controller>
     64        <WaypointController alertnessradius=1000 team=10>
     65          <waypoints>
     66            <Model mesh="cube.mesh" scale=8 position="  0,2000,-200" />
     67            <Model mesh="cube.mesh" scale=8 position="  0,2000,-700" />
     68            <Model mesh="cube.mesh" scale=8 position="500,2000,-700" />
     69            <Model mesh="cube.mesh" scale=8 position="500,2000,-200" />
     70          </waypoints>
     71        </WaypointController>
     72      </controller>
     73    </SpaceShip>
     74
     75   <DistanceTrigger name="flying1" position="0,0,0" distance=100 stayActive="true" delay=6/>
     76    <SimpleNotification message="Let's fly to the blinking light.">
     77        <events>
     78            <trigger>
     79                <EventListener event="flying1" />
     80            </trigger>
     81        </events>
     82    </SimpleNotification>
     83
     84
    4085  </Scene>
    4186</Level>
Note: See TracChangeset for help on using the changeset viewer.