Code: Select all
/c game.player.selected.energy = 3000
Code: Select all
/c game.player.selected.energy = 3000
But for now all I have tested is drain in a single tick ... so the machine can get "infinite energy" for example else than putting energy each tick. I am wrong ?SHiRKiT wrote:Have you tried with a lower value? I think that's what the dev means.
You can enhance the capacity of the burner, and then set the energy to very high value: https://forums.factorio.com/wiki/inde ... ergySourcey.petremann wrote:But for now all I have tested is drain in a single tick ... so the machine can get "infinite energy" for example else than putting energy each tick. I am wrong ?SHiRKiT wrote:Have you tried with a lower value? I think that's what the dev means.
Unless something's changed recently last time I looked at this particular issue burner energy sources dynamically set the buffer size to that of the item they where burning. When they weren't burning anything it was enough energy to run for 1 tick.kovarex wrote:You can enhance the capacity of the burner, and then set the energy to very high value: https://forums.factorio.com/wiki/inde ... ergySourcey.petremann wrote:But for now all I have tested is drain in a single tick ... so the machine can get "infinite energy" for example else than putting energy each tick. I am wrong ?SHiRKiT wrote:Have you tried with a lower value? I think that's what the dev means.
For some reason, I thought that this logic is only applied when the limit is not specified in the prototype, but I looked it up in the code now, and it isn't true. But it would make sense to do it that way.Rseding91 wrote:Unless something's changed recently last time I looked at this particular issue burner energy sources dynamically set the buffer size to that of the item they where burning. When they weren't burning anything it was enough energy to run for 1 tick.kovarex wrote:You can enhance the capacity of the burner, and then set the energy to very high value: https://forums.factorio.com/wiki/inde ... ergySourcey.petremann wrote:But for now all I have tested is drain in a single tick ... so the machine can get "infinite energy" for example else than putting energy each tick. I am wrong ?SHiRKiT wrote:Have you tried with a lower value? I think that's what the dev means.