What about this: https://mods.factorio.com/mods/darkfrei/RITEG
Here RTG is an energy interface with disabled GUI.
So, without GUI you can't to get the power of it.
It would be nice to have power production on left side of the game GUI.
Add actual power of energy interface to left panel.
Re: Add actual power of energy interface to left panel.
I'm sorry abut I have no idea what you're asking for.
I think you meant to contact the mod author to ask him to add something?
I think you meant to contact the mod author to ask him to add something?
If you want to get ahold of me I'm almost always on Discord.
Re: Add actual power of energy interface to left panel.
I am authorRseding91 wrote:I'm sorry abut I have no idea what you're asking for.
I think you meant to contact the mod author to ask him to add something?
![Smile :)](./images/smilies/icon_e_smile.gif)
Here is an easy electric network: one vanilla radar, one power pole and one RITEG (entity type: "electric-energy-interface"). The prototype of this electric-energy-interface has this parameter:
Code: Select all
enable_gui = false
The left vanilla panel of the radar: And information about energy interface looks empty: It's possible to open this network and here is statistic of the network:
statistic
Re: Add actual power of energy interface to left panel.
For example, here is left panel of the steam engine:
Maximum power output, performance and available performance are here. It seems to me that actual power output and maximum power output should be added to the energy interface too.
Maximum power output, performance and available performance are here. It seems to me that actual power output and maximum power output should be added to the energy interface too.
- eradicator
- Smart Inserter
- Posts: 5211
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Add actual power of energy interface to left panel.
As far as i can tell the .selected tooltip for EEIs uses data from the prototype definition and not from the actual live in-game data.
@Rseding:
How feasible would it be to make the tooltip reflect in-game data for the EEI? I.e. show the current buffer_size etc instead of the prototype values.
@Rseding:
How feasible would it be to make the tooltip reflect in-game data for the EEI? I.e. show the current buffer_size etc instead of the prototype values.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Re: Add actual power of energy interface to left panel.
Added for 0.17.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.