UE4-DDS-Tools icon indicating copy to clipboard operation
UE4-DDS-Tools copied to clipboard

Texture modding tools for UE games

Results 7 UE4-DDS-Tools issues
Sort by recently updated
recently updated
newest added

Good morning! Would it be possible to add support for the .GNF image format? It is a standard PS4 image format

enhancement
help wanted

Can You Add An Option To Convert A .png File To A .uasset File Thats Cooked And Can Be Used In Latest Fortnite Modding For Texture Modding?

[Unreal Editor for Fortnite](https://www.unrealengine.com/ja/uses/uefn-unreal-editor-for-fortnite) seems to use a format that is quite different than the standard UE assets.

enhancement

Hello. Here are some textures from the game The day before. Engine version UE5 5.2.1.0 I was never able to get anything adequate from these files, even through rawtex /...

enhancement
help wanted

Hi, I have a game (Vampyre) which is created probably in UE 4.15, but I can't export textures using your tool. I determined the engine version by searching through the...

I got two warnings when importing dds in GIMP. ![dds_flags_warning](https://github.com/matyalatte/UE4-DDS-Tools/assets/69258547/dd79c31d-e3d4-45a8-bd45-1cbab126c2b5) It uses DDSD_PITCH when it should use DDSD_LINEARSIZE. And it uses DDSD_LINEARSIZE when it should use DDSD_PITCH. dds.py says ```python...

bug

Related to #25. Swizzled textures have padding when their texture sizes are not multiples of the swizzling block size. So, UE4-DDS-Tools need a new function to calculate their buffer sizes,...

bug