Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torque System -- Power loss not functioning properly. #158

Closed
shadowmage45 opened this issue Nov 18, 2014 · 1 comment
Closed

Torque System -- Power loss not functioning properly. #158

shadowmage45 opened this issue Nov 18, 2014 · 1 comment
Labels
Milestone

Comments

@shadowmage45
Copy link
Collaborator

^^
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;

@shadowmage45 shadowmage45 added this to the 2.3 milestone Nov 18, 2014
@shadowmage45 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
@shadowmage45 shadowmage45 reopened this Nov 19, 2014
@shadowmage45
Copy link
Collaborator Author

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.

shadowmage45 added a commit that referenced this issue Nov 19, 2014
in the future when upgrading to a full network graph.  Closes #158
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant