Hello,
I have tried to add a custom made autogen tree object to FSX, and I have managed to make it show normally in the annotator, but in FSX the objecy wont show on the annotated area.
I compiled the MDL object into BGL library object and copied it to the Scenery\Global\scenery folder, and added these lines to the autogendescriptions.xml in FSX\Autogen folder :
</ModelEntry>
<ModelEntry id="{023c59f5-d12e-43ed-a5e2-8374ae10abcd}">
<FriendlyName>veg_oilpalm</FriendlyName>
<MinScale>0.900</MinScale>
<MaxScale>1.100</MaxScale>
<SeasonEntry>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
<SeasonEntry>
<Season>FALL</Season>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
<SeasonEntry>
<Season>MILD_WINTER</Season>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
<SeasonEntry>
<Season>HARD_WINTER</Season>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
<SeasonEntry>
<Season>SPRING</Season>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
</ModelEntry>
</Grouping>
<Grouping id="{20148fc9-1a36-409d-bf28-61816d4b58ec}">
<FriendlyName>Oil Palm</FriendlyName>
<ReferenceEntry>
<TargetGuid>{023c59f5-d12e-43ed-a5e2-8374ae10abcd}</TargetGuid>
<RelativeWeight>100.000</RelativeWeight>
</ReferenceEntry>
</Grouping>
Am I not understanding something here, or why may it be that in FSX, the model is not showing up at all? The GUID is correct and everything is functioning in the annotator.
Any help would be appreciated.
I have tried to add a custom made autogen tree object to FSX, and I have managed to make it show normally in the annotator, but in FSX the objecy wont show on the annotated area.
I compiled the MDL object into BGL library object and copied it to the Scenery\Global\scenery folder, and added these lines to the autogendescriptions.xml in FSX\Autogen folder :
</ModelEntry>
<ModelEntry id="{023c59f5-d12e-43ed-a5e2-8374ae10abcd}">
<FriendlyName>veg_oilpalm</FriendlyName>
<MinScale>0.900</MinScale>
<MaxScale>1.100</MaxScale>
<SeasonEntry>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
<SeasonEntry>
<Season>FALL</Season>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
<SeasonEntry>
<Season>MILD_WINTER</Season>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
<SeasonEntry>
<Season>HARD_WINTER</Season>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
<SeasonEntry>
<Season>SPRING</Season>
<ModelGuid>{0bdd2545-3053-4ee9-a9ab-83604343f6af}</ModelGuid>
</SeasonEntry>
</ModelEntry>
</Grouping>
<Grouping id="{20148fc9-1a36-409d-bf28-61816d4b58ec}">
<FriendlyName>Oil Palm</FriendlyName>
<ReferenceEntry>
<TargetGuid>{023c59f5-d12e-43ed-a5e2-8374ae10abcd}</TargetGuid>
<RelativeWeight>100.000</RelativeWeight>
</ReferenceEntry>
</Grouping>
Am I not understanding something here, or why may it be that in FSX, the model is not showing up at all? The GUID is correct and everything is functioning in the annotator.
Any help would be appreciated.
