openly-retro / stellaris-machine-robot-expansion

Continuation of XVCV's "Machine & Robot Expansion" mod
https://steamcommunity.com/sharedfiles/filedetails/?id=3163759042
2 stars 2 forks source link

Stellars base tooltip keys are CASE SENSITIVE and keys are going to be upper or lower, randomly because WTF #47

Closed openly-retro closed 6 months ago

openly-retro commented 8 months ago

This sucks bigtime for programming tooltips.

We have to manually go thru every freaking trait modifier and search to find in base stellaris whether it's going to be uppercase or lowercase there, and then make a kludge table where we link the sanely autogenerated tooltip key, which is just the trait modifier name with _mod prepended.. with whatever the hell is in base Stellaris.

Soo ... I guess we scrape all of modifiers_l_english.yml, take all the uppercase keys, and make a table where our sanely-named key is the left side and the wtf-ever Stellaris version is on the right side.

omfg this is so annoying.

openly-retro commented 6 months ago

Done but not forgotten ...