UBOAT
[2022.1] Device Energy Management
hellrider 2 Nov, 2022 @ 1:46pm
LOVE this MOD, hope will be soon inluded in official ;) - just one issue
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2883550691

ver 2022.1 patch12 - is this only my trouble, or just my problem?
is there some possibility to adjust in Energy report?

probably it is here:

EnergyValuesPatch.cs
...
// get length of modifier.Name
string localeModifierName = ___locale["Parameters/" + modifier.Name] + ":";
int length = localeModifierName.Length;
string spaces = " ";
string spacesnumber = "";
int completelenght = 28 - length;
for (int index = 0; index < completelenght; ++index)
{
spacesnumber = spacesnumber + spaces;
}
spacesnumber = spacesnumber + "\t";
< >
Showing 1-2 of 2 comments
hellrider 3 Nov, 2022 @ 8:03am 
found working solution. Just use other labels for "Heater" and "Fridge":
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2883827865
hellrider 3 Nov, 2022 @ 8:08am 
and if you do not like "long info for Added.." simply MOD it this way:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2883829705
< >
Showing 1-2 of 2 comments
Per page: 1530 50