Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textures wrong (old) .dds format #52

Open
zer0Kerbal opened this issue Jan 21, 2022 · 1 comment
Open

Textures wrong (old) .dds format #52

zer0Kerbal opened this issue Jan 21, 2022 · 1 comment
Assignees
Labels
help wanted assistance, help, input solicited issue: texture issue type type: fix Iterations on existing features or infrastructure. work: complicated The situation is complicated, good practices used.

Comments

@zer0Kerbal
Copy link
Owner

Seeing some errors on 1.9.1. Installed via CKAN verified all files.
from KIMCHI
image

https://forum.kerbalspaceprogram.com/index.php?/topic/159615-13coyote-space-industries-cargo-freighter-v024/&do=findComment&comment=3811420

[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!

@zer0Kerbal zer0Kerbal added bug help wanted assistance, help, input solicited issue: texture issue type work: complicated The situation is complicated, good practices used. type: fix Iterations on existing features or infrastructure. labels Jan 21, 2022
@zer0Kerbal zer0Kerbal added this to the Release 0.4.0.0-Adoption milestone Jan 21, 2022
@zer0Kerbal zer0Kerbal added this to To do in 0.3.99.0-adoption via automation Jan 21, 2022
@zer0Kerbal zer0Kerbal self-assigned this Jan 21, 2022
@zer0Kerbal zer0Kerbal added this to Needs triage in Issue/Request Tracker via automation Jan 21, 2022
@zer0Kerbal
Copy link
Owner Author

@Stoned Blue
image

'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...'

@zer0Kerbal zer0Kerbal pinned this issue Jan 21, 2022
@settings settings bot removed adoption labels Mar 1, 2022
@settings settings bot removed this from the Release 0.4.0.0-Adoption milestone Mar 1, 2022
@zer0Kerbal zer0Kerbal moved this from To do to In progress in 0.3.99.0-adoption Aug 28, 2022
@zer0Kerbal zer0Kerbal moved this from Needs triage to Medium Priority in Issue/Request Tracker Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted assistance, help, input solicited issue: texture issue type type: fix Iterations on existing features or infrastructure. work: complicated The situation is complicated, good practices used.
Projects
Issue/Request Tracker
  
Medium Priority
0.3.99.0-adoption
  
In progress
Development

No branches or pull requests

1 participant