Hi guys I need help with this app. I'm trying to convert a texture pack to DDS format, but I can't get all the textures to load in the game. Some are always missing. What are the correct app settings to get all the textures to load in the game?
- Joined
- Aug 9, 2023
- Messages
- 396
- Reaction score
- 262
- Trophies
- 1
- Age
- 26
- Website
- hifi4everyone.neocities.org
- XP
- 1,019
- Country

Sometimes DDS causes issues so PNG will have to be used in those cases.
If it doesn't load with PNG than those textures can't be upscaled
Also if you're using an AMD GPU, check "No CUDA"
Output format should be DXT5 for compatibility
If it doesn't load with PNG than those textures can't be upscaled
Also if you're using an AMD GPU, check "No CUDA"
Output format should be DXT5 for compatibility
Thanks I'll try that " No Cuda"Sometimes DDS causes issues so PNG will have to be used in those cases.
If it doesn't load with PNG than those textures can't be upscaled
Also if you're using an AMD GPU, check "No CUDA"
Output format should be DXT5 for compatibility
- Joined
- Sep 5, 2022
- Messages
- 397
- Reaction score
- 512
- Trophies
- 1
- Age
- 38
- Location
- Johannesburg
- XP
- 1,239
- Country

I prefer using chaiNNer to convert PNG to DDS. been very reliable for me. I also convert to BC7. Good compression with minimal quality loss, if any.
Where can I find that?I prefer using chaiNNer to convert PNG to DDS. been very reliable for me. I also convert to BC7. Good compression with minimal quality loss, if any.
- Joined
- Sep 5, 2022
- Messages
- 397
- Reaction score
- 512
- Trophies
- 1
- Age
- 38
- Location
- Johannesburg
- XP
- 1,239
- Country

https://github.com/chaiNNer-org/chaiNNer
Completely free app. Just set a node for Load Images and another for Save Images, then connect the nodes and choose the output format.

Completely free app. Just set a node for Load Images and another for Save Images, then connect the nodes and choose the output format.

Can I put a folder or I can only do it one by one?https://github.com/chaiNNer-org/chaiNNer
Completely free app. Just set a node for Load Images and another for Save Images, then connect the nodes and choose the output format.
View attachment 543965
Great Thanks
Post automatically merged:
Okay, I've been waiting three hours for it to convert the textures to DDS format, and it hasn't done anything xd
Last edited by MaximoCapcom,
Okay, I've done it again and I'm still having the same problem. Not all textures are loading in the game.
Which DDS format did you choose when converting to DDS? I usually use BC7 if my textures are made for PC only and BC3/DXT5 if I want my pack to be compatible with AetherSX2 on Android. Also did those textures you mentioned work when they were PNG?Okay, I've done it again and I'm still having the same problem. Not all textures are loading in the game.
Yeah in PNG they work perfectly. I've tried converte them in BC7, BC3, DXT5 or DXT1 but nothing works. I always have the same problem. It makes me angry because if I can't fix this problem, I won't be able to continue working on a package of remastered textures that I was making. My PC crashes with so many textures in PNG format.Which DDS format did you choose when converting to DDS? I usually use BC7 if my textures are made for PC only and BC3/DXT5 if I want my pack to be compatible with AetherSX2 on Android. Also did those textures you mentioned work when they were PNG?
If it does not work then the problem must be on your PC, DDS textures won't load if your OS system doesn't support it like how BC7 DDS won't load on Android due to the OS doesn't support it but would with DXT5 DDS. Can you view DDS image on your PC with any image viewer? Also the fact your PC crashes with PNG textures also concern me, did you use Precache Textures in PCSX2 settings? That would preload all every replacement textures to RAM and if you don't have many RAM, they will crash the game.Yeah in PNG they work perfectly. I've tried converte them in BC7, BC3, DXT5 or DXT1 but nothing works. I always have the same problem. It makes me angry because if I can't fix this problem, I won't be able to continue working on a package of remastered textures that I was making. My PC crashes with so many textures in PNG format.
Yes I did pre cache. Maybe It could be because my pc is not so good. I don't even have an Nvidia graphics. Sometimes depends of the game. Because I have two Remastered games of mine in png format a with those I don't have problems, but with this one I'm making yes.If it does not work then the problem must be on your PC, DDS textures won't load if your OS system doesn't support it like how BC7 DDS won't load on Android due to the OS doesn't support it but would with DXT5 DDS. Can you view DDS image on your PC with any image viewer? Also the fact your PC crashes with PNG textures also concern me, did you use Precache Textures in PCSX2 settings? That would preload all every replacement textures to RAM and if you don't have many RAM, they will crash the game.
Post automatically merged:
But if my PC really doesn't support the DDS format, why does it only load some textures in DDS? That's what I don't understand.If it does not work then the problem must be on your PC, DDS textures won't load if your OS system doesn't support it like how BC7 DDS won't load on Android due to the OS doesn't support it but would with DXT5 DDS. Can you view DDS image on your PC with any image viewer? Also the fact your PC crashes with PNG textures also concern me, did you use Precache Textures in PCSX2 settings? That would preload all every replacement textures to RAM and if you don't have many RAM, they will crash the game.
- Joined
- Sep 5, 2022
- Messages
- 397
- Reaction score
- 512
- Trophies
- 1
- Age
- 38
- Location
- Johannesburg
- XP
- 1,239
- Country

Which renderer are you using? I've had reports of crashing on PCSX2 and Duckstation but once they switched to D3D11, the crashing stopped.Yes I did pre cache. Maybe It could be because my pc is not so good. I don't even have an Nvidia graphics. Sometimes depends of the game. Because I have two Remastered games of mine in png format a with those I don't have problems, but with this one I'm making yes.
Post automatically merged:
But if my PC really doesn't support the DDS format, why does it only load some textures in DDS? That's what I don't understand.
Direct3D 12Which renderer are you using? I've had reports of crashing on PCSX2 and Duckstation but once they switched to D3D11, the crashing stopped.
- Joined
- Sep 5, 2022
- Messages
- 397
- Reaction score
- 512
- Trophies
- 1
- Age
- 38
- Location
- Johannesburg
- XP
- 1,239
- Country

Maybe try with the other renderers and see what they do. I've been having a lot of issues with D3D12 on the Dolphin emulator. Usually for PCSX2 I use Vulkan or D3D11.Direct3D 12
I've tried Vulkan since they say is more compatible with dds. But nothingMaybe try with the other renderers and see what they do. I've been having a lot of issues with D3D12 on the Dolphin emulator. Usually for PCSX2 I use Vulkan or D3D11.
- Joined
- Sep 5, 2022
- Messages
- 397
- Reaction score
- 512
- Trophies
- 1
- Age
- 38
- Location
- Johannesburg
- XP
- 1,239
- Country

What is the game you're having trouble with and how many files are there?I've tried Vulkan since they say is more compatible with dds. But nothing
If you want, I can take a look and see what it does on my side.
I'm triying to remaster the Lord of the Rings The Two Towers. My PC crashes on the third level, that level have a lot of textures, I have remastered the first part of that level. At the beginning of the level, as soon as the orcs appear coming down the snow, it crashes.What is the game you're having trouble with and how many files are there?
If you want, I can take a look and see what it does on my side.
Post automatically merged:
Each remastered texture I have in that level weighs about 10MB or 15MB.What is the game you're having trouble with and how many files are there?
If you want, I can take a look and see what it does on my side.
Similar threads
- Replies
- 4
- Views
- 2K
- Replies
- 3
- Views
- 1K
- Replies
- 1
- Views
- 2K
- Replies
- 2
- Views
- 310








