Missing textures: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
Line 16: Line 16:
Identify the filename of missing textures for both aircraft & scenery.
Identify the filename of missing textures for both aircraft & scenery.


Adding the following lines to your fsx.CFG in the section titled <nowiki>[SCENERY]</nowiki>
Adding the following lines to your fsx.CFG in the section titled <nowiki>[SCENERY]</nowiki><br>
will display an FSX alert dialog identifiying the missing file / object.
will display an FSX alert dialog identifiying the missing file / object.
<pre>
<pre>

Revision as of 20:45, 13 November 2007

Overview

Missing textures for aircraft / scenery will impact on FSX performance.
Possibly resulting in -

  • Objects rendered as transparent.
  • Objects rendered as disassociated components.
  • Screen artifacting
  • Reduced FPS.

Causes

The following

  • File is missing from the relevant texture folder
  • Missing texture.cfg
  • Incorrectly configured texture.cfg

Identifying

Identify the filename of missing textures for both aircraft & scenery.

Adding the following lines to your fsx.CFG in the section titled [SCENERY]
will display an FSX alert dialog identifiying the missing file / object.

[SCENERY]
// To show alerts or areas, set to = 1 

// Alert for missing textures
ShowMissingTextureAlert=1

// Alert for missing objects
MissingLibraryAlert=1

// Render Trigger areas as visible boxes
ShowTriggers=0	

Related content

Texture.cfg - FSX

External links

Placeholder text