You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^^
Was not seeing proper power loss from conduits on the test server (most had none). Need to ensure default values are set appropriately.
A: Was applying energy drain post-transfer, so often tiles would have zero drain as all of the energy was transferred.
B: Was not applying energy drain properly to flywheel blocks (only the controller was having drain applied, not the storage portion).
As a result, base efficiency of all tiles has been increased, as previously the power drain on some of the storage blocks when full would have been > than their maximum input capacity (for that same tier of controller).
Will re-examine power-drain mechanics to possibly rework something like:
at least two buffers, input energy buffer, and storage energy buffer.
transfer energy from storage to any output-connected tiles (apply energy drain during transfer!)
apply energy drain on storage; (constant drain)
transfer energy from input to storage;
The text was updated successfully, but these errors were encountered:
shadowmage45
changed the title
Torque System -- ensure power-loss is functioning properly (did not appear to be)
Torque System -- Power loss not functioning properly.
Nov 18, 2014
Need to re-examine power loss functionality, esp. as it concerns flywheel storage. Current mechanics limit storage capacity not by max capacity, but by the energy drain exceeding the maximum possible energy input.
^^
Was not seeing proper power loss from conduits on the test server (most had none). Need to ensure default values are set appropriately.
A: Was applying energy drain post-transfer, so often tiles would have zero drain as all of the energy was transferred.
B: Was not applying energy drain properly to flywheel blocks (only the controller was having drain applied, not the storage portion).
As a result, base efficiency of all tiles has been increased, as previously the power drain on some of the storage blocks when full would have been > than their maximum input capacity (for that same tier of controller).
Will re-examine power-drain mechanics to possibly rework something like:
at least two buffers, input energy buffer, and storage energy buffer.
transfer energy from storage to any output-connected tiles (apply energy drain during transfer!)
apply energy drain on storage; (constant drain)
transfer energy from input to storage;
The text was updated successfully, but these errors were encountered: