Page 1 of 1

[HELP-FIXED]Add xml files

Posted: 14 Apr 2014, 11:59
by rycardoo
I am really confused how to put my objects in air,levitation: :shock:

Folders:
-Items=
--------Stadium=
-----------------MyObject=
---------------------------=Meshes=
-------------------------------------=MyObject.Item.xml
-------------------------------------=Icon=
-------------------------------------=Texture=
-------------------------------------=MyObject.fbx

The program I use is the Assistant Convert.
My files Here

I hope someone can help me :thumbsup:

Re: [HELP]Add xml files

Posted: 14 Apr 2014, 23:36
by spaii
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

Code: Select all

<GridSnap HStep="0" VStep="0" />
is ok, not tested, perhaps try to change this one too ;)

Re: [HELP]Add xml files

Posted: 15 Apr 2014, 12:31
by rycardoo
Thanks for the info and great help. :clap:
I'll check this and say anything here :thumbsup:

Re: [HELP]Add xml files

Posted: 15 Apr 2014, 19:32
by rycardoo

Re: [HELP]Add xml files

Posted: 16 Apr 2014, 15:13
by spaii
StticObjet option in NadeoImporter fails. This is why you have no levitation.

You have to use convert assistant in 2 steps :
First. Import as Static Mesh
Second. Import as Static Object


NadeoImporter command line would be:

Code: Select all

NadeoImporter.exe MeshStatic "Items/Stadium/ConcreteRoadblock/*.fbx" /collection="Stadium" /LogMeshStats
NadeoImporter.exe Item "Items/Stadium/ConcreteRoadblock/*.Item.xml"

Re: [HELP]Add xml files

Posted: 16 Apr 2014, 17:49
by rycardoo
Thank you. :thumbsup:
Done with command line .Perfect ... :yes:
Thanks for the great help :thumbsup:

Re: [HELP-FIXED]Add xml files

Posted: 16 Apr 2014, 19:18
by spaii
Nice :thumbsup:

You're welcome. ;)

Have fun !!!