Hi All
I ran into very strange new problem in creating static SimObjects!
I did all by the book so until now I did not have any problem
I can't guess what happens
after using the " fspackagetool" and without errors the folder in the SimObjects\landmarks that containing for example "box"
now the packages folder ready looking into SimObjects\landmarks\box\model.box I get only this two files and also no texture folder
sim.cfg
[VERSION]
Major=1
Minor=0
[fltsim.0]
title=box
model=box
texture=
[General]
category=StaticObject
[Surface]
IgnoreObjectsCollision=1
now! in the "model.box" folder no GLTF
only
box.xml
<?xml version="1.0" encoding="utf-8"?>
<ModelInfo guid="{96001d70-db4d-4735-af5a-1acd03358f24}" version="1.1">
</ModelInfo>
and the model.cfg
[models]
normal=box.xml
again no gltf no bin and no texture folder
all other SimObjects that I build before 2 month ago Are OK Jetway and so...
here is a part from the PackageDefinitions all works fine expect the "box" very simple test model
<AssetGroup Name="box">
<Type>SimObject</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\SimObjects\landmarks\box\</AssetDir>
<OutputDir>SimObjects\landmarks\box\</OutputDir>
</AssetGroup>
<AssetGroup Name="limc-wigwag">
<Type>SimObject</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\SimObjects\landmarks\limc-wigwag\</AssetDir>
<OutputDir>SimObjects\landmarks\limc-wigwag\</OutputDir>
</AssetGroup>
<AssetGroup Name="limc-jetway">
<Type>SimObject</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\SimObjects\landmarks\limc-jetway\</AssetDir>
<OutputDir>SimObjects\landmarks\limc-jetway\</OutputDir>
</AssetGroup>
<AssetGroup Name="limc-lamp">
<Type>SimObject</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\SimObjects\landmarks\limc-lamp\</AssetDir>
<OutputDir>SimObjects\landmarks\limc-lamp\</OutputDir>
</AssetGroup>
Big thanks to you all
I ran into very strange new problem in creating static SimObjects!
I did all by the book so until now I did not have any problem
I can't guess what happens
after using the " fspackagetool" and without errors the folder in the SimObjects\landmarks that containing for example "box"
now the packages folder ready looking into SimObjects\landmarks\box\model.box I get only this two files and also no texture folder
sim.cfg
[VERSION]
Major=1
Minor=0
[fltsim.0]
title=box
model=box
texture=
[General]
category=StaticObject
[Surface]
IgnoreObjectsCollision=1
now! in the "model.box" folder no GLTF
only
box.xml
<?xml version="1.0" encoding="utf-8"?>
<ModelInfo guid="{96001d70-db4d-4735-af5a-1acd03358f24}" version="1.1">
</ModelInfo>
and the model.cfg
[models]
normal=box.xml
again no gltf no bin and no texture folder
all other SimObjects that I build before 2 month ago Are OK Jetway and so...
here is a part from the PackageDefinitions all works fine expect the "box" very simple test model
<AssetGroup Name="box">
<Type>SimObject</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\SimObjects\landmarks\box\</AssetDir>
<OutputDir>SimObjects\landmarks\box\</OutputDir>
</AssetGroup>
<AssetGroup Name="limc-wigwag">
<Type>SimObject</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\SimObjects\landmarks\limc-wigwag\</AssetDir>
<OutputDir>SimObjects\landmarks\limc-wigwag\</OutputDir>
</AssetGroup>
<AssetGroup Name="limc-jetway">
<Type>SimObject</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\SimObjects\landmarks\limc-jetway\</AssetDir>
<OutputDir>SimObjects\landmarks\limc-jetway\</OutputDir>
</AssetGroup>
<AssetGroup Name="limc-lamp">
<Type>SimObject</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\SimObjects\landmarks\limc-lamp\</AssetDir>
<OutputDir>SimObjects\landmarks\limc-lamp\</OutputDir>
</AssetGroup>
Big thanks to you all

