allista / ConfigurableContainers

This is a plugin for KSP mod development.
MIT License
8 stars 7 forks source link

Add tank renaming #7

Closed allista closed 7 years ago

allista commented 7 years ago

Use should be able to rename a tank part with the content different from prefab.

allista commented 7 years ago

Part title does not belong to a part, but rather to its partInfo object, which every instance of a particular part shares. So if I rename, say, a "Jumbo" on one vessel into "Huge Xenon Tank", all the Jumbos in game will be named thus.

The thing I could do is to add an info field to part menu with the name; but I don't feel that makes any sense, since when you open the part menu you know exactly what it contains without looking at the name.