![]() |
|
|
|||||||
| Register | Wiki | Downloads | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
Categories |
ViewsMissing texturesFrom FSDeveloper WikiOverview
The above issues can be caused by, (or further exacerbated),
[edit] Causes
[edit] IdentifyingTo identify the filename of missing textures, (simobject or 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. [edit] Simobject texture search pathsIn FSX/FSXA, the search mechanism for locating any simobject's texture
Entire cycle is repeated for every texture called by the model. [edit] Searches For1) file.ext - As explicitly defined in the model.
i.e. steps through -
[edit] ExampleAn IRL FSX/FSXA example for an airplane model calling a .bmp texture. [edit] MethodologyFor this example -
I/O operation QueryOpen actions by fsx.exe, each resulted in a NAME NOT FOUND error. The first 4 paths listed, are for the aircraft's native folder. Each subsequent group of 4 paths,is for each of the 3 fallback paths. [edit] KeyIn the ProcMon logfile extract below -
[edit] Logfile dataSearch path file-calls for the missing FINDME.BMP texture, (with a valid texture.cfg). MYFSXPATH\SimObjects\Airplanes\TESTAIRCRAFT\texture.LIVERY\FINDME.bmp MYFSXPATH\SimObjects\Airplanes\TESTAIRCRAFT\texture.LIVERY.CAB MYFSXPATH\SimObjects\Airplanes\TESTAIRCRAFT\texture.LIVERY\FINDME.DDS MYFSXPATH\SimObjects\Airplanes\TESTAIRCRAFT\texture.LIVERY.CAB MYFSXPATH\SimObjects\Airplanes\TESTAIRCRAFT\texture\FINDME.bmp MYFSXPATH\SimObjects\Airplanes\TESTAIRCRAFT\texture.CAB MYFSXPATH\SimObjects\Airplanes\TESTAIRCRAFT\texture\FINDME.DDS MYFSXPATH\SimObjects\Airplanes\TESTAIRCRAFT\texture.CAB MYFSXPATH\Scenery\Global\Texture\FINDME.bmp MYFSXPATH\Scenery\Global\Texture.CAB MYFSXPATH\Scenery\Global\Texture\FINDME.DDS MYFSXPATH\Scenery\Global\Texture.CAB MYFSXPATH\Texture\FINDME.bmp MYFSXPATH\Texture.CAB MYFSXPATH\Texture\FINDME.DDS MYFSXPATH\Texture.CAB That's a lot of disk thrashing.
[edit] Related[edit] Internal
[edit] ExternalPlaceholder text |
|||||||||||||||||||||||||||||||||||||