Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4597


Ignore:
Timestamp:
Jan 28, 2007, 9:58:32 PM (17 years ago)
Author:
snellen
Message:

cutscene continued

Location:
data/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/levels/sp_cutscene_intro.oxw

    r4594 r4597  
    2626            <mode>1</mode>
    2727            <speed>10</speed>
    28              <addPoint>625, 0, -25</addPoint>
     28             <addPoint>610, 0, -25</addPoint>
    2929             <addPoint>-1000,0,-25</addPoint>
    3030          </Track>
     
    6262            <mode>1</mode>
    6363            <speed>13</speed>
    64              <addPoint>-490,-5,-160</addPoint>
     64             <addPoint>-475,-5,-160</addPoint>
    6565             <addPoint>1000,-5,-160</addPoint>
    6666          </Track>
     
    8686            <mode>1</mode>
    8787            <speed>12.8</speed>
    88              <addPoint>10,-5,-1500</addPoint>
    89              <addPoint>10,-5,100</addPoint>
    90              <addPoint>10,0,150</addPoint>
    91              <addPoint>10,0,200</addPoint>
    92              <addPoint>100,20,500</addPoint>
     88             <addPoint>3,2,-730</addPoint>
     89             <addPoint>3,2,100</addPoint>
     90             <addPoint>3,2,150</addPoint>
     91             <addPoint>7,2,200</addPoint>
     92             <addPoint>15,5,500</addPoint>
    9393
    9494          </Track>
     
    124124          </Track>
    125125            <Weapons>
    126              <AcidLauncher>
     126             <LaserCannon>
    127127               <slot>0, 0</slot>
    128              </AcidLauncher>
    129              <AcidLuncher>
     128             </LaserCannon>
     129             <LaserCannon>
    130130               <slot>0, 1</slot>
    131              </AcidLuncher>
     131             </LaserCannon>
    132132            </Weapons>
    133133
     
    154154            <size>175</size>
    155155            <abs-coor>-75, 0, 300</abs-coor>
    156             <texture>textures/planets/mars.png</texture>
     156          <abs-dir>3.1412, 1,0,0</abs-dir>
     157            <texture>textures/planets/earth_no_clouds_2048.jpg</texture>
    157158            <cloud-texture>textures/planets/halo.png</cloud-texture>
    158159          </Planet>
     
    162163         <texture>textures/planets/pluto.png</texture>
    163164         <size>25</size>
    164          <abs-coor> 100, 0 , -200</abs-coor>
     165         <abs-coor> 100, 0 , -225</abs-coor>
    165166         <abs-dir>3.1412, 0,1,0</abs-dir>
    166167        </Planet>
     
    232233  </CameraMan>
    233234
    234   <Music>music/task_horizon_-_menu1.ogg</Music>
     235  <Music>music/tower01.ogg</Music>
    235236
    236237  <LightManager>
  • data/trunk/scripts/cutscene/cutscene.lua

    r4593 r4597  
    4747-- Get objects from orxonox
    4848thisscript:addObject("CameraMan", "cameraManager")
     49thisscript:addObject("NPC", "fighterThree")
    4950thisscript:addObjectAsName("GameWorld", "Cut Scene", "gameWorld")
    5051
     
    101102end
    102103
     104if time > 3 and time < 4 then
     105fighterThree:fire()
     106end
     107
    103108if not cameraSwitched then
    104109cameraManager:setCam("CameraOne")
Note: See TracChangeset for help on using the changeset viewer.