shadowmage45 / SSTULabs

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

KSP 1.5 Updates #751

Closed shadowmage45 closed 5 years ago

shadowmage45 commented 5 years ago

WIP Parts with issues:

blowfishpro commented 5 years ago

Regarding resource stuff, here's the update I had to make if it helps: https://github.com/blowfishpro/B9PartSwitch/pull/110/files

Actually now that I think about it, I'm wondering if the code that modifies resource amounts needs to be updated too.

shadowmage45 commented 5 years ago

I just updated SSTU's resource-manipulation code with similar to what you are using in B9, with the addition of also updating simulation resources whenever I alter (as opposed to add) a resource.

Thanks for pointing that out to me, would have taken a few hours of head-bashing to figure out that stock included an entire new resource-list...