Space Engineers

Space Engineers

Solar Panel Alignment Script [BROKEN]
This topic has been locked
space king 12 Nov, 2015 @ 9:54pm
Doesn't seem to work
Doesn't seem to pull the output data from the panels; just says 0 and thus is 'hibernating' all the time.
< >
Showing 1-3 of 3 comments
mezzodrinker  [developer] 13 Nov, 2015 @ 11:48am 
Could it be that your solar panels are producing less than 20kW when you tried running the script? Does disabling the EnergySaver feature (see code below) fix this problem?
public static class Features { public static class EnergySaver { // ... public const bool Enabled = false; // ... } }
space king 13 Nov, 2015 @ 5:10pm 
Figured it out - apparently the detailedinfo for panels doesn't work on dedis anymore
mezzodrinker  [developer] 13 Nov, 2015 @ 6:20pm 
Originally posted by King Spaaaaace King:
Figured it out - apparently the detailedinfo for panels doesn't work on dedis anymore
Oh, okay? I didn't expect that.
< >
Showing 1-3 of 3 comments
Per page: 1530 50