In all your .Item.xml files, you could remove "Meshes/" (example for ConcreteRoadblock1)
Code: Select all
<Phy>
<MoveShape Type="mesh" File="Meshes/ConcreteRoadblock1.Shape.gbx"/>
</Phy>
<Vis>
<Mesh File="Meshes/ConcreteRoadblock1.Mesh.gbx"/>
</Vis>
by
Code: Select all
<Phy>
<MoveShape Type="mesh" File="ConcreteRoadblock1.Shape.gbx"/>
</Phy>
<Vis>
<Mesh File="ConcreteRoadblock1.Mesh.gbx"/>
</Vis>
Folders:
- Work
------Items=
-------------Stadium=
----------------------MyObjects=
--------------------------------=ConcreteRoadblock=
------------------------------------------=Icon=
------------------------------------------=Texture=
------------------------------------------=ConcreteRoadblockX.fbx
------------------------------------------=ConcreteRoadblockX.Item.xml
Good luck & have fun
Edit:
not sure if
is ok, not tested, perhaps try to change this one too
