Changeset 10120 for code/branches/weaponupdateHS14/data/levels/templates
- Timestamp:
- Nov 12, 2014, 4:04:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponupdateHS14/data/levels/templates/spacestation_elements.oxt
r10113 r10120 9 9 10 10 11 11 <!-- Spacestation Element Tube --> 12 12 <Template name=ss_tube> 13 13 … … 17 17 <Model position="0,0,0" scale3D="100,100,100" mesh="ss_tube.mesh" /> 18 18 19 </attached> 20 <collisionShapes> 21 <BoxCollisionShape position="0,0,50" halfExtents="300,300,0" /> 22 <BoxCollisionShape position="0,0,-50" halfExtents="300,300,0" /> 23 <BoxCollisionShape position="-150,-50,-50" halfExtents="12, 2, 20" /> 24 <BoxCollisionShape position="-150,-50,-50" halfExtents="6, 2, 18" /> 19 20 </attached> 21 <collisionShapes> 22 <BoxCollisionShape position="0,0,100" halfExtents="250,100,0" /> <!--Wand links--> 23 <BoxCollisionShape position="0,0,-100" halfExtents="250,100,0" /> <!--Wand rechts--> 24 <BoxCollisionShape position="0,-100,0" halfExtents="250,0,100" /> <!--Decke--> 25 <BoxCollisionShape position="0,100,0" halfExtents="250,0,100" /> <!--Boden--> 25 26 26 27 </collisionShapes> … … 32 33 33 34 34 35 <!-- Spacestation Element Curve --> 35 36 <Template name=ss_curve> 36 37 … … 38 39 <attached> 39 40 41 <Model position="-325,-100,125" mesh="cube_red.mesh" scale3D="225,1,225" /> 40 42 <Model position="0,0,0" yaw=0 scale3D="100,100,100" mesh="ss_curve.mesh" /> 41 43 42 44 </attached> 43 45 <collisionShapes> 44 <BoxCollisionShape position="50,0,0" halfExtents="8,10,10" /> 45 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" /> 46 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" /> 47 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" /> 46 <BoxCollisionShape position="-300,0,-100" halfExtents="150,100,0" /> <!--Wand rechts--> 47 <BoxCollisionShape position="-100,0,100" halfExtents="150,100,0" /> <!--Wand rechts--> 48 <BoxCollisionShape position="-200,0,100" yaw=45 halfExtents="150,100,0" /> <!--Wand rechts--> 49 <BoxCollisionShape position="-325,-100,125" halfExtents="225,0,225" /> <!--Boden--> 50 <BoxCollisionShape position="-325,100,125" halfExtents="250,0,100" /> <!--Decke--> 48 51 49 52 </collisionShapes> … … 55 58 56 59 57 60 <!-- Spacestation Element Crossing --> 58 61 <Template name=ss_tube_x> 59 62 … … 78 81 79 82 80 83 <!-- Spacestation Element Flagroom --> 81 84 <Template name=ss_flag_room> 82 85 … … 101 104 102 105 103 106 <!-- Spacestation Element Machine --> 104 107 <Template name=ss_machine> 105 108 … … 124 127 125 128 129 <!-- Spacestation Element Table--> 130 <Template name=ss_table> 131 132 <MovableEntity position="0,0,0"> 133 <attached> 134 135 <Model position="0,0,0" roll=0 scale3D="25,25,25" mesh="ss_table.mesh" /> 136 137 </attached> 138 <collisionShapes> 139 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" /> 140 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" /> 141 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" /> 142 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" /> 143 144 </collisionShapes> 145 146 147 </MovableEntity> 148 149 </Template> 150 151 152 <!-- Spacestation Element Table (cracked) --> 153 <Template name=ss_table_cracked> 154 155 <MovableEntity position="0,0,0"> 156 <attached> 157 158 <Model position="0,0,0" roll=0 scale3D="25,25,25" mesh="ss_table_cracked.mesh" /> 159 160 </attached> 161 <collisionShapes> 162 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" /> 163 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" /> 164 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" /> 165 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" /> 166 167 </collisionShapes> 168 169 170 </MovableEntity> 171 172 </Template> 173 174 175 <!-- Spacestation Element Cylinder --> 176 <Template name=ss_cylinder> 177 178 <MovableEntity position="0,0,0"> 179 <attached> 180 181 <Model position="0,0,0" roll=0 scale3D="25,25,25" mesh="ss_cylinder.mesh" /> 182 183 </attached> 184 <collisionShapes> 185 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" /> 186 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" /> 187 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" /> 188 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" /> 189 190 </collisionShapes> 191 192 193 </MovableEntity> 194 195 </Template> 196 197 198 <!-- Spacestation Element Chair --> 199 <Template name=ss_chair> 200 201 <MovableEntity position="0,0,0"> 202 <attached> 203 204 <Model position="0,0,0" roll=0 pitch=0 scale3D="20,20,20" mesh="ss_chair.mesh" /> 205 206 </attached> 207 <collisionShapes> 208 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" /> 209 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" /> 210 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" /> 211 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" /> 212 213 </collisionShapes> 214 215 216 </MovableEntity> 217 218 </Template> 219 220 221 <!-- Spacestation Element Wall --> 222 <Template name=ss_wall> 223 224 <MovableEntity position="0,0,0"> 225 <attached> 226 227 <Model position="0,0,0" roll=0 scale3D="20,20,20" mesh="ss_wall.mesh" /> 228 229 </attached> 230 <collisionShapes> 231 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" /> 232 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" /> 233 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" /> 234 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" /> 235 236 </collisionShapes> 237 238 239 </MovableEntity> 240 241 </Template> 242 243 244 <!-- Spacestation Element Flag --> 245 <Template name=ss_flag_aean> 246 247 <MovableEntity position="0,0,0"> 248 <attached> 249 250 <Model position="0,0,0" roll=0 scale3D="40,40,40" mesh="ss_flag_aean.mesh" /> 251 252 </attached> 253 <collisionShapes> 254 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" /> 255 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" /> 256 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" /> 257 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" /> 258 259 </collisionShapes> 260 261 262 </MovableEntity> 263 264 </Template> 126 265 127 <Template name=ss_table>128 129 <MovableEntity position="0,0,0">130 <attached>131 132 <Model position="0,0,0" roll=0 scale3D="25,25,25" mesh="ss_table.mesh" />133 134 </attached>135 <collisionShapes>136 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" />137 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" />138 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" />139 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" />140 141 </collisionShapes>142 143 144 </MovableEntity>145 146 </Template>147 148 149 150 <Template name=ss_table_cracked>151 152 <MovableEntity position="0,0,0">153 <attached>154 155 <Model position="0,0,0" roll=0 scale3D="25,25,25" mesh="ss_table_cracked.mesh" />156 157 </attached>158 <collisionShapes>159 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" />160 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" />161 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" />162 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" />163 164 </collisionShapes>165 166 167 </MovableEntity>168 169 </Template>170 171 172 173 <Template name=ss_cylinder>174 175 <MovableEntity position="0,0,0">176 <attached>177 178 <Model position="0,0,0" roll=0 scale3D="25,25,25" mesh="ss_cylinder.mesh" />179 180 </attached>181 <collisionShapes>182 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" />183 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" />184 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" />185 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" />186 187 </collisionShapes>188 189 190 </MovableEntity>191 192 </Template>193 194 195 196 <Template name=ss_chair>197 198 <MovableEntity position="0,0,0">199 <attached>200 201 <Model position="0,0,0" roll=0 pitch=0 scale3D="20,20,20" mesh="ss_chair.mesh" />202 203 </attached>204 <collisionShapes>205 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" />206 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" />207 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" />208 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" />209 210 </collisionShapes>211 212 213 </MovableEntity>214 215 </Template>216 217 218 219 <Template name=ss_wall>220 221 <MovableEntity position="0,0,0">222 <attached>223 224 <Model position="0,0,0" roll=0 scale3D="20,20,20" mesh="ss_wall.mesh" />225 226 </attached>227 <collisionShapes>228 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" />229 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" />230 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" />231 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" />232 233 </collisionShapes>234 235 236 </MovableEntity>237 238 </Template>239 240 241 242 <Template name=ss_flag_aean>243 244 <MovableEntity position="0,0,0">245 <attached>246 247 <Model position="0,0,0" roll=0 scale3D="40,40,40" mesh="ss_flag_aean.mesh" />248 249 </attached>250 <collisionShapes>251 <BoxCollisionShape position="0,8,17" halfExtents="8,10,10" />252 <BoxCollisionShape position="0,0,22" halfExtents="18, 2, 10" />253 <BoxCollisionShape position="0,0,9" halfExtents="12, 2, 20" />254 <BoxCollisionShape position="0,0,-18" halfExtents="6, 2, 18" />255 256 </collisionShapes>257 258 259 </MovableEntity>260 261 </Template>262
Note: See TracChangeset
for help on using the changeset viewer.