Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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");