Missing textures: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary
Line 15: Line 15:
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><br>
Adding the following lines to your fsx.CFG in the section titled '''[SCENERY]'''<br>
will display an FSX alert dialog identifiying the missing file / object, or render trigger areas.
will display an FSX alert dialog identifiying the missing file / object, or render trigger areas.
<pre>
<pre>
[SCENERY]
// To show alerts or areas, set to = 1  
// To show alerts or areas, set to = 1  
// To hide alerts or areas, set to = 0  
// To hide alerts or areas, set to = 0  

Revision as of 07:41, 6 August 2009

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

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, or render trigger areas.

// To show alerts or areas, set to = 1 
// To hide alerts or areas, set to = 0 

// Alert for missing textures
ShowMissingTextureAlert=1

// Alert for missing objects
MissingLibraryAlert=1

// Render Trigger areas as visible boxes
ShowTriggers=1	

Related content

Texture.cfg - FSX

External links

Placeholder text