GER-Space / Kerbal-Konstructs

KSP Mod: Kerbal Konstrucs
https://forum.kerbalspaceprogram.com/index.php?/topic/151818-145-131-122-kerbal-konstructs-1452-12082018/&
27 stars 26 forks source link

update TS icons #147

Open yalov opened 4 years ago

yalov commented 4 years ago

updated the Tracking Station on-map icons to being similar to the On/Off Buttons

Also I didn't find the RecoveryBaseOn and RecoveryBaseOff icons ($) in the Assets\. Where are they?

UPD. oh, I got it, probably the $ button is just a char

yalov commented 4 years ago

As you can see, with centering to a planet maximum scale is too low and icons are hover each other, but if you tracks object on a surface (or going to flight-map), the scale could be larger.

Is it possible to unlock that limitation and make max scale even larger and also in centering a planet?

yalov commented 4 years ago

@GER-Space

yalov commented 4 years ago

Also I could change $ to the general currency ¤, or use funds , but for that you need to add images for on/off button to the assets/

GER-Space commented 4 years ago

Hi, thank you for your interest in improving the mod. Sadly the PR will not help, as I should Update the internal references in the c# code and then just delete the unused image files.

I take this as a very strong request to change the icons into something more consistent.

yalov commented 4 years ago

it's works on my side by replacing the images, and the code looks pretty runtime-ish, without any internal resources

https://github.com/GER-Space/Kerbal-Konstructs/blob/b51ceda783269201771a1234e667c0315f222b82/src/UI/UIMain.cs#L220

yalov commented 4 years ago

or if you said about the $-button - yes, it's need to be changed in the code