KSP-ModularManagement / KSPe

Extensions and utilities for Kerbal Space Program
http://ksp.lisias.net/add-ons/KSPAPIExtensions
Other
11 stars 5 forks source link

Implement a Installment check for (yet) more bordelines use cases #18

Closed Lisias closed 1 year ago

Lisias commented 2 years ago

HullCameraVDS has different symbols for AssemblyName, Namespace and Installation Directory.

This completely screwed up the current Installment check mechanism, that relies on the AssemblyName and the Installation directory to be the same.

Cook a way out of the mess.

Lisias commented 1 year ago

To tell you the true, there's no reason to have the namespace tied to the AssemblyName on the Installment Checks! It was a dumb decision, as the AssemblyName is easily fetch from the Assembly's metadata and should be a constant.

Implemented on commit https://github.com/net-lisias-ksp/KSPe/commit/49082c65ab85c610193c78f81af6b9e370447ae6