- Messages
- 48
- Country

Hi folks,
I want to add a dirt effect to the leading edge of my plane. I tried following the SDK’s instructions for this, but unfortunately the effect isn’t working as it should.
Does anyone have any idea what I did wrong or what I might have missed?
This is the section of SDK dirt effect that I used:
https://docs.flightsimulator.com/ms...irt_And_Grime.htm?rhhlterm=dirt&rhsearch=dirt
Here is my Blender setup:
Material:
Converted and builded aircraft looks like this:
Regular dirt slider at almost 1.00:
Regular dirt slider exactly at 1.00:
And of course, I added these codes into my exterior.xml:
<Behaviors>
.
.
<Include ModelBehaviorFile="ASOBO_EX1\\Index.xml"/>
<Include ModelBehaviorFile="ASOBO_EX1\\DefaultConfig.xml"/>
<Include ModelBehaviorFile="ASOBO_EX1\\ExteriorDefs.xml"/>
.
.
<Component ID="Regular_Dirt">
<UseTemplate Name="ASOBO_ET_COMMON_Dirt_Multiple_Template">
<TYPE>REGULAR</TYPE>
<SaveParameters ID="Dirt_NODE_IDs">
<REGULAR_wings/>
</SaveParameters>
</UseTemplate>
</Component>
.
.
</Behaviors>
I want to add a dirt effect to the leading edge of my plane. I tried following the SDK’s instructions for this, but unfortunately the effect isn’t working as it should.
Does anyone have any idea what I did wrong or what I might have missed?
This is the section of SDK dirt effect that I used:
https://docs.flightsimulator.com/ms...irt_And_Grime.htm?rhhlterm=dirt&rhsearch=dirt
Here is my Blender setup:
Material:
Converted and builded aircraft looks like this:
Regular dirt slider at almost 1.00:
Regular dirt slider exactly at 1.00:
And of course, I added these codes into my exterior.xml:
<Behaviors>
.
.
<Include ModelBehaviorFile="ASOBO_EX1\\Index.xml"/>
<Include ModelBehaviorFile="ASOBO_EX1\\DefaultConfig.xml"/>
<Include ModelBehaviorFile="ASOBO_EX1\\ExteriorDefs.xml"/>
.
.
<Component ID="Regular_Dirt">
<UseTemplate Name="ASOBO_ET_COMMON_Dirt_Multiple_Template">
<TYPE>REGULAR</TYPE>
<SaveParameters ID="Dirt_NODE_IDs">
<REGULAR_wings/>
</SaveParameters>
</UseTemplate>
</Component>
.
.
</Behaviors>


