Closed blowfishpro closed 5 years ago
There are several texture files which end with "_psd.dds" or "_psd_NRM.dds" - when removing the "_psd" they are loaded and do not trigger the log error Texture xyz not found!
Scrap that - I was wrong - and right.
It seems that some textures need to be _PSD variants ...
I'm not sure if this is the same issue or a separate one: The underside of the Agena docking target is 'textureless pink'.
That's a different issue. (Edit: maybe)
That happens whenever I have to reinstall KSP PartTools (the Unity package that the devs re-release every update, with all the KSP-specific shaders and stuff), all the shaders become unlinked. The pink is 'no shader assigned'. Since I build the full stacks in Unity (ie, how they would be built in game) the end caps go unnoticed a lot.
Should be fixed in #526 except for Bluedog_DB/Parts/Engines/bluedog_Scout_NRM
which seems to be really missing.
Also noticed a new one related to PlumeParty:
[LOG 12:41:32.003] Load(Model): Bluedog_DB/FX/PlumeParty/Engines/Turbine/subSporting
[ERR 12:41:32.005] Texture 'Bluedog_DB/FX/PlumeParty/Engines/Turbine/shock2' not found!
The texture
Bluedog_DB/Parts/Engines/bluedog_Scout_NRM
seems to be referenced by the following models, but is not found:Bluedog_DB/Parts/Engines/bluedog_Algol
Bluedog_DB/Parts/Engines/bluedog_AlgolRadial
Bluedog_DB/Parts/Engines/bluedog_CastorInline
Bluedog_DB/Parts/Engines/bluedog_CastorRadial
Bluedog_DB/Parts/Engines/bluedog_MiniRadialDecoupler
Bluedog_DB/Parts/Engines/bluedog_star31
The texture
Bluedog_DB/Parts/Gemini/Gemini_Service_A_NRM
is referenced by the following models but not found - should it beGemini_Service_A_psd_NRM
?Bluedog_DB/Parts/Gemini/bluedog_Agena_ResupplyContainer
Bluedog_DB/Parts/Gemini/bluedog_MOL_KISmodule
Bluedog_DB/Parts/Gemini/bluedog_MOL_UnpressurizedCargo
Texture
Bluedog_DB/Parts/Gemini/Gemini_Crew_A_psd_NRM
does not exist, maybe it should beGemini_Crew_A_psd_NRM
? Referenced by:Bluedog_DB/Parts/Gemini/bluedog_Agena_ResupplyContainer
Bluedog_DB/Parts/Gemini/bluedog_Gemini_ResupplyCapsule
Bluedog_DB/Parts/Gemini/bluedog_Gemini_SmallShortAdapter
Bluedog_DB/Parts/Gemini/bluedog_MOL_KISmodule
Bluedog_DB/Parts/Gemini/Gemini_Crew_B
Bluedog_DB/Parts/Gemini/Gemini_Structure_A
Texture
Bluedog_DB/Parts/Saturn/placeholder
is referenced byBluedog_DB/Parts/Saturn/bluedog_Saturn_S4B_SLA_FairingBase
but not foundBluedog_DB/Spaces/Gemini_B_Int/Gemini_Crew_A_Interior_auv
andBluedog_DB/Spaces/Gemini_B_Int/Gemini_Crew_A_Interior_NRM
are referenced by modelBluedog_DB/Spaces/Gemini_B_Int/Gemini_Crew_B_IVA
but not found. Maybe they need placeholders and a link to the A one?