[9112] | 1 | <!-- TODO: Update the level's image--> |
---|
[9141] | 2 | |
---|
| 3 | <!-- See TowerDefenseReadme.txt for Information on this file --> |
---|
| 4 | |
---|
[9096] | 5 | <LevelInfo |
---|
| 6 | name = "Tower Defense" |
---|
[9112] | 7 | description = "Defend your Spacestation from incoming waves." |
---|
[9346] | 8 | tags = "minigame" |
---|
[9096] | 9 | screenshot = "emptylevel.png" |
---|
| 10 | /> |
---|
| 11 | |
---|
| 12 | <?lua |
---|
| 13 | include("stats.oxo") |
---|
| 14 | include("HUDTemplates3.oxo") |
---|
[9173] | 15 | include("towerdefenseHUD.oxo") |
---|
[9096] | 16 | include("templates/lodInformation.oxt") |
---|
| 17 | ?> |
---|
| 18 | |
---|
[9112] | 19 | <?lua |
---|
| 20 | include("templates/spaceshipAssff.oxt") |
---|
| 21 | include("templates/spaceshipPirate.oxt") |
---|
[9161] | 22 | include("templates/tower.oxt") |
---|
[10258] | 23 | include("templates/enemytowerdefense.oxt") |
---|
| 24 | include("templates/standardTurret.oxt") |
---|
[9112] | 25 | ?> |
---|
| 26 | |
---|
[9103] | 27 | <!-- Specify the position of the camera --> |
---|
[9139] | 28 | <Template name=centerpointmarkcamera defaults=0> |
---|
[10258] | 29 | <Pawn team=1> |
---|
[9103] | 30 | <camerapositions> |
---|
[9245] | 31 | <CameraPosition position="0,0,1500"/> |
---|
[9103] | 32 | </camerapositions> |
---|
[9112] | 33 | </Pawn> |
---|
[9103] | 34 | </Template> |
---|
[9096] | 35 | |
---|
[9139] | 36 | <!-- Loads a mesh to mark the center--> |
---|
| 37 | <Template name=centerpointmark> |
---|
[10258] | 38 | <Pawn team=1 camerapositiontemplate=centerpointmarkcamera> |
---|
[9103] | 39 | <attached> |
---|
[9138] | 40 | <Model position="0,0,0" mesh="cylinder.mesh" scale3D="1,1,1" /> <!-- the camera is attached to this --> |
---|
[9103] | 41 | </attached> |
---|
[9112] | 42 | </Pawn> |
---|
[9103] | 43 | </Template> |
---|
[9096] | 44 | |
---|
[9138] | 45 | |
---|
[9272] | 46 | <!-- Template for a tower EDIT: new towertemplate is included with "templates/tower" --> |
---|
[9161] | 47 | <!--Template name=towertemplate> |
---|
[9134] | 48 | <Tower> |
---|
| 49 | <attached> |
---|
[9161] | 50 | <Model position="0,0,0" scale=0.25 mesh="Tower_ME.mesh" /> |
---|
[9134] | 51 | </attached> |
---|
| 52 | </Tower> |
---|
[9161] | 53 | </Template--> |
---|
[9096] | 54 | |
---|
[9175] | 55 | |
---|
| 56 | |
---|
| 57 | |
---|
| 58 | |
---|
[10581] | 59 | <Level |
---|
| 60 | plugins = "towerdefense" |
---|
| 61 | gametype = "TowerDefense" |
---|
| 62 | > |
---|
[9096] | 63 | <templates> |
---|
| 64 | <Template link=lodtemplate_default /> |
---|
| 65 | </templates> |
---|
[9272] | 66 | |
---|
[9096] | 67 | <?lua include("includes/notifications.oxi") ?> |
---|
| 68 | |
---|
| 69 | <Scene |
---|
| 70 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 71 | skybox = "Orxonox/Starbox" |
---|
| 72 | > |
---|
[9272] | 73 | |
---|
| 74 | <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"/> |
---|
| 75 | |
---|
| 76 | <!-- Spawns the camera, attached to a crate --> |
---|
[10258] | 77 | <SpawnPoint team=1 position="0,0,0" spawnclass=Pawn pawndesign=centerpointmark /> |
---|
[9272] | 78 | <!--TeamSpawnPoint team=1 position="-7,7,4" direction="-1,0,0" roll=90 yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /--> |
---|
| 79 | |
---|
| 80 | <!--SpawnPoint team=1 position="0,0,10" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /--> |
---|
| 81 | <!--SpawnPoint team=0 position="0,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /--> |
---|
| 82 | |
---|
| 83 | |
---|
| 84 | |
---|
[10258] | 85 | |
---|
[9175] | 86 | <!--invisible entity to attach towers to, since playfield is static and towers are dynamic--> |
---|
[10258] | 87 | <StaticEntity team =1 position=0,0,0> |
---|
[9272] | 88 | |
---|
| 89 | <attached> |
---|
| 90 | <Model position="-50,-50,0" mesh="Playfield_ME.mesh" scale=80 /> |
---|
| 91 | <!-- Base --> |
---|
| 92 | <Model position="500,700,100" mesh="sphere.mesh" scale=80 /> |
---|
[9143] | 93 | <!--Model position="0,0,0" mesh="crate.mesh" scale3D="3,3,3" /--> <!-- Only temporary needed to help align the collisionshape --> |
---|
[9272] | 94 | <!-- This was used to mark the playfield, let's let it be here for now --> |
---|
| 95 | <!--Model position="-8,8,0" mesh="crate.mesh" scale3D="0.3,0.3,0.3" /--> |
---|
| 96 | <!--Model position="-8,-8,0" mesh="crate.mesh" scale3D="0.3,0.3,0.3" /--> |
---|
| 97 | <!--Model position="8,-8,0" mesh="crate.mesh" scale3D="0.3,0.3,0.3" /--> |
---|
| 98 | <!--Model position="8,8,0" mesh="crate.mesh" scale3D="0.3,0.3,0.3" /--> |
---|
[9112] | 99 | </attached> |
---|
[9143] | 100 | <collisionShapes> <!-- The collisionshape forbids other worldentities that have a collisionShape to fly through it. |
---|
[9272] | 101 | |
---|
[9143] | 102 | TODO: Find correct size for the collisionshape; since a collisionShape is invisible |
---|
| 103 | I added the crate wich currently has the same dimensions as the collisionshape. |
---|
| 104 | You have to adjust the crate's scale3D as well as the collisionshape's halfExtens to |
---|
| 105 | find the proper shape. --> |
---|
[9168] | 106 | <BoxCollisionShape position="0,0,0" halfExtents="400,400,100" /> |
---|
[9143] | 107 | </collisionShapes> |
---|
[9272] | 108 | </StaticEntity> |
---|
| 109 | |
---|
| 110 | |
---|
| 111 | |
---|
| 112 | |
---|
| 113 | <!-- PlayField --> |
---|
| 114 | <TowerDefenseCenterpoint |
---|
| 115 | name=towerdefensecenter |
---|
| 116 | width=16 |
---|
| 117 | height=16 |
---|
| 118 | tileScale=100 |
---|
| 119 | towerTemplate=tower |
---|
| 120 | position="0,0,0" |
---|
| 121 | direction="0,0,0" |
---|
| 122 | collisionType=dynamic |
---|
[10258] | 123 | mass=100000 |
---|
| 124 | team=1 |
---|
| 125 | /> |
---|
[9272] | 126 | |
---|
[9096] | 127 | </Scene> |
---|
| 128 | </Level> |
---|
| 129 | |
---|