Ramkhamhaeng
Warlord
- Joined
- Feb 24, 2014
- Messages
- 216
Hello Civ4 modders,
I had a problem with the attached 'nebular feature'. Nearby unexplored plots and in the fog of war, the textures looks totally wrong. Does anybody had an idea how I can fix this?
Regards Ramk
I had a problem with the attached 'nebular feature'. Nearby unexplored plots and in the fog of war, the textures looks totally wrong. Does anybody had an idea how I can fix this?
Regards Ramk
Code:
<FeatureArtInfo>
<Type>ART_DEF_FEATURE_NEBEL</Type>
<bAnimated>1</bAnimated>
<bRiverArt>0</bRiverArt>
<TileArtType>TILE_ART_TYPE_NONE</TileArtType>
<LightType>LIGHT_TYPE_SUN</LightType>
<fScale>0.8</fScale>
<fInterfaceScale>1.0</fInterfaceScale>
<Button>Art/Interface/Buttons/TerrainFeatures/button_nebel.dds</Button>
<FeatureVariety>
<FeatureArtPieces>
<FeatureArtPiece>
<ModelFile>Art/Effects/Blite/Blite5.nif</ModelFile>
<Connections></Connections>
</FeatureArtPiece>
</FeatureArtPieces>
<FeatureDummyNodes/>
<bGenerateRotations>0</bGenerateRotations>
<VarietyButton>Art/Interface/Buttons/TerrainFeatures/button_nebel.dds</VarietyButton>
</FeatureVariety>
</FeatureArtInfo>