Textures wrong (old) .dds format
zer0Kerbal opened this issue ยท 1 comments
Seeing some errors on 1.9.1. Installed via CKAN verified all files.
from KIMCHI
[LOG 21:36:06.211] Load(Texture): CoyoteSpaceIndustries/Freighter/Parts/01
[ERR 21:36:06.215] DDS: DXT3(128x128, MipMap=True) - DXT3 format is NOT supported. Use DXT5
[WRN 21:36:06.215] Texture load error in 'D:\Games\Steam\steamapps\common\Kerbal Space Program\GameData\CoyoteSpaceIndustries\Freighter\Parts\01.dds'
[LOG 21:36:06.221] Load(Texture): CoyoteSpaceIndustries/Freighter/Parts/02
[ERR 21:36:06.224] DDS: DXT3(128x128, MipMap=True) - DXT3 format is NOT supported. Use DXT5
[WRN 21:36:06.225] Texture load error in 'D:\Games\Steam\steamapps\common\Kerbal Space Program\GameData\CoyoteSpaceIndustries\Freighter\Parts\02.dds'
[LOG 21:36:06.226] Load(Texture): CoyoteSpaceIndustries/Freighter/Parts/03
[ERR 21:36:06.230] DDS: DXT3(128x128, MipMap=True) - DXT3 format is NOT supported. Use DXT5
[WRN 21:36:06.230] Texture load error in 'D:\Games\Steam\steamapps\common\Kerbal Space Program\GameData\CoyoteSpaceIndustries\Freighter\Parts\03.dds'
[LOG 21:36:06.232] Load(Texture): CoyoteSpaceIndustries/Freighter/Parts/04
[ERR 21:36:06.236] DDS: DXT3(128x128, MipMap=True) - DXT3 format is NOT supported. Use DXT5
[WRN 21:36:06.236] Texture load error in 'D:\Games\Steam\steamapps\common\Kerbal Space Program\GameData\CoyoteSpaceIndustries\Freighter\Parts\04.dds'
[LOG 21:36:06.238] Load(Texture): CoyoteSpaceIndustries/Freighter/Parts/05
[ERR 21:36:06.242] DDS: DXT3(128x128, MipMap=True) - DXT3 format is NOT supported. Use DXT5
[WRN 21:36:06.242] Texture load error in 'D:\Games\Steam\steamapps\common\Kerbal Space Program\GameData\CoyoteSpaceIndustries\Freighter\Parts\05.dds'
[ERR 21:39:41.658] Texture 'CoyoteSpaceIndustries/Freighter/Parts/01' not found!
[ERR 21:39:41.540] Texture 'CoyoteSpaceIndustries/Freighter/Parts/01' not found!
[ERR 21:39:41.839] Texture 'CoyoteSpaceIndustries/Freighter/Parts/01' not found!
'Those errs are an easy fix... DXT3 is no longer supported by Unity (KSP)... since the 1.8.0 update.
They just need to be converted to either DXT1 or 5...'