Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2015, 11:26:38 AM (9 years ago)
Author:
maxima
Message:

changed the presentation level and script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationFS15/data/levels/presentationFS15.oxw

    r10504 r10505  
    1616  include("templates/spaceshipFS15.oxt")
    1717  include("templates/orbStation.oxt")
    18 
     18  include("templates/spaceshipSwallow.oxt")
    1919?>
    2020
     
    3333    <SpawnPoint team=0 position="-500,0,0" lookat="-1000,0,0" spawnclass=SpaceShip pawndesign=spaceshipfs15/>
    3434
     35    <?lua for i=0,4,1 do ?>
     36      <SpaceShip position="-3000,<?lua print(i*200)?>,0" lookat="-500,0,0" visible="true">
     37        <templates>
     38          <Template link=spaceshipswallow />
     39        </templates>
     40      </SpaceShip>
     41    <?lua end ?>
     42
     43
    3544    <!-- Docking  -->
    36     <Dock position="-1000,0,0" roll=0 yaw=0 >
     45    <Dock position="-2000,-1000,0" roll=0 yaw=0 >
    3746      <attached>
    3847        <Billboard position="0,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=1 />
     
    6776    </SpaceShip>
    6877
    69     <Billboard position="0,500,500" material="Flares/ringflare2" colour="0.8,0.4,0.2" scale=1 />
    70     <DistanceTrigger position="0,500,500" distance="200" target="Pawn" name="takeControl"/>
    71 
    72     <MovableEntity position="0,1000,1000" >
     78    <MovableEntity position="2000,0,0" >
    7379      <templates>
    7480        <Template link=orbStation/>
     
    8187    </MovableEntity>
    8288
    83     <ControllerDirector position="0,0,0" scriptname="presentation">
     89    <Billboard position="0,500,500" material="Flares/ringflare2" colour="0.8,0.4,0.2" scale=1 />
     90    <DistanceTrigger position="0,500,500" distance="20" target="Pawn" name="takeControl"/>
     91   
     92    <ControllerDirector position="0,500,500" scriptname="presentation">
    8493      <events>
    8594        <takeControl>
Note: See TracChangeset for help on using the changeset viewer.