Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2018, 2:52:30 PM (5 years ago)
Author:
merholzl
Message:

World Map merging

Location:
code/branches/Merge_HS18
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Merge_HS18

  • code/branches/Merge_HS18/data/levels/StoryModeMap.oxw

    r11783 r12180  
    1111  include("StoryModeHUD.oxo")
    1212  include("templates/lodInformation.oxt")
     13  include("templates/spaceshipAssff.oxt")
    1314  include("templates/StoryMode.oxt")
    1415?>
     
    2122    <Template link=lodtemplate_default />
    2223  </templates>
     24
     25   
     26
    2327  <?lua include("includes/notifications.oxi") ?>
    2428
     
    2731    skybox       = "Orxonox/Starbox"
    2832  >
     33   
     34   
     35   
     36   
    2937
    30 
    31     <StaticEntity position="0,0,0" direction="0,0,0" >
     38    <StaticEntity position="0,0,0" direction="0,0,-1" >
    3239      <attached>
    3340
    34         <Model position="600,370,0" mesh="planets/moon.mesh" scale=100 />
     41        <Model name="a" position="550,300,0" mesh="planets/moon.mesh" scale=100 visible="true" />
     42        <Billboard colour="1,0,0.05" position="550,300,-80"  material="Flares/lensflare" scale=4.5 />
     43
     44        <Model name="a" position="600,370,0" mesh="planets/moon.mesh" scale=100 visible="true" />
     45         
     46       
     47         <Model position="550,300,0" mesh="assff.mesh" scale=20  visible="false" orientation="-0.015,0.091,0.038,-0.995"/>
     48       
    3549        <Billboard colour="1,1,0.05" position="600,370,-80"  material="Flares/lensflare" scale=4.5 />
    36  
    37         <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100  />
     50       
     51
     52        <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100  visible="true"/>
     53         
    3854        <Billboard colour="1,1,0.05" position="100,350,-330"  material="Flares/lensflare" scale=4.5 />
    3955
    40         <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 />
     56        <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 visible="true"/>
    4157        <Billboard colour="1,1,0.05" position="-600,250,-580"  material="Flares/lensflare" scale=5 />
    4258
     
    6278    </StaticEntity>
    6379
     80   
     81
    6482    <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"/>
    6583
    66     <SpawnPoint position="000.000, 000.000, 1000.000" orientation="0, 0, 0, -1" pawndesign=StoryMode />
     84    <SpawnPoint position="000.000, 000.000, 1000.000" orientation="0, 0, 0, -1" spawnclass=StoryMode pawndesign=StoryMode />
     85   
    6786   
    6887  </Scene>
Note: See TracChangeset for help on using the changeset viewer.