Code: Select all
C:\Games\ModOrganizer\mods\SMC\Textures>dds21k
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\dlc01\effects\darkswirlsalpha.dds' @ error/dds.c/ReadUncompressedRGBA/2252.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelarrow_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelbattleaxe_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelbow_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelclaymore_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steeldagger_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelmace_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelscabbards_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelsword_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelwaraxe_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelwarhammer_m.dds' @ error/dds.c/ReadDDSImage/1796.
Code: Select all
@echo off
FOR /F "delims=" %%i IN ('dir /a-d/s/b *.dds') DO (mogrify -resize 1024x^> "%%~pni.dds")