Search found 4 matches
- Wed Apr 08, 2020 7:38 pm
- Forum: Angels Mods
- Topic: Bugs & FAQ
- Replies: 3891
- Views: 1412824
Re: Bugs & FAQ
Hello, I just updated Factorio and all the mods to the 0.18.x Branch and discovered that every time I mine a building I get back its components instead of the building. It's my first time playing with the construction blocks enabled (they weren't enabled in the 0.17 versión by default?) so I don't k...
- Thu Jun 07, 2018 5:24 pm
- Forum: Modding help
- Topic: Electric network information (LuaFlowStatistics)
- Replies: 5
- Views: 2700
Re: Electric network information (LuaFlowStatistics)
Energy is always measured per tick internally. One second has 60 ticks, so 1Joule/tick = 60Joule/second = 60Watt. The current demand for a single entity is as far as i know simply the difference between buffer_size and buffer content. How that works on a network level i have no clue of :x It seems ...
- Wed Jun 06, 2018 7:15 pm
- Forum: Modding help
- Topic: Electric network information (LuaFlowStatistics)
- Replies: 5
- Views: 2700
Re: Electric network information (LuaFlowStatistics)
Thanks! I had already read that API documentation but what I did not understand is what the value returned for each source meant. This might be pretty obvious when you have experience developing mods, but for me it wasn't. Just in case somebody has the same question and for future reference: What it...
- Tue Jun 05, 2018 6:18 pm
- Forum: Modding help
- Topic: Electric network information (LuaFlowStatistics)
- Replies: 5
- Views: 2700
Electric network information (LuaFlowStatistics)
Hello: I'm trying to develop a mod to incorporate into the circuit network the current power production and consumption information. I'd be happy just to create an entity that exported as signals the 'satisfaction' and 'production' values that can be seen on the Electric Network Info window. I'm try...