Open jonasrosland opened 7 years ago
Looks like krpcmj needs updating for KSP 1.2.2
That would be great!
Out of curiosity, where would one find out what one would need to know to update this project?
https://wiki.kerbalspaceprogram.com/wiki/1.2.2 and friends seem a little light on the details. https://kerbalspaceprogram.com/api/class_part_module_list.html shows the existence of an inline GetEnumerator()
method in the PartModuleList
class. Is this last site out of date?
It appears to work with KSP 1.3.1, if you use the changes in my pull request (https://github.com/artwhaley/krpcmj/pull/4)
Here's a binary so you don't have to compile it yourself: https://www.dropbox.com/s/ob6hji3e8awdxab/krpcmj.dll?dl=0
The one tweak I had to make to your pull request was with regard to Partials/Rover.cs
as it was missing. Other than that, I was able to build the DLL and it "worked" -- crashed my lander on the Mun but all the MJ magic got it there at least!
@artwhaley noticed that #4 was merged, which should fix this issue. Can this issue be closed as a result?
When I try to use your simple launch example from the wiki with KSP 1.2.2 and kRPC 0.3.7, I get the following error message:
Any idea what's wrong?
My
ckan list
: