godarklight / DarkMultiPlayer

DarkMultiPlayer - A multiplayer mod for Kerbal Space Program
MIT License
280 stars 120 forks source link

Rebuild DMP for 1.6.1 #457

Closed Jedmeyer closed 5 years ago

Jedmeyer commented 5 years ago

KSP recently underwent a minor update fixing some bug fixes, and the version checker will no longer allow the mod to load.

This can be amended with a quick fix and recompiling, by changing the const int compatibleRevision = 0;

to const int compatibleRevision = 1;

In Client/Utilities/CompatibilityChecker.cs