[12052] | 1 | <LevelInfo |
---|
| 2 | name = "Wagnis" |
---|
| 3 | description = "A clone of the iconic Risk." |
---|
| 4 | tags = "minigame" |
---|
| 5 | screenshot = "emptylevel.png" |
---|
| 6 | /> |
---|
| 7 | |
---|
| 8 | <?lua |
---|
| 9 | include("stats.oxo") |
---|
| 10 | include("HUDTemplates3.oxo") |
---|
| 11 | include("templates/lodInformation.oxt") |
---|
| 12 | ?> |
---|
| 13 | |
---|
[12118] | 14 | <?lua |
---|
| 15 | include("templates/wagnisCursor.oxt") |
---|
| 16 | ?> |
---|
| 17 | |
---|
[12067] | 18 | <!-- |
---|
[12052] | 19 | <Template name=pongbatcameras defaults=0> |
---|
| 20 | <PongBat> |
---|
| 21 | <camerapositions> |
---|
| 22 | <CameraPosition position="0,150,0" pitch=-90 absolute=true /> |
---|
| 23 | <CameraPosition position="0,50,160" drag=true mouselook=true /> |
---|
| 24 | <CameraPosition position="0,40,125" drag=true mouselook=true /> |
---|
| 25 | <CameraPosition position="0,30, 90" drag=true mouselook=true /> |
---|
| 26 | </camerapositions> |
---|
| 27 | </PongBat> |
---|
| 28 | </Template> |
---|
| 29 | |
---|
| 30 | <Template name=pongbat> |
---|
| 31 | <PongBat camerapositiontemplate=pongbatcameras> |
---|
| 32 | <attached> |
---|
| 33 | <Model position="0,0,3" mesh="cube.mesh" scale3D="14,2,2" /> |
---|
[12067] | 34 | <-Model roll=180 mesh="pongbat.mesh" scale=0.045 /-> |
---|
[12052] | 35 | </attached> |
---|
| 36 | </PongBat> |
---|
[12067] | 37 | </Template> --> |
---|
[12052] | 38 | |
---|
[12067] | 39 | |
---|
[12130] | 40 | <Level plugins="wagnis" gametype="Wagnis"> |
---|
[12052] | 41 | <templates> |
---|
| 42 | <Template link=lodtemplate_default /> |
---|
| 43 | </templates> |
---|
| 44 | <?lua include("includes/notifications.oxi") ?> |
---|
| 45 | |
---|
| 46 | <Scene |
---|
| 47 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 48 | skybox = "Orxonox/skyBoxBasic" |
---|
| 49 | > |
---|
| 50 | |
---|
| 51 | <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"/> |
---|
[12118] | 52 | <SpawnPoint position="-100, 45, 75" lookat="0,45,75" spawnclass=SpaceShip pawndesign=wagnisCursor /> |
---|
[12052] | 53 | |
---|
[12118] | 54 | <WagnisGameboard position="20,20,20" connections_string="1=2+1000, 2=1, 1000=1"> |
---|
[12107] | 55 | |
---|
[12129] | 56 | |
---|
[12072] | 57 | <Provinces> |
---|
[12132] | 58 | |
---|
| 59 | <WagnisProvince ID="1" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=dynamic mass=100 continent="1" position="0,<?lua print((10+7))?>,<?lua print((135-6))?>" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
[12118] | 60 | <attached> |
---|
| 61 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
| 62 | </attached> |
---|
| 63 | <collisionShapes> |
---|
[12129] | 64 | <SphereCollisionShape position="0,0,0" radius="2" /> |
---|
[12118] | 65 | </collisionShapes> |
---|
| 66 | </WagnisProvince> |
---|
[12132] | 67 | |
---|
| 68 | <WagnisProvince ID="1000" health = 10000000 maxhealth = 10000000 initialhealth = 10000000 collisionType=dynamic mass=100 continent="1" position="0,<?lua print((50+7))?>,<?lua print((135-6))?>" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
| 69 | <attached> |
---|
| 70 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="3,3,3" /> |
---|
| 71 | </attached> |
---|
| 72 | <collisionShapes> |
---|
| 73 | <SphereCollisionShape position="0,0,0" radius="2" /> |
---|
| 74 | </collisionShapes> |
---|
| 75 | </WagnisProvince> |
---|
| 76 | |
---|
[12118] | 77 | <!-- |
---|
| 78 | <WagnisProvince ID="2" continent="1" position="0,<?lua print((10-7))?>,<?lua print((135-10))?>" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
| 79 | <attached> |
---|
| 80 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
| 81 | </attached> |
---|
| 82 | </WagnisProvince> |
---|
[12072] | 83 | |
---|
[12118] | 84 | <WagnisProvince ID="3" continent="1" position="0,<?lua print((10+15))?>,<?lua print((135+7))?>" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
[12067] | 85 | <attached> |
---|
[12118] | 86 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
[12067] | 87 | </attached> |
---|
| 88 | </WagnisProvince> |
---|
[12052] | 89 | |
---|
[12118] | 90 | <WagnisProvince ID="4" continent="1" position="0,<?lua print((10+6))?>,<?lua print((135+14))?>" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
[12067] | 91 | <attached> |
---|
[12118] | 92 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
[12067] | 93 | </attached> |
---|
| 94 | </WagnisProvince> |
---|
[12052] | 95 | |
---|
[12118] | 96 | <WagnisProvince ID="5" continent="1" position="0,<?lua print((10))?>,<?lua print((135+6))?>" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
[12072] | 97 | <attached> |
---|
[12118] | 98 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
[12072] | 99 | </attached> |
---|
| 100 | </WagnisProvince> |
---|
[12052] | 101 | |
---|
[12077] | 102 | |
---|
[12067] | 103 | |
---|
[12052] | 104 | |
---|
| 105 | |
---|
| 106 | |
---|
[12118] | 107 | <WagnisProvince ID="6" continent="2" position="0,<?lua print((40-15))?>,<?lua print((90+28))?>" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
| 108 | <attached> |
---|
| 109 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
| 110 | </attached> |
---|
| 111 | </WagnisProvince> |
---|
| 112 | |
---|
| 113 | <WagnisProvince ID="7" continent="2" position="0,<?lua print((40-19))?>,<?lua print((90+19))?>" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
| 114 | <attached> |
---|
| 115 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
| 116 | </attached> |
---|
| 117 | </WagnisProvince> |
---|
| 118 | |
---|
| 119 | |
---|
| 120 | <WagnisProvince ID="1000" continent="1" position="0,90,150" rotationrate="<?lua print(math.random() * 50) ?>" rotationaxis="<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>,<?lua print((math.random()-1)*5)?>"> |
---|
| 121 | <attached> |
---|
| 122 | <Model position="0,0,0" mesh="ast1.mesh" scale3D="1.4,1.4,1.4" /> |
---|
| 123 | </attached> |
---|
| 124 | </WagnisProvince> |
---|
[12067] | 125 | --> |
---|
[12118] | 126 | </Provinces> |
---|
| 127 | </WagnisGameboard> |
---|
[12052] | 128 | |
---|
| 129 | <Model position="0,0,0" mesh="Coordinates.mesh" scale="20"/> |
---|
[12129] | 130 | <MovableEntity position="0,0,0"> |
---|
| 131 | <attached> |
---|
| 132 | <Billboard position="100,0,0" material="Examples/Flare" colour="0, 0, 1" scale=1/> |
---|
| 133 | </attached> |
---|
| 134 | </MovableEntity> |
---|
[12052] | 135 | |
---|
| 136 | |
---|
| 137 | |
---|
| 138 | |
---|
| 139 | </Scene> |
---|
| 140 | </Level> |
---|
| 141 | |
---|