Page 1 of 1

Levitation (grid)

Posted: 14 Aug 2013, 09:35
by alividerci

Code: Select all

<Item Type="StaticObject" Collection="SMCommon">
   <Phy>
      <MoveShape Type="mesh" File="Meshes/erwqre.Shape.gbx"/>
   </Phy>
   <Vis>
      <Mesh File="Meshes/erwqre.Mesh.gbx"/>
   </Vis>
   <Pivots>
      <Pivot Pos="0 0 0"/>
   </Pivots>
   <GridSnap HStep="1" VStep="1"/>
   <Levitation VStep="2"/>
</Item>
where error(levitation doesn't work)

Re: Levitation (grid)

Posted: 14 Aug 2013, 10:47
by spaii
What is your command line ? (with NadeoImporter.exe)

Re: Levitation (grid)

Posted: 14 Aug 2013, 13:15
by alividerci
spaii wrote:What is your command line ? (with NadeoImporter.exe)

Code: Select all

NadeoImporter MeshStatic Items/Bundle/Floor/Meshes/* /collection="SMCommon"
NadeoImporter Item Items/Bundle/Floor/*
PAUSE

Code: Select all

E:\Program Files\ManiaPlanet>NadeoImporter MeshStatic Items/Bundle/Floor/Meshes/
* /collection="SMCommon"
NadeoImporter 2013-07-26_15_52
File not found : Items\Bundle\Floor\Meshes\_

E:\Program Files\ManiaPlanet>NadeoImporter Item Items/Bundle/Floor/*
NadeoImporter 2013-07-26_15_52
File not found : Items\Bundle\Floor\_

E:\Program Files\ManiaPlanet>PAUSE
Для продолжения нажмите любую клавишу . . . (For continue press any key)

Re: Levitation (grid)

Posted: 14 Aug 2013, 14:54
by TitiShu
The * fonction is broken since the last importer... you need to import all your block handly...

I've take this way too....

Re: Levitation (grid)

Posted: 14 Aug 2013, 16:03
by alividerci
TitiShu wrote:The * fonction is broken since the last importer... you need to import all your block handly...

I've take this way too....
bad, bad :(
where i can take working NadeoImporter?