UBOAT
[2022.1] Device Energy Management
hellrider 2022 年 11 月 2 日 下午 1:46
LOVE this MOD, hope will be soon inluded in official ;) - just one issue
https://psteamcommunity.yuanyoumao.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";
< >
正在显示第 1 - 2 条,共 2 条留言
hellrider 2022 年 11 月 3 日 上午 8:03 
found working solution. Just use other labels for "Heater" and "Fridge":
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2883827865
hellrider 2022 年 11 月 3 日 上午 8:08 
and if you do not like "long info for Added.." simply MOD it this way:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2883829705
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50