shadowmage45 / TexturesUnlimited

KSP Shader, Texture, and Modeling Utilities
GNU General Public License v3.0
29 stars 17 forks source link

TextureSet Names #25

Closed Electrocutor closed 6 years ago

Electrocutor commented 6 years ago

Please add a title property to TEXTURESET that is used in-game in the GUI switch right-click menu.

This would allow you to have for example Stock_Default, USI_Default, Porkjet_Default, Ven_Default as names with different settings; but visually the player would just see 'Default' as the name of all of them.

shadowmage45 commented 6 years ago

Should already exist (at least the config portion of it):

https://github.com/shadowmage45/TexturesUnlimited/blob/master/Plugin/SSTUTools/KSPShaderTools/Util/TextureSet.cs#L13

Defaults to the 'name =' entry if no 'title =' is specified.

The title is used for display / GUI purposes only.

Electrocutor commented 6 years ago

My bad for missing it, sorry.

shadowmage45 commented 6 years ago

No worries, I'm not the best at documenting things.