Jump to content
Sign in to follow this  
mue

texture file lookup order

Recommended Posts

Ok, I need your help.
To get the texture file handling in the next version of the LODViewer right I need information about how and in which order the game engine is looking up texture files.

This is what I think to know:

First the game searches in the texture directory specified by "Directory" under [TextureSetXXX] in <LOD>.ini. It searches for the texture file specified in the lod file (eg. fuselage.bmp).
If it's not there then its looking for texture files with the same name but different extensions/types (eg. fuselage.jpg, fuselage.tga, ...). Does anybody knows which file formats the engine supports?
If a matching file is still not found then the game searches the directory in which the *.lod and *.ini files reside.
If there is also no matching file then the game is searching in the *.cat files.

Can someone please confirm this or correct me otherwise? Thanks!

Share this post


Link to post
Share on other sites

As far I know this is correct

 

File formats supported : BMP, JPG , TGA, DDS

 

And thank you for your tool it saved my time

 

Capturedeacutecran2015-01-15110134.png

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..