Missing textures: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
Line 13: Line 13:


== Identifying ==
== Identifying ==
Identify the filename of missing textures for both aircraft & scenery.
To identify the filename of missing textures for both aircraft & scenery,<br>
 
add the following lines to your fsx.CFG into 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, or render trigger areas.
<pre>
<pre>
[SCENERY]
[SCENERY]
Line 31: Line 29:
ShowTriggers=1
ShowTriggers=1
</pre>
</pre>
FSX will now display an alert dialog identifiying the missing file / object, or render trigger areas.


== Related content ==
== Related content ==

Revision as of 21:00, 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

Identifying

To identify the filename of missing textures for both aircraft & scenery,
add the following lines to your fsx.CFG into the section titled [SCENERY].

[SCENERY]
// 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	

FSX will now display an alert dialog identifiying the missing file / object, or render trigger areas.

Related content

Texture.cfg - FSX

External links

Placeholder text