Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4064


Ignore:
Timestamp:
Jul 3, 2006, 5:04:26 PM (18 years ago)
Author:
patrick
Message:

new multiplayer map integrated

Location:
data/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/scripts/guard.lua

    r3991 r4064  
    55hangarReached = false
    66
    7 height = 80
     7height = 29
    88
    99-- Returns the distance between (x1,x2,x3) and (y1,y2,y3)
  • data/trunk/worlds/DefaultCampaign.oxc

    r4055 r4064  
    5252      <identifier>5</identifier>
    5353      <nextid>0</nextid>
    54       <path>worlds/mp_arena.oxw</path>
     54      <path>worlds/mp_level_arena.oxw</path>
    5555    </MultiPlayerWorld>
    5656
  • data/trunk/worlds/DefaultNetworkCampaign.oxc

    r3668 r4064  
    77      <identifier>0</identifier>
    88      <nextid>999</nextid>
    9       <path>worlds/mp_arena.oxw</path>
     9      <path>worlds/mp_level_arena.oxw</path>
    1010    </MultiPlayerWorld>
    1111  </WorldList>
  • data/trunk/worlds/mp_level_arena.oxw

    r4001 r4064  
    1111    <BarImage>pictures/load_screens/default_bar.png</BarImage>
    1212  </LoadScreen>
     13
     14  <SpawningPoints>
     15
     16    <SpawningPoint>
     17      <teamId>0</teamId>
     18      <abs-coor>212.18,61.27,-46.39</abs-coor>
     19      <abs-dir>0,0,1,0</abs-dir>
     20    </SpawningPoint>
     21
     22    <SpawningPoint>
     23      <teamId>1</teamId>
     24      <abs-coor>-314.450,40.701,83.554</abs-coor>
     25      <abs-dir>1.0,-0.015,-0.012,0.011</abs-dir>
     26    </SpawningPoint>
     27
     28    <SpawningPoint>
     29      <teamId>-1</teamId>
     30      <abs-coor>-0,0,0</abs-coor>
     31      <abs-dir>0,0,1,0</abs-dir>
     32    </SpawningPoint>
     33
     34  </SpawningPoints>
     35
    1336
    1437
     
    6588  </LightManager>
    6689
     90  <Music>sound/music/00-luke_grey_-_hypermode.ogg</Music>
     91
     92  <GameRule>
     93    <MultiplayerTeamDeathmatch>
     94      <max-kills>5</max-kills>
     95      <death-penalty-timeout>5</death-penalty-timeout>
     96      <death-screen-image>pictures/death_screen.png</death-screen-image>
     97    </MultiplayerTeamDeathmatch>
     98  </GameRule>
    6799
    68100</WorldDataFile>
Note: See TracChangeset for help on using the changeset viewer.