-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Suggestion] RF or EU #41
Comments
Nexarius wrote:
Please add a method in the OC / CC intergration to check if the power
units connected to the stargate are EU or RF.
With that it would be possible to automatically switch the control
programs to display energy in EU or RF without requiring user input.
Not sure about that. At any given moment, power could be available
to the stargate in any combination of EU, RF and naquadah. Providing
ways of querying all that information would be complicated.
What might be better would be to provide a computer interface to the
power unit itself for querying its type and power level. I'll think
about that.
…--
Greg
|
Why would that be complicated?
The exact combination that is used doesn't have to be reported back. |
The ciAvailableEnergy() method shows power in SG - which is SGCraft's own power unit. 1 SG is 20 EU I'd suggest you provide an interface that displays it in SG, or something like: Power Available: 1 SG (20 EU / 80 RF) The reason you should cater for both (my opinion here) is because you can have a combination of different power sources under the gate at any time, so using this request to display one power unit in your computer app is a bit pointless. |
Displaying in alternative units is something that can easily be handled by a program, so it doesn't belong in the interface. |
Please add a method in the OC / CC intergration to check if the power units connected to the stargate are EU or RF.
With that it would be possible to automatically switch the control programs to display energy in EU or RF without requiring user input.
The text was updated successfully, but these errors were encountered: