Skip to content

Commit

Permalink
Game: Added a bash script that converts all .mesh.xml to .mesh in a f…
Browse files Browse the repository at this point in the history
…older

Game: Added more hanger models and fixed the materials
  • Loading branch information
andrewfenn committed Aug 22, 2009
1 parent af327f9 commit d3979f7
Show file tree
Hide file tree
Showing 48 changed files with 7 additions and 0 deletions.
Binary file modified media/models/hangers/factory_0202.mesh
Binary file not shown.
Binary file added media/models/hangers/hanger_0101.mesh
Binary file not shown.
Binary file added media/models/hangers/hanger_0102.mesh
Binary file not shown.
Binary file modified media/models/hangers/hanger_0301.mesh
Binary file not shown.
Binary file modified media/models/hangers/hanger_0302.mesh
Binary file not shown.
Binary file modified media/models/hangers/skyscraper_0301.mesh
Binary file not shown.
Binary file modified media/models/hangers/skyscraper_0401.mesh
Binary file not shown.
Binary file modified media/models/hangers/skyscraper_base_0101.mesh
Binary file not shown.
Binary file modified media/models/hangers/skyscraper_base_0102.mesh
Binary file not shown.
Binary file modified media/models/hangers/tower_segment_b0103.mesh 100755 → 100644
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0201.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0202.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0203.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0301a.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0301b.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0301c.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0302a.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0302b.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0302c.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0303a.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0303b.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0303c.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_b0401.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_d0201a.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_d0201b.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_d0201c.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_p0101.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_p0102.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_p0103.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_p0104.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_p0105.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_p0106a.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_p0106b.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0101.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0102.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0201.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0202.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0301.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0302.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0401.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0402.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0501.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0601.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0602.mesh
Binary file not shown.
Binary file added media/models/hangers/tower_segment_t0603.mesh
Binary file not shown.
Binary file added media/models/hangers/tunnel_01.mesh
Binary file not shown.
Binary file added media/models/hangers/tunnel_02.mesh
Binary file not shown.
7 changes: 7 additions & 0 deletions scripts/convertmesh
@@ -0,0 +1,7 @@
#!/bin/bash

shopt -s nullglob

for file in *.xml
do OgreXMLConverter $file a/${file%.xml}
done

0 comments on commit d3979f7

Please sign in to comment.