Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 18, 2010, 9:54:39 PM (13 years ago)
Author:
rgrieder
Message:

Merged lastmanstanding back to trunk.

Location:
code/trunk
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/data/levels/gametype_asteroids.oxw

    r7163 r7655  
    143143
    144144
    145     <CheckPoint name=trigger1 position="-300,300,0" scale=1 isdestination=false isfirst=true stayactive=true distance=10 addtime=26 />
    146 
    147 
    148     <CheckPoint name=trigger2 position="2200,600,0" scale=3 isdestination=false stayactive=true distance=100 addtime=20>
     145    <CheckPoint name=trigger1 position="-300,300,0" scale=1 isdestination=false isfirst=true stayactive=true distance=10 addtime=14 />
     146
     147
     148    <CheckPoint name=trigger2 position="2200,600,0" scale=3 isdestination=false stayactive=true distance=100 addtime=11>
    149149      <events>
    150150        <activity>
     
    197197
    198198
    199     <CheckPoint name=trigger3 position="4100,0,400" scale=3 isdestination=false stayactive=true distance=100 addtime=18>
     199    <CheckPoint name=trigger3 position="4100,0,400" scale=3 isdestination=false stayactive=true distance=100 addtime=9>
    200200      <events>
    201201        <activity>
     
    248248
    249249
    250     <CheckPoint name=trigger4 position="5600,400,0" scale=3 isdestination=false stayactive=true distance=100 addtime=18>
     250    <CheckPoint name=trigger4 position="5600,400,0" scale=3 isdestination=false stayactive=true distance=100 addtime=9>
    251251      <events>
    252252        <activity>
     
    299299
    300300
    301     <CheckPoint name=trigger5 position="7200,600,-200" scale=3 isdestination=false stayactive=true distance=100 addtime=18>
     301    <CheckPoint name=trigger5 position="7200,600,-200" scale=3 isdestination=false stayactive=true distance=100 addtime=8>
    302302      <events>
    303303        <activity>
     
    350350
    351351
    352     <CheckPoint name=trigger6 position="9200, 800,-800" scale=3 isdestination=false stayactive=true distance=100 addtime=20>
     352    <CheckPoint name=trigger6 position="9200, 800,-800" scale=3 isdestination=false stayactive=true distance=100 addtime=10>
    353353      <events>
    354354        <activity>
  • code/trunk/data/levels/gametype_dynamicmatch.oxw

    r7163 r7655  
    6868<?lua
    6969max = 20
    70 for i = 1, max, 1
     70for i = 0, max, 1
    7171do
    7272    y = math.sin(i/max*6)*4000
    7373    z = math.cos(i/max*6)*5000
    74     x = i*100
     74    x = 0
    7575    ?>
    7676<?lua
  • code/trunk/data/levels/notifications.oxw

    • Property svn:eol-style set to native
  • code/trunk/data/levels/test_swallow.oxw

    r7648 r7655  
    1010  include("templates/spaceship_swallow.oxt")
    1111  include("templates/spaceship_pirate.oxt")
     12  include("templates/lodinformation.oxt")
    1213?>
    1314
     
    1718
    1819>
     20
     21  <templates>
     22    <Template link=lodtemplate_default />
     23  </templates>
     24
    1925  <Scene
    2026   ambientlight = "0.5, 0.5, 0.5"
     
    2228  >
    2329    <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" />
    24 
    2530
    2631<SpawnPoint position="<?lua print(math.sin(1.5) *40000) ?>,<?lua print(math.cos(1.5) *40000) ?>,<?lua print(500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipswallow />
Note: See TracChangeset for help on using the changeset viewer.