Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2018, 4:09:58 PM (6 years ago)
Author:
andera
Message:

the counter in the beginning of the game has been editted. New checkpoint pointer has been added. New arrow is made in blender but not uploaded yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/RacingBots_FS18/data/levels/newnewnewspacerace.oxw

    r11783 r11857  
    229229   
    230230    <!-- distance = how far from the middle point of a check point do i have to fly ? distance variable answers this question   -->
     231   
     232
     233     
    231234
    232235
     
    491494</checkpoints>
    492495</SpaceRaceManager>
    493 
     496   <Arrow>
     497      <attached>
     498       <Model scale="5" mesh="tutorialpointer3.mesh"/>
     499      </attached>
     500      <controller>
     501        <ArrowController accuracy = 2000>
     502          <gpspoints>
     503            <Model mesh="cube.mesh" scale=1.5 position="1000,30,0"/>
     504            <Model mesh="cube.mesh" scale=1.5 position="3000,200,100"/>
     505            <Model mesh="cube.mesh" scale=1.5 position="5000,100,500"/>
     506            <Model mesh="cube.mesh" scale=1.5 position="8000,-150,150"/>
     507            <Model mesh="cube.mesh" scale=1.5 position="10000,-200,200"/>
     508            <Model mesh="cube.mesh" scale=1.5 position="13000,200,400"/>
     509            <Model mesh="cube.mesh" scale=1.5 position="15000,0,0"/>
     510            <Model mesh="cube.mesh" scale=1.5 position="18000,150,-150"/>
     511            <Model mesh="cube.mesh" scale=1.5 position="21000,200,-120"/>
     512            <Model mesh="cube.mesh" scale=1.5 position="24000,-150,-80"/>
     513            <Model mesh="cube.mesh" scale=1.5 position="27000,-200,0"/>
     514            <Model mesh="cube.mesh" scale=1.5 position="30000,-300,900"/>
     515            <Model mesh="cube.mesh" scale=1.5 position="33000,600,60"/>
     516            <Model mesh="cube.mesh" scale=1.5 position="35000,120,20"/>
     517            <Model mesh="cube.mesh" scale=1.5 position="38000,-200,0"/>
     518            <Model mesh="cube.mesh" scale=1.5 position="41000,30,-50"/>
     519            <Model mesh="cube.mesh" scale=1.5 position="44000,90,0"/>
     520            <Model mesh="cube.mesh" scale=1.5 position="47000,120,30"/>
     521            <Model mesh="cube.mesh" scale=1.5 position="50000,0,100"/>
     522            <Model mesh="cube.mesh" scale=1.5 position="53000,0,0"/>
     523
     524           
     525
     526                </gpspoints>
     527        </ArrowController>
     528      </controller>
     529    </Arrow>
    494530
    495531
Note: See TracChangeset for help on using the changeset viewer.