Mod not loading when correctly placed in folder
JhonforgeGaming opened this issue ยท 6 comments
I have noticed that me as well as some of my friends couldn't get this mod to work. We placed it correctly in the Plugins/Gamedata folder and nothing showed up. I have used this mod before and I really like it but now it seams to not work. We use 1.1 and would like this to be fixed. Thanks!
Weird. Have you deleted the old "PlanetaryBaseInc" folder before installing? Versions before version 1.0 of this mod had a different folder structure and therefore an old plugin dll might be the problem.
Otherwise i would need the log ksp creates to see what is wrong. Look here for instructions on the log.
Additionally two screenshots , one of the gamedata folder, and one of the PlanetaryBaseInc folder would be helpful. So i can see of everything is installed.
I had lost my old version of KSP when my hard drive failed. when 1.1 came out i installed again so I don't have the old Folder or Plugin data. Here are the Screenshots but with the Log I only Crash when I go over my RAM limit But here it is anyway: Sorry that I couldn't ZIP the Log WinZip won't Let me...
that would be nearly impossible. I have to specify the location of the models in every config file for the parts. (This must be done when multiple parts share one folder so save resources).
There are some mods that will work, because they don't load custom images or only have one part per folder. But the chance is high, that at least some parts will be missign ;)
The folder structure and everything looks okay. There is one line in the log, that might give a clue about the problem:
[KPBS] ERROR EXC loading Images: Could not find a part of the path "C:\Games\Kerbal Space Program 1.1\GameData\PlanetaryBaseInc\BaseSystem\Icons\KPBSicon.png".
Can you take a look at the path mentioned and see if the path is right and the "KPBSicon.png" image exists?
Normally this error shouldn't cause the parts to disappear, (only the custom categories will not function) But i guess it is a symptom of another problem, i can't see yet.
Forget my earlier comment....i did not look at the path
There are a lot of messages about not being able to find the models:
e.g.: Model load error in 'C:\Games\Kerbal Space Program 1.1\Plugins\GameData\PlanetaryBaseInc\BaseSystem\Spaces\Airlocks_internal\airlock_end_g_internal.mu'
The mods should not be installed in _Kerbal Space Program 1.1\Plugins\GameData_ but in
_Kerbal Space Program 1.1\GameData_
This is the case for all mods since version 0.20 of KSP. I really wonder how some of the mods still work when they are installed in that directrory.
Ah Ok let me change that. As for some mods still working in that directory Could it be that their somehow able to work in both? I mean the only thing they would need is a file out in the directory it is supposed to be in and then that file could point it to where the bulk of the mod is.