Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11962


Ignore:
Timestamp:
May 17, 2018, 1:30:14 PM (6 years ago)
Author:
varyo
Message:

updated Multiplayer map

Location:
code/branches/Masterserver_FS18
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Masterserver_FS18/data/levels/testMultiplayerLevel.oxw

    r11910 r11962  
    5959<?lua
    6060max = 16
     61fac = 0.3
    6162for i = 0, max, 1
    6263do
     
    6667    ?>
    6768
     69
    6870    <TeamSpawnPoint team=0 position="<?lua print(y*1.4+z*0.2) ?>,0,<?lua print(z*1.4-y*0.2) ?>" direction="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    69     <TeamSpawnPoint team=1 position="<?lua print(y*1.4+z*0.2) ?>,0,<?lua print(z*1.4-y*0.2) ?>" direction="0,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate />
     71    <TeamSpawnPoint team=1 position="<?lua print(y*1.4*fac+z*0.2*fac) ?>,0,<?lua print(z*1.4*fac-y*0.2*fac) ?>" direction="0,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate />
     72
    7073
    7174    <StaticEntity position="<?lua print(y) ?>,0,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static >
  • code/branches/Masterserver_FS18/src/modules/overlays/hud/HUDWeaponSystem.cc

    r11071 r11962  
    1 /*
     1w/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
    33 *                    > www.orxonox.net <
Note: See TracChangeset for help on using the changeset viewer.