Changeset 9941 for code/trunk/data
- Timestamp:
- Dec 29, 2013, 8:06:44 PM (11 years ago)
- Location:
- code/trunk/data
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/gui/layouts/CreditsMenu.layout
r9016 r9941 46 46 47 47 Credits: 48 http://www.orxonox.net/wiki/credits 49 50 Thanks to AMIV: 51 https://www.amiv.ethz.ch/ 48 52 </Property> 49 53 </Window> -
code/trunk/data/gui/scripts/MiscConfigMenu.lua
r9939 r9941 33 33 table.insert(P.commandList, "UnderAttack gameTime_") 34 34 table.insert(P.commandList, "TeamDeathmatch teams_") 35 table.insert(P.commandList, "TeamDeathmatch maxScore_") 35 36 table.insert(P.commandList, "HumanPlayer nick_") 36 37 table.insert(P.commandList, "ChatOverlay displayTime_") … … 56 57 table.insert(P.nameList, "UnderAttack: game time") 57 58 table.insert(P.nameList, "TeamDeathmatch: Number of teams") 59 table.insert(P.nameList, "TeamDeathmatch: Score needed to end the game") 58 60 table.insert(P.nameList, "Playername") 59 61 table.insert(P.nameList, "Chat: display time") -
code/trunk/data/levels/missionOne.oxw
r9939 r9941 2 2 <LevelInfo 3 3 name = "Mission One" 4 description = " First Guided Steps in the Orxonoxian Universe."4 description = "Codename: Awakening - First Guided Steps in the Orxonoxian Universe." 5 5 screenshot = "missionOne.png" 6 6 tags = "mission" -
code/trunk/data/levels/underAttack.oxw
r9939 r9941 56 56 angularDamping = 0.9999999 57 57 health = 10000 58 maxhealth = 10000 58 maxhealth = 10000000 59 59 initialhealth = 10000 60 60 radarname = "Transporter" … … 62 62 63 63 <attached> 64 <TeamSpawnPoint team=1 position="150,0,7" direction="-1,0,0" roll=90 yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 65 <TeamSpawnPoint team=1 position="0,0,7" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 66 <TeamSpawnPoint team=1 position="-50,0,7" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 67 <TeamSpawnPoint team=1 position="100,0,7" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 68 <TeamSpawnPoint team=1 position="50,0,7" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 64 <SpaceBoundaries position="1,2,3" maxDistance="1600" warnDistance="300" showDistance="300" reactionMode="1" healthDecrease="5.0" /> 65 <TeamSpawnPoint team=1 position="200,0,20" direction="-1,0,0" roll=90 yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 66 <TeamSpawnPoint team=1 position="50,0,100" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 67 <TeamSpawnPoint team=1 position="-200,0,-60" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 68 <TeamSpawnPoint team=1 position="100,0,-50" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 69 <TeamSpawnPoint team=1 position="400,0,20" lookat="-1,0,0" roll="90" yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /> 69 70 <?lua for i = 1, 100, 1 do ?> 70 71 <TeamSpawnPoint 71 72 team=0 72 position="<?lua print((math.random() * 500 + 500) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>,<?lua print((math.random() * 500 + 500) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>,<?lua print((math.random() * 500 + 500) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>"73 position="<?lua print((math.random() * 450 + 450) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>,<?lua print((math.random() * 450 + 450) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>,<?lua print((math.random() * 450 + 450) * (math.floor(math.random() + 0.5) * 2 - 1)) ?>" 73 74 lookat="0,0,0" 74 75 spawnclass=SpaceShip
Note: See TracChangeset
for help on using the changeset viewer.