Changeset 9012 for code/branches/presentation2011/data/levels
- Timestamp:
- Dec 20, 2011, 11:10:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011/data/levels/presentationHS11.oxw
r9010 r9012 15 15 include("templates/spaceshipPirate.oxt") 16 16 include("templates/spaceshipSwallow.oxt") 17 include("templates/spaceshipTransporter.oxt") 17 18 ?> 18 19 19 20 <Level 20 21 gametype = "Mission" 21 > 22 > <!--ALTERNATIVE: TeamGametype--> 22 23 <templates> 23 24 <Template link=lodtemplate_default /> 24 25 </templates> 25 26 <?lua include("includes/notifications.oxi") ?> 27 28 <NotificationQueueCEGUI 29 name="narrative" 30 targets="simpleNotification" 31 size=3 32 displayTime=3.9 33 position="0.2, 0, 0.1, 0" 34 fontSize="23" 35 fontColor="0.3, 1, 0.2, 0.8" 36 alignment="HorzCentred" 37 displaySize="0.6, 0, 0, 0" 38 /> 26 39 27 40 <Scene … … 36 49 <!-- TRIGGERS --> 37 50 <DistanceTrigger name="FormationInit" position="800,700,600" target="Pawn" distance=60 stayActive="true" delay=0.1 /> 38 <DistanceTrigger name="LetsGo" position="800,700,1000" target="Pawn" distance=60 stayActive="true" delay=0.1 /> 51 <DistanceTrigger name="LetsGo" position="200,-200,1000" target="Pawn" distance=180 stayActive="true" delay=0.1 /> 52 <BlinkingBillboard colour="1,1,0.05"position="200,-200,1000" frequency=0.6 amplitude=3 material="Flares/lensflare" > 53 </BlinkingBillboard> 54 55 39 56 40 57 … … 55 72 </Script> <!-- make bots "friendly", doesn't work yet :-( --> 56 73 57 <!-- ADDING FORMATION --> 74 <SimpleNotification message="Let's go!"> 75 <events> 76 <trigger> 77 <EventListener event="LetsGo" /> 78 </trigger> 79 </events> 80 </SimpleNotification> 81 82 83 <!-- ADDING FORMATION: 5 Swallows --> 58 84 <?lua for i=0,4,1 do 59 85 ?> … … 80 106 81 107 108 <SpaceShip position="-400,3000,-2000" lookat="-1300,-600,900" visible="true"> 109 <!--events> 110 <visibility> 111 <EventListener event="ondock" /> 112 </visibility> 113 </events--> 114 <templates> 115 <Template link=spaceshipTransporter /> 116 </templates> 117 <controller> 118 <AIController team=1> 119 <events> 120 <activity> 121 <EventListener event="LetsGo" /> 122 </activity> 123 </events> 124 </AIController> 125 </controller> 126 </SpaceShip> 127 82 128 83 129 <!-- ACTUAL LEVEL --> 84 130 85 <BlinkingBillboard position="800,700,1000" frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,1,0.05">86 131 87 </BlinkingBillboard>88 132 89 133 <!-- Generate asteroid field and asteroid belt -->
Note: See TracChangeset
for help on using the changeset viewer.