Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2017, 4:20:31 PM (6 years ago)
Author:
fanconic
Message:

Das StoryModeHUD.cc wurde kompiliert und ist momentan bugfrei. Es funktioniert ein Text an einer gewuenschten Stelle im Spiel zu generieren,

File:
1 edited

Legend:

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

    r11544 r11560  
    1111  include("templates/lodInformation.oxt")
    1212  include("templates/StoryMode.oxt")
    13 
     13  include("HUDTemplates3.oxo")
    1414  include("templates/spaceshipAssff.oxt")
    1515  include("templates/spaceshipEscort.oxt")
     
    1717?>
    1818
    19 <Level>
     19<Level  gametype = StoryMode>
    2020
    2121  <templates>
     
    2929  >
    3030
    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 />
    3232   
    3333
    3434  <StaticEntity position="0,0,0" direction="0,0,0" >
    35   <attached>
     35    <attached>
    3636
    3737    <Model position="600,370,0" mesh="planets/moon.mesh" scale=100 />
     
    6262    <Billboard colour="1,1,0.05" position="1500,-1300,-2080"  material="Flares/lensflare" scale=5 />
    6363
     64    <Model position="0,0,0" mesh="planets/moon.mesh" scale=100 />
     65   
     66
    6467  </attached>
    6568</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>
    7469
    7570   
Note: See TracChangeset for help on using the changeset viewer.