[Bug ๐]: Parts not showing up in game
zer0Kerbal opened this issue ยท 3 comments
Brief description of your issue
I installed 0.5 from curse and I cannot find the parts anywhere in game. Digging into logs i find this for each part.
[LOG 13:57:48.395] PartLoader: Compiling Part 'LithobrakeExplorationTechnologies/Parts/Pods/LETpod2m4k/LETpod2m4k'
[ERR 13:57:48.395] PartCompiler: Cannot clone model 'NecroBones/LithobrakeExplorationTechnologies/Assets/Pods/LETpod2m4k' as model does not exist
[ERR 13:57:48.396] PartCompiler: Model was not compiled correctly
[ERR 13:57:48.397] PartCompiler: Cannot compile model
[ERR 13:57:48.398] PartCompiler: Cannot compile part
Steps to reproduce
install mod
Expected behavior
parts to show up
Actual behavior
parts are not showing up
Environment
latest from CurseForge
How did you download and install this?
CurseForge (download and manual installation)
starts around line 17214
as I suspected: the mod is installed into the wrong directory.
I suspect (according to the logs) that it is installed into:
/GameData/LithobrakeExplorationTechnologies/
and it should be installed into:
/NecroBones/LithobrakeExplorationTechnologies/
494 [LOG 13:57:01.067] Load(Texture): LithobrakeExplorationTechnologies/Assets/Bays/LETbayAtlas1-Specular
17179 [LOG 13:57:48.338] PartLoader: Compiling Part 'LithobrakeExplorationTechnologies/Parts/Bays/LETbay2mExp/LETbay2mExp'
17180 [ERR 13:57:48.342] PartCompiler: Cannot clone model 'NecroBones/LithobrakeExplorationTechnologies/Assets/Bays/LETbay2mExp' as model does not exist
other than that and some issues with WOS (not ready to be published ;P ) your log looked healthy, didn't look to deep but didn't find any Exceptions
.
I will be dropping a new version hopefully later today/tomorrow because I found some duplicated files thanks to you.
In that version I will be including the following file:
https://github.com/zer0Kerbal/LithobrakeExplorationTechnologies/blob/0.5.1.0-prerelease/ManualInstallation.md