shadowmage45 / SSTULabs

Dev repository for testing/unfinished KSP parts/plugins/etc.
Other
62 stars 41 forks source link

Re-export tank models with fixed textures #606

Closed taterkerman closed 6 years ago

taterkerman commented 6 years ago

`[LOG 20:36:32.628] Load(Model): SSTU/Assets/SC-TANK-A-7-0 [ERR 20:36:32.630] Texture 'SSTU/Assets/SC-TANKS-SLS-DIFF' not found!

[ERR 20:36:32.631] Texture 'SSTU/Assets/SC-TANKS-SLS-NRM' not found!

[LOG 20:36:32.632] Load(Model): SSTU/Assets/SC-TANK-A-7-5 [ERR 20:36:32.634] Texture 'SSTU/Assets/SC-TANKS-SLS-DIFF' not found!

[ERR 20:36:32.635] Texture 'SSTU/Assets/SC-TANKS-SLS-NRM' not found!

[LOG 20:36:32.636] Load(Model): SSTU/Assets/SC-TANK-A-8-0 [ERR 20:36:32.639] Texture 'SSTU/Assets/SC-TANKS-SLS-DIFF' not found!

[ERR 20:36:32.639] Texture 'SSTU/Assets/SC-TANKS-SLS-NRM' not found!

[LOG 20:36:32.640] Load(Model): SSTU/Assets/SC-TANK-B-0-5 [ERR 20:36:32.641] Texture 'SSTU/Assets/SC-TANKS-SLS-DIFF' not found!`

taterkerman commented 6 years ago

Like the above, except all the textures. error

shadowmage45 commented 6 years ago

Yep; that is because KSP is looking for the textures that were exported with those fuel-tank models. Those particular textures have been gone a long time.

The solution is to re-export the models through Unity with a blank material / no textures assigned.


Do those parts/models still show up fine in-game?

taterkerman commented 6 years ago

This is the release you just posted on the forum, BTW.

taterkerman commented 6 years ago

The recoloring on all of them results in the same lockup I posted before.

Parts show up in game, just solid gray. gray

shadowmage45 commented 6 years ago

Logs please; something is going on with your install that I'm not seeing on this end. (seems like the shader/etc stuff is not being loaded properly)

(I get those same texture-missing error messages, they are normal)

taterkerman commented 6 years ago

I'll do a fresh install right now.

shadowmage45 commented 6 years ago

Yeah; if it got installed on top of one of the old versions there will likely be problems due to the changes in naming/locations on a lot of things. Some configs would end up getting duplicated that will cause the plugin to error out.

If that doesn't clean it up, please post up a KSP.log file (I think you can drag+drop them right in the reply box). The log should have a bit of info on what/where things are going sideways.

(who knows, I could have packaged things up incorrectly, wouldn't be the first time)

taterkerman commented 6 years ago

I deleted everything (or at least I think I did). Maybe the EVE stuff threw me, except that EVE was working in that screen shot.

taterkerman commented 6 years ago

Works, I biffed it.

shadowmage45 commented 6 years ago

Good to know :)

I'm going to leave this issue open as a reminder that I should re-export some parts to clean up those stock error messages.