Jump to content

Recommended Posts

Posted
Hey what do you do about a mesh or texture that loads with just a bunch of color dots instead of what its really supposed to be ill post a SS if i have to but im using the duke city mod and the bikes are just a bunch of neon colored dots
Posted (edited)

Just to explain "why" it was doing this and setting texture size to large fixed it:

 

Those textures are missing "mip maps". They are like incrementally smaller versions of the original texture (so the engine doesn't have to use the full high-res resource even on far, far away surfaces still) created during export to DDS, if configured to do so.

"Medium" texture settings starts with the first level "below" max and never uses the original size level. Now you can see, if there are no levels but the first, any other setting than "high" won't work.

 

Those textures need fixing, by exporting them with the correct settings required for textures for Oblivion game world meshes, namely those mip maps have to be created by all means. (Saying game world meshes, because there are things in Oblivion the textures of which don't require mip maps. It escaped my memory though which exact things those are, and basically mip maps are "always" required.)

Edited by DrakeTheDragon
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...