Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2011, 9:39:41 PM (12 years ago)
Author:
jo
Message:

Working on the levels.

Location:
code/branches/presentation2011/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2011/data/levels/asteroidField.oxw

    r9007 r9008  
    1313
    1414<?lua
    15   include("templates/spaceshipAssff2.oxt")
     15  include("templates/spaceshipAssff.oxt")
    1616  include("templates/spaceshipPirate.oxt")
    1717?>
     
    3333
    3434    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
    35     <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
     35    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    3636
    3737
  • code/branches/presentation2011/data/levels/presentationHS11.oxw

    r9006 r9008  
    3030    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    3131
     32    <Script code="formationcontroller formationflight true" onLoad="true">
     33    </Script> <!-- activate formation behaviour-->
     34
     35    <Script code="artificialcontroller setbotlevel 0.1" onLoad="true">
     36    </Script> <!-- make bots "friendly", doesn't work yet :-( -->
     37
     38    <SpaceShip position="3000,0,5000" lookat="-1300,-600,900" name="attacker" visible="true">
     39        <!--events>
     40            <visibility>
     41                <EventListener event="ondock" />
     42            </visibility>
     43        </events-->
     44        <templates>
     45            <Template link=spaceshipassff /> <!--spaceshipTransporter spaceshippirate-->
     46        </templates>
     47        <controller>
     48            <AIController team=0>
     49                <!--events>
     50                    <activity>
     51                        <EventListener event="attack" />
     52                     </activity>
     53                </events-->
     54            </AIController>
     55        </controller>
     56    </SpaceShip>
     57
     58
     59
     60
     61<!-- ACTUAL LEVEL -->
    3262
    3363<!-- Generate asteroid field and asteroid belt -->
Note: See TracChangeset for help on using the changeset viewer.