Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2016, 8:15:56 AM (7 years ago)
Author:
maxima
Message:

dialog branch merged to presentation

Location:
code/branches/Presentation_HS16
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS16

  • code/branches/Presentation_HS16/data/levels/missionOne.oxw

    r11052 r11347  
    3131  <NotificationQueueCEGUI
    3232    name="narrative"
    33     targets="simpleNotification"
     33    targets="simpleNotification,dialogue"
    3434    size=3
    3535    displayTime=3.9
    3636    position="0.2, 0, 0.1, 0"
    37     fontSize="23"
     37    fontSize="19"
    3838    fontColor="0.3, 1, 0.2, 0.8"
    3939    alignment="HorzCentred"
    4040    displaySize="0.6, 0, 0, 0"
    4141    />
     42
    4243  <Scene
    4344    ambientlight = "0.8, 0.8, 0.8"
     
    370371
    371372    <DistanceTrigger name="spawndelaytrigger0" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=2/>
    372     <SimpleNotification message="Press (F3) to see your mission briefing.">
     373    <Dialogue speaker="Speaker" message=" Press (F3) to see your mission briefing." portrait="Orxonox/DialogueHUD_Person">
    373374        <events>
    374375            <trigger>
     
    376377            </trigger>
    377378        </events>
    378     </SimpleNotification>
     379    </Dialogue>
    379380
    380381<!-- Blinking Billboard should be replaced with WAYPOINT -->
     
    409410
    410411    <DistanceTrigger name="flying1" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=6/>
    411     <SimpleNotification message="Let's fly to the blinking light.">
     412    <Dialogue speaker="Speaker" message="Let's fly to the blinking light." portrait="Orxonox/DialogueHUD_Person">
    412413        <events>
    413414            <trigger>
     
    415416            </trigger>
    416417        </events>
    417     </SimpleNotification>
     418    </Dialogue>
    418419
    419420    <DistanceTrigger name="flying2" position="800,700,600" target="Pawn" distance=10 stayActive="true" delay=10/>
    420     <SimpleNotification message="Use (W) to accelerate and the mouse to steer.">
     421    <Dialogue speaker="Speaker" message="Use (W) to accelerate and the mouse to steer." portrait="Orxonox/DialogueHUD_Person">
    421422        <events>
    422423            <trigger>
     
    424425            </trigger>
    425426        </events>
    426     </SimpleNotification>
     427    </Dialogue>
    427428
    428429<!-- QUEST-Trigger && Message Trigger: navigationend is activated after flying4 was triggered -->
     
    432433
    433434
    434     <SimpleNotification message="Three arrows just appeared.">
     435    <Dialogue speaker="Speaker2" message="Three arrows just appeared." portrait="Orxonox/DialogueHUD_Person2">
    435436        <events>
    436437            <trigger>
     
    438439            </trigger>
    439440        </events>
    440     </SimpleNotification>
     441    </Dialogue>
    441442
    442443    <DistanceTrigger name="flying5" position="-900,640,600" target="Pawn" distance=60 stayActive="true" delay=5/>
    443     <SimpleNotification message="Follow those arrows.">
     444    <Dialogue speaker="Speaker2" message="Follow those arrows." portrait="Orxonox/DialogueHUD_Person2">
    444445        <events>
    445446            <trigger>
     
    447448            </trigger>
    448449        </events>
    449     </SimpleNotification>
     450    </Dialogue>
    450451
    451452<!-------------------------------------- PART ONE : Destroy boxes --------------------------------------->
     
    485486
    486487<!-- @Text: How to shoot-->
    487     <SimpleNotification message="Destroy the four boxes." broadcast="true">
     488    <Dialogue speaker="Speaker" message="Destroy the four boxes." portrait="Orxonox/DialogueHUD_Person" broadcast="true">
    488489        <events>
    489490            <trigger>
     
    491492            </trigger>
    492493        </events>
    493     </SimpleNotification>
    494 
    495     <SimpleNotification message=" 1. Aim the a red cycle." broadcast="true">
     494    </Dialogue>
     495
     496    <SimpleNotification message=" 1. Aim at the red cycle." broadcast="true">
    496497        <events>
    497498            <trigger>
Note: See TracChangeset for help on using the changeset viewer.