Hi,
On my server I run the following:
Large battery output @ 300
Medium battery output @ 160
Small battery output @ 80
In your latest update you say the FP defaults are:
To get 8 hours on the large battery do I set 2880000 - is this 8 Hours @300w? or do I set 8640000? 8 hours x 60 x 60 x 300 ?
When I set a value higher than 1440000, then look at a large battery with my wire tool, it says Max Output 100, Active Usage 300, Capacity is still only maximum of 24000rWm, which is 1440000rWseconds? I don't quite understand.
I just want to make large batteries last 8 hours at 300rW, medium batteries 1 hour at 160rW and small batteries 30 minutes at 80rW. What I've set to try and achieve this (but doesn't seem to work, and doesn't show correct information when looking at battery with wire tool) is:
"LargeBatteryConfig": {
"MaxOutput": 300,
"Efficiency": 0.8,
"MaxCapacitySeconds": 8640000
},
"MediumBatteryConfig": {
"MaxOutput": 160,
"Efficiency": 0.8,
"MaxCapacitySeconds": 576000
},
"SmallBatteryConfig": {
"MaxOutput": 80,
"Efficiency": 0.8,
"MaxCapacitySeconds": 144000
},
Is there a way that changes within the configuration are correctly reflected when you look at the battery with the wiretool?
Thanks in advance..
On my server I run the following:
Large battery output @ 300
Medium battery output @ 160
Small battery output @ 80
In your latest update you say the FP defaults are:
- Large Battery Max Capacity Seconds = 1440000 (4 Hours at 100w)
- Medium Battery Max Capacity Seconds = 540000 (3 Hours at 50w)
- Small Battery Max Capacity Seconds = 9000 (15 min at 10w)
To get 8 hours on the large battery do I set 2880000 - is this 8 Hours @300w? or do I set 8640000? 8 hours x 60 x 60 x 300 ?
When I set a value higher than 1440000, then look at a large battery with my wire tool, it says Max Output 100, Active Usage 300, Capacity is still only maximum of 24000rWm, which is 1440000rWseconds? I don't quite understand.
I just want to make large batteries last 8 hours at 300rW, medium batteries 1 hour at 160rW and small batteries 30 minutes at 80rW. What I've set to try and achieve this (but doesn't seem to work, and doesn't show correct information when looking at battery with wire tool) is:
"LargeBatteryConfig": {
"MaxOutput": 300,
"Efficiency": 0.8,
"MaxCapacitySeconds": 8640000
},
"MediumBatteryConfig": {
"MaxOutput": 160,
"Efficiency": 0.8,
"MaxCapacitySeconds": 576000
},
"SmallBatteryConfig": {
"MaxOutput": 80,
"Efficiency": 0.8,
"MaxCapacitySeconds": 144000
},
Is there a way that changes within the configuration are correctly reflected when you look at the battery with the wiretool?
Thanks in advance..