Missing kerbalEVAVintage and kerbalEVAfemaleVintage
linuxgurugamer opened this issue ยท 7 comments
The expansion added these two new kerbal parts, you don't have them in the code as of now, at this location:
TacLifeSupport/Source/AddLifeSupport.cs
Line 57 in 49eba6b
I also didn't see the kerbalEVAfemale there
because that's not how it works.
There was an issue regarding MH kerbals if you didn't have MH installed which has already been fixed.
how does it work? Maybe you could provide some insight into this problem.
What was the issue about missing MH kerbals, apparently one of my mods is running up against that as well.
Thanks
PartLoader.LoadedPartsList contains a reference to the Kerbal prefabs for Making History even if they are not installed.
So you have to null check them.
OR... you can just use MM to amend the Prebuilt parts in stock and MH and not have to do it in code.
TAC LS doesn't do that because it adds different resource amounts to the Kerbal parts depending on user settings.