![]() |
|
|
|||||||
| Register | Wiki | Downloads | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
CategoriesToolbox
|
ViewsMissing texturesFrom FSDeveloper Wiki(Difference between revisions)
Revision as of 08:21, 11 June 2011Overview
Depending on your PC's currently available resources,
The above issues can be caused by, (or further exacerbated by),
Modeler's particularly should note -
On loading your model in-game, the model will still call that now "orphaned" texture, (even though the part(s) no longer exist).
Causes
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. 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. Searches For1) file.ext - As explicitly defined in the model.
i.e. steps through -
ExampleAn IRL FSX/FSXA example for an airplane model calling a .bmp texture. 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. KeyIn the ProcMon logfile extract below -
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.
RelatedInternal
External
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||