hana120 Posted 16 hours ago Posted 16 hours ago Hello. So, I tried to change the color of the PREDATOR sperm mod for my own use, but when I try to go to the in-game shop with AddItem to pick up the item, the game crashes. I'd like to know how to change the color without causing a crash.
traison Posted 16 hours ago Posted 16 hours ago You most likely encoded the new dds file incorrectly. Make sure the following are true, to play it safe: Same encoding as the source file. 2^n texture size. Square. DirectXTex from Microslop has conversion and info tools that can handle this.
Ma Ri Posted 16 hours ago Posted 16 hours ago open your saved .dds file in https://paint.net program, then save it as is. The configuration must be (BC3,Linear DXT5) or you can also use lower than this. but this works on all Skyrim game. Perceptual or you can also generate Mip Maps, then click OK. Once the file is viewable as a large icons in windows, then it means it will work as a texture in Skyrim.
hana120 Posted 15 hours ago Author Posted 15 hours ago (edited) 45 minutes ago, Ma Ri said: open your saved .dds file in https://paint.net program, then save it as is. The configuration must be (BC3,Linear DXT5) or you can also use lower than this. but this works on all Skyrim game. Perceptual or you can also generate Mip Maps, then click OK. Once the file is viewable as a large icons in windows, then it means it will work as a texture in Skyrim. Where can I find the BC3 and Linear DXT5 formats? I figured it out—that's it. It happens when you're recording. I'd never noticed that before. Edited 15 hours ago by hana120
traison Posted 15 hours ago Posted 15 hours ago (edited) 1 hour ago, Ma Ri said: The configuration must be (BC3,Linear DXT5) BC1, 2 and 7 work fine as well. Don't know about 4 and 5 - there's more options than just DXT5 (BC3). These compression formats also do not promise anything about the pixel format as far as I know. texdiag.exe included in DirectXTex will show you the format of the current dds file you're modifying so that you can match it when saving. Example: $ texdiag.exe info femalebody_1.dds femalebody_1.dds width = 4096 height = 4096 depth = 1 mipLevels = 13 arraySize = 1 format = BC7_UNORM dimension = 2D alpha mode = Unknown images = 13 pixel size = 21845 (KB) When it comes to quality, bc7 srgb is probably where you want to be aiming. File sizes will be large though. bc3 is a usually good-enough middle ground and probably recommended for a non-HD Skyrim. Below that you start to see artifacts like banding. Edited 15 hours ago by traison
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now