安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






If I'm understanding this correctly, Freya should do exactly that and more. Is that right?
Why is battery charging higher priority than EVERYTHING ELSE?
However, I used Freya when one or two small reactors were the backup power to setup. Letting Freya switch them off in the idle time so as to only to let solar power recharge the batteries.
Is it just the oxygen generation limit that is the problem with hydrogen?
On line 578 you check to see if the Public Text is either "Public title" or Me.CustomName, which is the name of the programmable block. However, on line 584 in the error message, it instead says that it must be "Public title" or AIName ("Freya"). This is very misleading because the error message will say "Panel Status title says 'Freya', not 'Freya' or 'Public title'" if the Programmable Block is named, say, Programmable Block (or in my case "{Ship Name} Freya Program").
Please either change line 578 to refer to AIName instead of Me.CustomName, or change line 584 to refer to Me.CustomName instead of AIName. I update the scripts with the latter.
My Request:
Is it possible to have a flag that tells Freya to handle only energy systems of the own plattform? A docked ship has a different grid level, is it possible that Freya recognice this and just leave it as it is if the flag is set?
And she also doesn't count my XPAR reactors on her tally of how many reactors I have, though that doesn't seem to keep her from constantly toggling them.
Perhaps something's changed in whatever parts of the game she depends upon? Sad to see she's outdated. :(
It's not as complex as you might think, but it can be intimidating since it requires typing things in.
I recommend using Mimir, instead. The code snippet you would need would be something like:
if (CheckLow("Battery")) Apply("Gravity Generator.Off");
if (CheckHigh("Battery")) Apply("Gravity Generator.On");