Changeset 4597
- Timestamp:
- Jan 28, 2007, 9:58:32 PM (18 years ago)
- Location:
- data/trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/levels/sp_cutscene_intro.oxw
r4594 r4597 26 26 <mode>1</mode> 27 27 <speed>10</speed> 28 <addPoint>6 25, 0, -25</addPoint>28 <addPoint>610, 0, -25</addPoint> 29 29 <addPoint>-1000,0,-25</addPoint> 30 30 </Track> … … 62 62 <mode>1</mode> 63 63 <speed>13</speed> 64 <addPoint>-4 90,-5,-160</addPoint>64 <addPoint>-475,-5,-160</addPoint> 65 65 <addPoint>1000,-5,-160</addPoint> 66 66 </Track> … … 86 86 <mode>1</mode> 87 87 <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>1 00,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> 93 93 94 94 </Track> … … 124 124 </Track> 125 125 <Weapons> 126 < AcidLauncher>126 <LaserCannon> 127 127 <slot>0, 0</slot> 128 </ AcidLauncher>129 < AcidLuncher>128 </LaserCannon> 129 <LaserCannon> 130 130 <slot>0, 1</slot> 131 </ AcidLuncher>131 </LaserCannon> 132 132 </Weapons> 133 133 … … 154 154 <size>175</size> 155 155 <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> 157 158 <cloud-texture>textures/planets/halo.png</cloud-texture> 158 159 </Planet> … … 162 163 <texture>textures/planets/pluto.png</texture> 163 164 <size>25</size> 164 <abs-coor> 100, 0 , -2 00</abs-coor>165 <abs-coor> 100, 0 , -225</abs-coor> 165 166 <abs-dir>3.1412, 0,1,0</abs-dir> 166 167 </Planet> … … 232 233 </CameraMan> 233 234 234 <Music>music/t ask_horizon_-_menu1.ogg</Music>235 <Music>music/tower01.ogg</Music> 235 236 236 237 <LightManager> -
data/trunk/scripts/cutscene/cutscene.lua
r4593 r4597 47 47 -- Get objects from orxonox 48 48 thisscript:addObject("CameraMan", "cameraManager") 49 thisscript:addObject("NPC", "fighterThree") 49 50 thisscript:addObjectAsName("GameWorld", "Cut Scene", "gameWorld") 50 51 … … 101 102 end 102 103 104 if time > 3 and time < 4 then 105 fighterThree:fire() 106 end 107 103 108 if not cameraSwitched then 104 109 cameraManager:setCam("CameraOne")
Note: See TracChangeset
for help on using the changeset viewer.