DarkMultiPlayer Client

DarkMultiPlayer Client

38.8k Downloads

KSP 1.3.1 Support

d4rkd0s opened this issue ยท 5 comments

commented

image

Environment

Windows 10 x64

Description

Plugin no longer launches with new KSP Version.

Additional Info

Nothing else really needed, mod just needs some testing and a version bump.

commented

Think we need to bump this to 1?

const int compatibleRevision = 0;

commented

In short, yes. Long version: we need to check if there were any breaking changes in 1.3.1, check the API changes, modify our current code if necessary and then release a new version.

I'm surprised as to why people quickly want to file an issue when there's a self-explanatory text that tells you why it's not working

commented

@RockyTV Apologies for the confusion, wasn't complaining or filing a "bug" issue, just want to get the work done to get DMP back up n' running for KSP 1.3.1.

First of, it appears raw changes to the "game" are (source):

  • Localization fixes and enhancements
  • Bugfixes and performance improvements
  • Other undefined enhancements

As for the API changes, I am not familiar enough with KSP API to determine/find a changelog.

Next I am going to fork and make changes to this line and test.

const int compatibleRevision = 0;

commented

No need to, check the unstable branch. I pushed some pending PRs and if you want to test the changes, feel free to do so. Any feedback is appreciated.

commented

Thanks very much @RockyTV