blowfishpro / B9PartSwitch

A Kerbal Space Program plugin designed to implement switching of part meshes, resources, and nodes
GNU Lesser General Public License v3.0
50 stars 33 forks source link

Track subtype by name, not just index #21

Closed blowfishpro closed 8 years ago

blowfishpro commented 8 years ago

Useful to be able to re-order subtypes without breaking craft. Determining the subtype would go like this:

Index would be something like -1 to begin with.

Should also add a uniqueness constraint on subtype names.