[Orxonox-commit 6040] r10699 - code/branches/campaignHS15/data/levels

bhatiab at orxonox.net bhatiab at orxonox.net
Mon Oct 26 13:58:53 CET 2015


Author: bhatiab
Date: 2015-10-26 13:58:52 +0100 (Mon, 26 Oct 2015)
New Revision: 10699

Modified:
   code/branches/campaignHS15/data/levels/Campaign1.oxw
Log:
changed the waypoints for the transporter...

Modified: code/branches/campaignHS15/data/levels/Campaign1.oxw
===================================================================
--- code/branches/campaignHS15/data/levels/Campaign1.oxw	2015-10-26 12:50:28 UTC (rev 10698)
+++ code/branches/campaignHS15/data/levels/Campaign1.oxw	2015-10-26 12:58:52 UTC (rev 10699)
@@ -413,7 +413,7 @@
     <?lua end ?>
 
     <!-- Transporter, starting Point is near A, end Point near B, the circle parameters for the waypoints are: Center = (0, -887, 0), r = 2613 -->
-    <SpaceShip position="2450, -1667, 0" lookat="-2494, -1667, 0" team=1 name="transporter" radarname="Shuttle">
+    <SpaceShip position="5000,-3000,0" lookat="-2494, -1667, 0" team=1 name="transporter" radarname="Shuttle">
         <templates>
             <Template link="spaceshipTransporter" />
         </templates>
@@ -428,28 +428,28 @@
                     max = 5
                     for i = 1, max, 1
                     do
-                    x = math.cos(math.pi*(i+1)/8)*2613
-                    y = -math.sin(math.pi*(i+1)/8)*2613-887
+                    x = math.cos(math.pi*(i+1)/8)*5000
+                    y = -math.sin(math.pi*(i+1)/8)*700-3000
                     ?>
                     <Billboard position="<?lua print(x) ?>,<?lua print(y) ?>,0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/>
                     <?lua end ?>
 
                     <!-- Return Point -->
-                    <Billboard position="-2450, -1667, 0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/>
+                    <Billboard position="-5000, -3000, 0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/>
 
                     <!-- B to A -->
                     <?lua
                     max = 5
                     for i = 1, max, 1
                     do
-                    x = math.cos(math.pi*(max+2-i)/8)*2613
-                    y = -math.sin(math.pi*(max+2-i)/8)*2613-887
+                    x = math.cos(math.pi*(max+2-i)/8)*5000
+                    y = -math.sin(math.pi*(max+2-i)/8)*700-3000
                     ?>
                     <Billboard position="<?lua print(x) ?>,<?lua print(y) ?>,0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/>
                     <?lua end ?>
 
                     <!-- Start Point -->
-                    <Billboard position="2450,-1667,0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/>
+                    <Billboard position="5000,-3000,0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/>
                 </waypoints>
             </WaypointController>
         </controller>




More information about the Orxonox-commit mailing list