shrimp Posted September 10, 2022 Share Posted September 10, 2022 (edited) Im modding DarkSouls right now and have custom icons for custom items. The problem is for the icons: DDS files can be saved with paint.net - but wont open or be displayed in the game DDS files cannot be opened in GIMP. When this occurs Error message reads: "DDS Image Message / Unsupported DXGI format (98)" Edited September 10, 2022 by shrimp Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted September 11, 2022 Share Posted September 11, 2022 Hi, which texture format does Does Dark Souls use in its DDS files? Which texture format did you try to use? Quote (September 25th, 2023) Sorry about any broken images in my posts. I am aware of the issue. My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
null54 Posted September 11, 2022 Share Posted September 11, 2022 31 minutes ago, shrimp said: DDS files cannot be opened in GIMP. The GIMP DDS plugin does not support BC7. I am not familiar with DarkSouls modding, but from a quick search it appears the game expects DDS files to use BC3/DXT5. 4 minutes ago, toe_head2001 said: Which texture format did you try to use? The OP is using BC7 according to the GIMP error message, 98 corresponds to DXGI_FORMAT_BC7_UNORM in the DXGI_FORMAT enumeration. 2 Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint Shop Pro Filetype | RAW Filetype | WebP Filetype The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.