Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2017, 5:39:48 PM (8 years ago)
Author:
fanconic
Message:

Changes in the Cameraorientation aswell as new objects inside the level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/CampaignMap_HS17/data/levels/NC_StoryModeLevel.oxw

    r11634 r11663  
    2828  >
    2929
    30   <SpawnPoint position="000.000, 000.000, 1000.000" spawnclass=StoryModePawn orientation="0, 0, 0, 1" pawndesign= StoryModeEscort />
    31    
     30  <SpawnPoint position="000.000, 000.000, 000.000" spawnclass=StoryModePawn orientation="0, 0, 0, 1" pawndesign=StoryModeEscort />
    3231
    33  <StoryModePlanet levelName="plizzanet1" position="0,0,0" direction="0,0,0">
     32 <StoryModePlanet levelName="Level 1" position="0,0,-500" direction="1,0,0">
    3433  <attached>
    35     <Model position="0,0,0" mesh="planets/moon.mesh" scale=100 />
     34    <Model position="0,0,0" mesh="ETH.mesh" scale=80 />
    3635  </attached>
    3736 </StoryModePlanet>
    3837
    39 <StoryModePlanet levelName="plizzanet2" position="600,0,0" direction="0,0,0">
     38<StoryModePlanet levelName="Level 2" position="500,0,-1000" direction="0,0,0">
    4039  <attached>
    41     <Model position="0,0,0" mesh="planets/moon.mesh" scale=100 />
     40    <Model position="0,0,0" mesh="planets/moon.mesh" scale=50 />
    4241  </attached>
    4342 </StoryModePlanet>
    4443   
    45 <StoryModePlanet levelName="plizzanet3" position="1200,0,0" direction="0,0,0">
     44<StoryModePlanet levelName="Level 3" position="-500,0,-1000" direction="0,1,0">
    4645  <attached>
    47     <Model position="0,0,0" mesh="planets/moon.mesh" scale=100 />
     46    <Model position="0,0,0" mesh="can.mesh" scale=50 />
    4847  </attached>
    4948</StoryModePlanet>
     49
     50<StoryModePlanet levelName="Level 4" position="1000,0,-1500" direction="0,0,0">
     51  <attached>
     52    <Model position="0,0,0" mesh="cube.mesh" scale=50 />
     53  </attached>
     54 </StoryModePlanet>
     55
     56 <StoryModePlanet levelName="Level 5" position="-1000,0,-1500" direction="0,0,0">
     57  <attached>
     58    <Model position="0,0,0" mesh="Pilz.mesh" scale=50 />
     59  </attached>
     60 </StoryModePlanet>
     61
    5062 
    5163  </Scene>
Note: See TracChangeset for help on using the changeset viewer.