[10169] | 1 | <!--Templates of spacestation elements with alle their collisionshapes, |
---|
| 2 | for creating a spacestation very easy. |
---|
| 3 | Autor: Florian Süess |
---|
| 4 | Test Level: FPS_Level_HS14 --> |
---|
[10113] | 5 | <Template name=spacestation_elements> |
---|
| 6 | <SpaceStation |
---|
| 7 | normalTubetemplate = ss_tube |
---|
| 8 | curvedTubetemplate = ss_curve |
---|
| 9 | crossingTubetemplate = ss_tube_x |
---|
[10169] | 10 | wall = ss_wall |
---|
| 11 | flagg = ss_flag_aean |
---|
[10113] | 12 | > |
---|
| 13 | </SpaceStation> |
---|
| 14 | </Template> |
---|
[10169] | 15 | |
---|
| 16 | |
---|
| 17 | <!-- to place the different collisionshapes, I used some help boxes and an help coordinate system. |
---|
| 18 | The axis from the coordinatesystem are "red,green,yellow" and the orange boxe shows the negative direction. |
---|
| 19 | But atention, each element is different! A few of them are already rotatet with yaw, roll and pitch: |
---|
| 20 | -> "pitch" is a rotation around "red" in the "yellow, green" plain. |
---|
| 21 | -> "yaw" is a rotation around "green" in the "red, yellow" plain. |
---|
| 22 | -> "roll" is a rotation around "yellow" in the "green,red" plain. |
---|
| 23 | this chanches their negativ/positiv direction of the axis. |
---|
| 24 | --> |
---|
[10113] | 25 | |
---|
| 26 | |
---|
[10120] | 27 | <!-- Spacestation Element Tube --> |
---|
[10113] | 28 | <Template name=ss_tube> |
---|
| 29 | |
---|
| 30 | <MovableEntity position="0,0,0"> |
---|
| 31 | <attached> |
---|
| 32 | |
---|
[10133] | 33 | <Model position="0,0,0" yaw=0 scale3D="100,100,100" mesh="ss_tube.mesh" /> |
---|
[10113] | 34 | |
---|
| 35 | </attached> |
---|
| 36 | <collisionShapes> |
---|
[10120] | 37 | <BoxCollisionShape position="0,0,100" halfExtents="250,100,0" /> <!--Wand links--> |
---|
| 38 | <BoxCollisionShape position="0,0,-100" halfExtents="250,100,0" /> <!--Wand rechts--> |
---|
[10133] | 39 | <BoxCollisionShape position="0,100,0" halfExtents="250,0,100" /> <!--Decke--> |
---|
| 40 | <BoxCollisionShape position="0,-100,0" halfExtents="250,0,100" /> <!--Boden--> |
---|
| 41 | |
---|
[10113] | 42 | |
---|
| 43 | </collisionShapes> |
---|
| 44 | |
---|
[10133] | 45 | <Model position="-200,0,-275" mesh="cube_green.mesh" scale3D="0,100,75" /> |
---|
[10113] | 46 | </MovableEntity> |
---|
| 47 | |
---|
| 48 | </Template> |
---|
| 49 | |
---|
| 50 | |
---|
[10120] | 51 | <!-- Spacestation Element Curve --> |
---|
[10113] | 52 | <Template name=ss_curve> |
---|
| 53 | |
---|
| 54 | <MovableEntity position="0,0,0"> |
---|
| 55 | <attached> |
---|
| 56 | |
---|
[10169] | 57 | <!-- Boxes helps to place collisionShapes --> |
---|
[10133] | 58 | |
---|
[10169] | 59 | <!--<Model position="0,0,-200" mesh="cube_green.mesh" scale3D="0,100,150" /> |
---|
| 60 | <Model position="-300,0,100" mesh="cube_green.mesh" scale3D="150,100,0" /> |
---|
| 61 | <Model position="-100,0,0" yaw=45 mesh="cube_red.mesh" scale3D="150,100,0" /> |
---|
[10133] | 62 | |
---|
[10169] | 63 | <Model position="-200,0,-275" mesh="cube_green.mesh" scale3D="0,100,75" /> |
---|
| 64 | <Model position="-375,0,-100" mesh="cube_green.mesh" scale3D="75,100,0" /> |
---|
| 65 | <Model position="-245,0,-148" yaw=45 mesh="cube_red.mesh" scale3D="70.71,100,0" /> |
---|
[10133] | 66 | |
---|
[10169] | 67 | <Model position="-225,100,-125" mesh="cube_red.mesh" scale3D="225,0,225" /> --> |
---|
[10133] | 68 | |
---|
| 69 | |
---|
[10113] | 70 | <Model position="0,0,0" yaw=0 scale3D="100,100,100" mesh="ss_curve.mesh" /> |
---|
| 71 | |
---|
[10133] | 72 | |
---|
[10113] | 73 | </attached> |
---|
| 74 | <collisionShapes> |
---|
[10137] | 75 | <BoxCollisionShape position="0,0,-200" halfExtents="0,100,150" /> <!--Wand rechts--> |
---|
| 76 | <BoxCollisionShape position="-300,0,100" halfExtents="150,100,0" /> <!--Wand rechts--> |
---|
| 77 | <BoxCollisionShape position="-100,0,0" yaw=45 halfExtents="150,100,0" /> <!--Wand rechts--> |
---|
| 78 | <BoxCollisionShape position="-200,0,-275" halfExtents="0,100,75" /> <!--Wand links--> |
---|
| 79 | <BoxCollisionShape position="-375,0,-100" halfExtents="75,100,0" /> <!--Wand links--> |
---|
| 80 | <BoxCollisionShape position="-245,0,-148" yaw=45 halfExtents="70.7,100,0" /> <!--Wand links--> |
---|
| 81 | <BoxCollisionShape position="-225,100,-125" halfExtents="225,0,225" /> <!--Boden--> |
---|
| 82 | <BoxCollisionShape position="-225,-100,-125" halfExtents="250,0,225" /> <!--Decke--> |
---|
[10113] | 83 | |
---|
| 84 | </collisionShapes> |
---|
| 85 | |
---|
| 86 | |
---|
| 87 | </MovableEntity> |
---|
| 88 | |
---|
| 89 | </Template> |
---|
| 90 | |
---|
| 91 | |
---|
[10120] | 92 | <!-- Spacestation Element Crossing --> |
---|
[10113] | 93 | <Template name=ss_tube_x> |
---|
| 94 | |
---|
| 95 | <MovableEntity position="0,0,0"> |
---|
| 96 | <attached> |
---|
| 97 | |
---|
[10133] | 98 | <!-- Boxes helps to place collisionShapes --> |
---|
| 99 | |
---|
[10169] | 100 | <!--<Model position="175,0,100" mesh="cube_green.mesh" scale3D="75,100,0" /> |
---|
| 101 | <Model position="-0,0,275" mesh="cube_green.mesh" scale3D="0,100,75" /> |
---|
| 102 | <Model position="-200,0,275" mesh="cube_red.mesh" scale3D="0,100,75" /> |
---|
| 103 | <Model position="-375,0,100" mesh="cube_red.mesh" scale3D="75,100,0" /> |
---|
[10133] | 104 | |
---|
[10169] | 105 | <Model position="175,0,-100" mesh="cube_green.mesh" scale3D="75,100,0" /> |
---|
| 106 | <Model position="0,0,-275" mesh="cube_green.mesh" scale3D="0,100,75" /> |
---|
| 107 | <Model position="-200,0,-275" mesh="cube_red.mesh" scale3D="0,100,75" /> |
---|
| 108 | <Model position="-375,0,-100" mesh="cube_red.mesh" scale3D="75,100,0" /> |
---|
[10133] | 109 | |
---|
[10169] | 110 | <Model position="-245,0,-147" yaw=45 mesh="cube_red.mesh" scale3D="70.7,100,0" /> |
---|
| 111 | <Model position="50,0,-147" yaw=-45 mesh="cube_red.mesh" scale3D="70.7,100,0" /> |
---|
| 112 | <Model position="-245,0,149" yaw=-45 mesh="cube_orange.mesh" scale3D="70.7,100,0" /> |
---|
| 113 | <Model position="50,0,148" yaw=45 mesh="cube_orange.mesh" scale3D="70.7,100,0" /> --> |
---|
[10133] | 114 | |
---|
[10113] | 115 | <Model position="0,0,0" scale3D="100,100,100" mesh="ss_tube_x.mesh" /> |
---|
| 116 | |
---|
| 117 | </attached> |
---|
| 118 | <collisionShapes> |
---|
[10133] | 119 | <BoxCollisionShape position="175,0,100" halfExtents="75,100,0" /> <!--Wand links--> |
---|
| 120 | <BoxCollisionShape position="0,0,275" halfExtents="0,100,75" /> <!--Wand links--> |
---|
| 121 | <BoxCollisionShape position="-200,0,275" halfExtents="0,100,75" /> <!--Wand links--> |
---|
| 122 | <BoxCollisionShape position="-375,0,100" halfExtents="75,100,0" /> <!--Wand links--> |
---|
| 123 | |
---|
| 124 | <BoxCollisionShape position="175,0,-100" halfExtents="75,100,0" /> <!--Wand rechts--> |
---|
| 125 | <BoxCollisionShape position="0,0,-275" halfExtents="0,100,75" /> <!--Wand rechts--> |
---|
| 126 | <BoxCollisionShape position="-200,0,-275" halfExtents="0,100,75" /> <!--Wand rechts--> |
---|
| 127 | <BoxCollisionShape position="-375,0,-100" halfExtents="75,100,0" /> <!--Wand rechts--> |
---|
| 128 | |
---|
| 129 | <BoxCollisionShape position="-245,0,-147" yaw=45 halfExtents="70.7,100,0" /> <!--Wand schraeg rechts--> |
---|
| 130 | <BoxCollisionShape position="50,0,-149" yaw=-45 halfExtents="70.7,100,0" /> <!--Wand schraeg rechts--> |
---|
| 131 | <BoxCollisionShape position="-245,0,149" yaw=-45 halfExtents="70.7,100,0" /> <!--Wand schraeg links--> |
---|
[10137] | 132 | <BoxCollisionShape position="50,0,148" yaw=45 halfExtents="70.7,100,0" /> <!--Wand schraeg links--> |
---|
[10133] | 133 | |
---|
| 134 | |
---|
| 135 | |
---|
| 136 | <BoxCollisionShape position="-100,100,0" halfExtents="350,0,350" /> <!--Boden--> |
---|
| 137 | <BoxCollisionShape position="-100,-110,0" halfExtents="350,0,350" /> <!--decke--> |
---|
[10113] | 138 | |
---|
| 139 | </collisionShapes> |
---|
| 140 | |
---|
| 141 | |
---|
| 142 | </MovableEntity> |
---|
| 143 | |
---|
| 144 | </Template> |
---|
| 145 | |
---|
| 146 | |
---|
[10120] | 147 | <!-- Spacestation Element Flagroom --> |
---|
[10113] | 148 | <Template name=ss_flag_room> |
---|
| 149 | |
---|
| 150 | <MovableEntity position="0,0,0"> |
---|
| 151 | <attached> |
---|
| 152 | |
---|
[10137] | 153 | <!-- Boxes helps to place collisionShapes --> |
---|
[10169] | 154 | |
---|
| 155 | <!--<Model position="-125,116,0" mesh="cube_green.mesh" scale3D="130,0,125" /> |
---|
| 156 | <Model position="-275,116,235" yaw=55 mesh="cube_green.mesh" scale3D="140,0,50" /> |
---|
| 157 | <Model position="-275,116,-235" yaw=-55 mesh="cube_red.mesh" scale3D="140,0,50" /> |
---|
| 158 | <Model position="-365,116,320" yaw=35 mesh="cube_green.mesh" scale3D="100,0,50" /> |
---|
| 159 | <Model position="-365,116,-320" yaw=-35 mesh="cube_red.mesh" scale3D="100,0,50" /> |
---|
| 160 | <Model position="-520,156,380" roll=-25 mesh="cube_green.mesh" scale3D="100,0,50" /> |
---|
| 161 | <Model position="-520,156,-380" roll=-25 mesh="cube_red.mesh" scale3D="100,0,50" /> |
---|
[10137] | 162 | |
---|
| 163 | |
---|
[10169] | 164 | <Model position="-80,0,100" mesh="cube_green.mesh" scale3D="80,100,0" /> |
---|
| 165 | <Model position="-160,0,150" yaw=90 mesh="cube_green.mesh" scale3D="50,200,0" /> |
---|
| 166 | <Model position="-220,0,260" yaw=55 mesh="cube_green.mesh" scale3D="140,200,0" /> |
---|
| 167 | <Model position="-360,0,390" yaw=33 mesh="cube_green.mesh" scale3D="110,200,0" /> |
---|
| 168 | <Model position="-600,16,430" mesh="cube_green.mesh" scale3D="200,200,0" /> |
---|
| 169 | <Model position="-810,16,405" yaw=-32 mesh="cube_green.mesh" scale3D="150,200,0" /> |
---|
| 170 | <Model position="-965,166,270" yaw=-55 mesh="cube_green.mesh" scale3D="150,50,0" /> |
---|
[10137] | 171 | |
---|
[10169] | 172 | <Model position="-80,0,-100" mesh="cube_red.mesh" scale3D="80,100,0" /> |
---|
| 173 | <Model position="-160,0,-150" yaw=-90 mesh="cube_red.mesh" scale3D="50,200,0" /> |
---|
| 174 | <Model position="-220,0,-260" yaw=-55 mesh="cube_red.mesh" scale3D="140,200,0" /> |
---|
| 175 | <Model position="-360,0,-390" yaw=-33 mesh="cube_red.mesh" scale3D="110,200,0" /> |
---|
| 176 | <Model position="-600,16,-430" mesh="cube_red.mesh" scale3D="200,200,0" /> |
---|
| 177 | <Model position="-810,16,-405" yaw=32 mesh="cube_red.mesh" scale3D="150,200,0" /> |
---|
| 178 | <Model position="-965,166,-270" yaw=55 mesh="cube_red.mesh" scale3D="150,50,0" /> |
---|
[10137] | 179 | |
---|
[10169] | 180 | <Model position="-1045,166,0" mesh="cube_orange.mesh" scale3D="0,50,160" /> |
---|
[10137] | 181 | |
---|
| 182 | |
---|
[10169] | 183 | <Model position="-650,200,0" mesh="cube_green.mesh" scale3D="400,0,450" /> |
---|
[10137] | 184 | |
---|
[10169] | 185 | <Model position="-500,-200,0" mesh="cube_green.mesh" scale3D="400,0,400" /> |
---|
| 186 | <Model position="-60,-84,0" mesh="cube_green.mesh" scale3D="60,0,100" /> |
---|
[10150] | 187 | |
---|
[10169] | 188 | <Model position="-1015,156,0" mesh="cube_orange.mesh" scale3D="27,25,120" /> |
---|
| 189 | <Model position="-580,185,0" mesh="cube_orange.mesh" scale3D="30,12,30" /> |
---|
| 190 | <Model position="-580,195,0" mesh="cube_orange.mesh" scale3D="50,10,50" /> |
---|
[10150] | 191 | |
---|
| 192 | |
---|
[10155] | 193 | |
---|
[10169] | 194 | <Model position="-255,121,0" mesh="cube_green.mesh" scale3D="0,85,125" /> |
---|
| 195 | <Model position="-300,116,190" yaw=-35 mesh="cube_green.mesh" scale3D="0,80,75" /> |
---|
| 196 | <Model position="-300,116,-190" yaw=35 mesh="cube_green.mesh" scale3D="0,80,75" /> |
---|
| 197 | <Model position="-410,116,290" yaw=-55 mesh="cube_green.mesh" scale3D="0,80,75" /> |
---|
| 198 | <Model position="-410,116,-290" yaw=55 mesh="cube_green.mesh" scale3D="0,80,75" /> |
---|
| 199 | <Model position="-500,185,328" yaw=2 roll=-25 mesh="cube_green.mesh" scale3D="100,35,0" /> |
---|
| 200 | <Model position="-500,185,-328" yaw=-2 roll=-25 mesh="cube_red.mesh" scale3D="100,35,0" /> --> |
---|
[10150] | 201 | |
---|
| 202 | |
---|
| 203 | |
---|
| 204 | <!-- points for the orientation --> |
---|
[10169] | 205 | <!--<Model position="0,0,0" mesh="cube_orange.mesh" scale3D="10,10,10" /> |
---|
| 206 | <Model position="-260,0,0" mesh="cube_orange.mesh" scale3D="10,10,10" /> |
---|
| 207 | <Model position="-580,0,400" mesh="cube_orange.mesh" scale3D="10,10,10" /> |
---|
| 208 | <Model position="-580,0,-400" mesh="cube_orange.mesh" scale3D="10,10,10" /> |
---|
[10137] | 209 | |
---|
[10169] | 210 | <Model position="-580,0,0" mesh="cube_orange.mesh" scale3D="10,10,10" /> --> |
---|
[10137] | 211 | |
---|
| 212 | |
---|
[10113] | 213 | <Model position="0,0,0" yaw=0 pitch=-90 scale3D="100,100,100" mesh="ss_flag_room.mesh" /> |
---|
| 214 | |
---|
| 215 | </attached> |
---|
| 216 | <collisionShapes> |
---|
[10150] | 217 | <BoxCollisionShape position="-125,116,0" halfExtents="130,0,125" /> <!--Boden oben mitte--> |
---|
| 218 | <BoxCollisionShape position="-275,116,235" yaw=55 halfExtents="140,0,50" /> <!--Boden oben rechts--> |
---|
| 219 | <BoxCollisionShape position="-275,116,-235" yaw=-55 halfExtents="140,0,50" /> <!--Boden oben links--> |
---|
| 220 | <BoxCollisionShape position="-365,116,320" yaw=35 halfExtents="100,0,50" /> <!--Boden oben rechts--> |
---|
| 221 | <BoxCollisionShape position="-365,116,-320" yaw=-35 halfExtents="100,0,50" /> <!--Boden oben links--> |
---|
| 222 | <BoxCollisionShape position="-520,156,380" roll=-25 halfExtents="100,0,50" /> <!--Boden oben rechts--> |
---|
| 223 | <BoxCollisionShape position="-520,156,-380" roll=-25 halfExtents="100,0,50" /> <!--Boden oben links--> |
---|
| 224 | |
---|
| 225 | |
---|
| 226 | <BoxCollisionShape position="-80,0,100" halfExtents="80,100,0" /> <!--Wand oben rechts--> |
---|
| 227 | <BoxCollisionShape position="-160,0,150" yaw=90 halfExtents="50,200,0" /> <!--Wand oben rechts--> |
---|
| 228 | <BoxCollisionShape position="-220,0,260" yaw=55 halfExtents="100,200,0" /> <!--Wand oben rechts--> |
---|
| 229 | <BoxCollisionShape position="-360,0,390" yaw=33 halfExtents="110,200,0" /> <!--Wand oben rechts--> |
---|
| 230 | <BoxCollisionShape position="-600,16,430" halfExtents="200,200,0" /> <!--Wand unten rechts--> |
---|
[10155] | 231 | <BoxCollisionShape position="-810,16,405" yaw=-32 halfExtents="150,200,0" /> <!--Wand unten rechts--> |
---|
| 232 | <BoxCollisionShape position="-965,166,270" yaw=-55 halfExtents="150,50,0" /> <!--Wand unten rechts--> |
---|
[10150] | 233 | |
---|
| 234 | <BoxCollisionShape position="-80,0,-100" halfExtents="80,100,0" /> <!--Wand oben links--> |
---|
| 235 | <BoxCollisionShape position="-160,0,-150" yaw=-90 halfExtents="50,200,0" /> <!--Wand oben links--> |
---|
| 236 | <BoxCollisionShape position="-220,0,-260" yaw=-55 halfExtents="100,200,0" /> <!--Wand oben links--> |
---|
| 237 | <BoxCollisionShape position="-360,0,-390" yaw=-33 halfExtents="110,200,0" /> <!--Wand oben links--> |
---|
| 238 | <BoxCollisionShape position="-600,16,-430" halfExtents="200,200,0" /> <!--Wand unten links--> |
---|
[10155] | 239 | <BoxCollisionShape position="-810,16,-405" yaw=32 halfExtents="150,200,0" /> <!--Wand unten links--> |
---|
| 240 | <BoxCollisionShape position="-965,166,-270" yaw=55 halfExtents="150,50,0" /> <!--Wand unten links--> |
---|
[10150] | 241 | |
---|
[10155] | 242 | <BoxCollisionShape position="-1045,166,0" halfExtents="0,50,160" /> <!--Wand unten mitte--> |
---|
[10150] | 243 | |
---|
[10137] | 244 | |
---|
| 245 | |
---|
| 246 | <BoxCollisionShape position="-650,200,0" halfExtents="400,0,450" /> <!--Boden unten--> |
---|
| 247 | |
---|
| 248 | <BoxCollisionShape position="-500,-200,0" halfExtents="400,0,400" /> <!--decke--> |
---|
[10150] | 249 | <BoxCollisionShape position="-60,-84,0" halfExtents="60,0,100" /> <!--decke oben--> |
---|
[10137] | 250 | |
---|
[10155] | 251 | <BoxCollisionShape position="-1015,156,0" halfExtents="27,25,120" /> <!--Tisch--> |
---|
| 252 | <BoxCollisionShape position="-580,185,0" halfExtents="30,12,30" /> <!--Stufe "Mittelpkt"--> |
---|
| 253 | <BoxCollisionShape position="-580,195,0" halfExtents="50,10,50" /> <!--Stufe "Mittelpkt"--> |
---|
[10137] | 254 | |
---|
[10150] | 255 | |
---|
[10137] | 256 | <BoxCollisionShape position="-255,121,0" halfExtents="0,85,125" /> <!--Wand innen--> |
---|
| 257 | <BoxCollisionShape position="-300,116,190" yaw=-35 halfExtents="0,80,75" /> <!--Wand innen--> |
---|
| 258 | <BoxCollisionShape position="-300,116,-190" yaw=35 halfExtents="0,80,75" /> <!--Wand innen--> |
---|
| 259 | <BoxCollisionShape position="-410,116,290" yaw=-55 halfExtents="0,80,75" /> <!--Wand innen--> |
---|
| 260 | <BoxCollisionShape position="-410,116,-290" yaw=55 halfExtents="0,80,75" /> <!--Wand innen--> |
---|
[10150] | 261 | <BoxCollisionShape position="-500,185,328" yaw=2 roll=-25 halfExtents="100,35,0" /> <!--Wand innen--> |
---|
| 262 | <BoxCollisionShape position="-500,185,-328" yaw=-2 roll=-25 halfExtents="100,35,0" /> <!--Wand innen--> |
---|
[10137] | 263 | |
---|
[10155] | 264 | |
---|
[10113] | 265 | </collisionShapes> |
---|
| 266 | |
---|
| 267 | |
---|
| 268 | </MovableEntity> |
---|
| 269 | |
---|
| 270 | </Template> |
---|
| 271 | |
---|
| 272 | |
---|
[10120] | 273 | <!-- Spacestation Element Machine --> |
---|
[10113] | 274 | <Template name=ss_machine> |
---|
| 275 | |
---|
| 276 | <MovableEntity position="0,0,0"> |
---|
| 277 | <attached> |
---|
| 278 | |
---|
[10155] | 279 | |
---|
| 280 | <!-- Boxes helps to place collisionShapes --> |
---|
| 281 | |
---|
[10169] | 282 | <!--<Model position="0,80,0" mesh="cube_orange.mesh" scale3D="40,80,25" /> --> |
---|
[10155] | 283 | |
---|
[10113] | 284 | <Model position="0,0,0" roll=0 scale3D="0.15,0.15,0.15" mesh="ss_machine.mesh" /> |
---|
| 285 | |
---|
| 286 | </attached> |
---|
| 287 | <collisionShapes> |
---|
[10155] | 288 | |
---|
[10169] | 289 | <BoxCollisionShape position="0,80,0" halfExtents="40,80,25" /> <!--whole machine--> |
---|
[10113] | 290 | |
---|
| 291 | </collisionShapes> |
---|
| 292 | --> |
---|
| 293 | |
---|
| 294 | </MovableEntity> |
---|
| 295 | roll=180 mesh="ss_table.mesh" scale3D="25,25,25" |
---|
| 296 | </Template> |
---|
| 297 | |
---|
| 298 | |
---|
[10120] | 299 | <!-- Spacestation Element Table--> |
---|
[10113] | 300 | <Template name=ss_table> |
---|
| 301 | |
---|
| 302 | <MovableEntity position="0,0,0"> |
---|
| 303 | <attached> |
---|
| 304 | |
---|
[10169] | 305 | <!-- Boxes helps to place collisionShapes --> |
---|
| 306 | |
---|
| 307 | <!--<Model position="0,-32,0" mesh="cube_orange.mesh" scale3D="60,32,40" /> --> |
---|
| 308 | |
---|
| 309 | <Model position="0,0,0" roll=180 scale3D="25,25,25" mesh="ss_table.mesh" /> |
---|
[10113] | 310 | |
---|
| 311 | </attached> |
---|
| 312 | <collisionShapes> |
---|
[10169] | 313 | |
---|
| 314 | <BoxCollisionShape position="0,-32,0" yaw=15 halfExtents="60,32,40" /> <!--ganzer Tisch--> |
---|
[10113] | 315 | |
---|
| 316 | </collisionShapes> |
---|
| 317 | |
---|
| 318 | |
---|
| 319 | </MovableEntity> |
---|
| 320 | |
---|
| 321 | </Template> |
---|
| 322 | |
---|
| 323 | |
---|
[10120] | 324 | <!-- Spacestation Element Table (cracked) --> |
---|
[10113] | 325 | <Template name=ss_table_cracked> |
---|
| 326 | |
---|
| 327 | <MovableEntity position="0,0,0"> |
---|
| 328 | <attached> |
---|
[10169] | 329 | |
---|
| 330 | <!-- Boxes helps to place collisionShapes --> |
---|
| 331 | |
---|
| 332 | <!--<Model position="0,-32,0" mesh="cube_orange.mesh" scale3D="60,32,40" /> --> |
---|
[10113] | 333 | |
---|
| 334 | |
---|
[10169] | 335 | <Model position="0,0,0" roll=180 scale3D="25,25,25" mesh="ss_table_cracked.mesh" /> |
---|
| 336 | |
---|
[10113] | 337 | </attached> |
---|
| 338 | <collisionShapes> |
---|
[10169] | 339 | |
---|
| 340 | <BoxCollisionShape position="0,-32,0" halfExtents="60,32,40" /> <!--ganzer Tisch--> |
---|
[10113] | 341 | |
---|
| 342 | </collisionShapes> |
---|
| 343 | |
---|
| 344 | |
---|
| 345 | </MovableEntity> |
---|
| 346 | |
---|
| 347 | </Template> |
---|
| 348 | |
---|
| 349 | |
---|
[10120] | 350 | <!-- Spacestation Element Cylinder --> |
---|
[10113] | 351 | <Template name=ss_cylinder> |
---|
| 352 | |
---|
| 353 | <MovableEntity position="0,0,0"> |
---|
| 354 | <attached> |
---|
[10169] | 355 | |
---|
| 356 | <!-- Boxes helps to place collisionShapes --> |
---|
| 357 | |
---|
| 358 | <!--<Model position="0,-40,0" yaw=15 mesh="cube_red.mesh" scale3D="7,65,25" /> |
---|
| 359 | <Model position="0,-40,0" yaw=45 mesh="cube_red.mesh" scale3D="7,65,25" /> |
---|
| 360 | <Model position="0,-40,0" yaw=75 mesh="cube_red.mesh" scale3D="7,65,25" /> |
---|
| 361 | <Model position="0,-40,0" yaw=105 mesh="cube_red.mesh" scale3D="7,65,25" /> |
---|
| 362 | <Model position="0,-40,0" yaw=135 mesh="cube_red.mesh" scale3D="7,65,25" /> |
---|
| 363 | <Model position="0,-40,0" yaw=165 mesh="cube_red.mesh" scale3D="7,65,25" /> --> |
---|
| 364 | |
---|
| 365 | |
---|
| 366 | <Model position="0,0,0" roll=180 scale3D="25,25,25" mesh="ss_cylinder.mesh" /> |
---|
[10113] | 367 | |
---|
| 368 | </attached> |
---|
| 369 | <collisionShapes> |
---|
[10169] | 370 | |
---|
| 371 | <BoxCollisionShape position="0,-40,0" yaw=15 halfExtents="10,65,25" /> <!--Fuellung--> |
---|
| 372 | <BoxCollisionShape position="0,-40,0" yaw=45 halfExtents="10,65,25" /> <!--Fuellung--> |
---|
| 373 | <BoxCollisionShape position="0,-40,0" yaw=75 halfExtents="10,65,25" /> <!--Fuellung--> |
---|
| 374 | <BoxCollisionShape position="0,-40,0" yaw=105 halfExtents="10,65,25" /> <!--Fuellung--> |
---|
| 375 | <BoxCollisionShape position="0,-40,0" yaw=135 halfExtents="10,65,25" /> <!--Fuellung--> |
---|
| 376 | <BoxCollisionShape position="0,-40,0" yaw=165 halfExtents="10,65,25" /> <!--Fuellung--> |
---|
| 377 | |
---|
[10113] | 378 | </collisionShapes> |
---|
| 379 | |
---|
| 380 | |
---|
| 381 | </MovableEntity> |
---|
| 382 | |
---|
| 383 | </Template> |
---|
| 384 | |
---|
| 385 | |
---|
[10120] | 386 | <!-- Spacestation Element Chair --> |
---|
[10113] | 387 | <Template name=ss_chair> |
---|
| 388 | |
---|
| 389 | <MovableEntity position="0,0,0"> |
---|
| 390 | <attached> |
---|
| 391 | |
---|
[10169] | 392 | <!-- Boxes helps to place collisionShapes --> |
---|
| 393 | |
---|
| 394 | <!--<Model position="-5,18,0" mesh="cube_orange.mesh" scale3D="20,20,20" /> |
---|
| 395 | <Model position="-23,-30,0" mesh="cube_orange.mesh" scale3D="2,33,18" /> --> |
---|
| 396 | |
---|
[10113] | 397 | |
---|
[10169] | 398 | <Model position="0,0,0" roll=0 pitch=180 scale3D="20,20,20" mesh="ss_chair.mesh" /> |
---|
| 399 | |
---|
[10113] | 400 | </attached> |
---|
| 401 | <collisionShapes> |
---|
[10169] | 402 | |
---|
| 403 | <BoxCollisionShape position="-5,18,0" halfExtents="20,20,20" /> <!--Unterer Teil--> |
---|
| 404 | <BoxCollisionShape position="-23,-30,0" halfExtents="2,33,20" /> <!--Rueckenlaehne--> |
---|
| 405 | |
---|
[10113] | 406 | </collisionShapes> |
---|
| 407 | |
---|
| 408 | |
---|
| 409 | </MovableEntity> |
---|
| 410 | |
---|
| 411 | </Template> |
---|
| 412 | |
---|
| 413 | |
---|
[10120] | 414 | <!-- Spacestation Element Wall --> |
---|
[10113] | 415 | <Template name=ss_wall> |
---|
| 416 | |
---|
| 417 | <MovableEntity position="0,0,0"> |
---|
| 418 | <attached> |
---|
[10169] | 419 | |
---|
| 420 | <!-- Boxes helps to place collisionShapes --> |
---|
| 421 | |
---|
| 422 | <!--<Model position="-78,0,0" mesh="cube_orange.mesh" scale3D="2,100,100" /> --> |
---|
| 423 | |
---|
[10113] | 424 | |
---|
[10169] | 425 | <Model position="0,0,0" roll=0 pitch=180 scale3D="80,80,80" mesh="ss_wall.mesh" /> |
---|
[10113] | 426 | |
---|
| 427 | </attached> |
---|
| 428 | <collisionShapes> |
---|
[10169] | 429 | |
---|
| 430 | <BoxCollisionShape position="-78,0,0" halfExtents="2,100,100" /> <!--Flache Seite--> |
---|
| 431 | |
---|
[10113] | 432 | </collisionShapes> |
---|
| 433 | |
---|
| 434 | |
---|
| 435 | </MovableEntity> |
---|
| 436 | |
---|
| 437 | </Template> |
---|
| 438 | |
---|
| 439 | |
---|
[10120] | 440 | <!-- Spacestation Element Flag --> |
---|
[10113] | 441 | <Template name=ss_flag_aean> |
---|
| 442 | |
---|
| 443 | <MovableEntity position="0,0,0"> |
---|
| 444 | <attached> |
---|
| 445 | |
---|
[10155] | 446 | <!-- Boxes helps to place collisionShapes --> |
---|
| 447 | |
---|
[10169] | 448 | <!--<Model position="0,0,0" mesh="cube_orange.mesh" scale3D="2,160,2" /> |
---|
| 449 | <Model position="0,108,80" mesh="cube_orange.mesh" scale3D="1,50,80" /> --> |
---|
[10155] | 450 | |
---|
| 451 | |
---|
[10113] | 452 | <Model position="0,0,0" roll=0 scale3D="40,40,40" mesh="ss_flag_aean.mesh" /> |
---|
| 453 | |
---|
| 454 | </attached> |
---|
| 455 | <collisionShapes> |
---|
[10155] | 456 | |
---|
| 457 | <BoxCollisionShape position="0,0,0" halfExtents="2,160,2" /> <!--Mast--> |
---|
| 458 | <BoxCollisionShape position="0,108,80" halfExtents="1,50,80" /> <!--Flagge--> |
---|
[10113] | 459 | |
---|
| 460 | </collisionShapes> |
---|
| 461 | |
---|
| 462 | |
---|
| 463 | </MovableEntity> |
---|
| 464 | |
---|
| 465 | </Template> |
---|
| 466 | |
---|