Changeset 11560 for code/branches/CampaignMap_HS17/data/levels
- Timestamp:
- Nov 13, 2017, 4:20:31 PM (7 years ago)
- Location:
- code/branches/CampaignMap_HS17/data/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/data/levels/NC_StoryModeLevel.oxw
r11544 r11560 11 11 include("templates/lodInformation.oxt") 12 12 include("templates/StoryMode.oxt") 13 13 include("HUDTemplates3.oxo") 14 14 include("templates/spaceshipAssff.oxt") 15 15 include("templates/spaceshipEscort.oxt") … … 17 17 ?> 18 18 19 <Level >19 <Level gametype = StoryMode> 20 20 21 21 <templates> … … 29 29 > 30 30 31 <SpawnPoint position="000.000, 000.000, 1000.000" orientation="0, 0, 0, -1" pawndesign= StoryMode/>31 <SpawnPoint position="000.000, 000.000, 1000.000" spawnclass=SpaceShip orientation="0, 0, 0, -1" pawndesign= spaceshipescort /> 32 32 33 33 34 34 <StaticEntity position="0,0,0" direction="0,0,0" > 35 <attached>35 <attached> 36 36 37 37 <Model position="600,370,0" mesh="planets/moon.mesh" scale=100 /> … … 62 62 <Billboard colour="1,1,0.05" position="1500,-1300,-2080" material="Flares/lensflare" scale=5 /> 63 63 64 <Model position="0,0,0" mesh="planets/moon.mesh" scale=100 /> 65 66 64 67 </attached> 65 68 </StaticEntity> 66 67 <MovableEntity>68 69 70 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>71 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />72 73 </MovableEntity>74 69 75 70 -
code/branches/CampaignMap_HS17/data/levels/emptyLevel.oxw
r11545 r11560 10 10 include("HUDTemplates3.oxo") 11 11 include("templates/lodInformation.oxt") 12 include("StoryModeHUD2") 13 include("StoryMode.oxt") 12 14 ?> 13 15 … … 60 62 </attached> 61 63 </StoryModePlanet> 62 63 <MovableEntity> 64 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 65 </MovableEntity> 64 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 66 65 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 67 66 </Scene> -
code/branches/CampaignMap_HS17/data/levels/templates/StoryMode.oxt
r11359 r11560 1 1 <Template name=StoryMode> 2 2 <SpaceShip 3 hudtemplate = StoryMode Map3 hudtemplate = StoryModeHUD2 4 4 camerapositiontemplate = spaceshipghostcameras 5 5
Note: See TracChangeset
for help on using the changeset viewer.