Page 1 of 1

Infinity chest prod/cons use their force's LuaFlowStatistics

Posted: Mon Jan 29, 2018 7:21 pm
by quyxkh
Right now I'm iterating over inventories at longish intervals (to keep overhead down), to create/consume items and update a "benchmark" force's flow statistics, but it occurs to me that infinity chests could do this _much_ more efficiently.

Re: Infinity chest prod/cons use their force's LuaFlowStatistics

Posted: Mon Jan 29, 2018 7:48 pm
by Rseding91
The chest is a creative/scenario item not meant for normal gameplay. It was never intended to effect production stats because it doesn't produce or consume anything - it spawns and deletes items.

Re: Infinity chest prod/cons use their force's LuaFlowStatistics

Posted: Mon Jan 29, 2018 8:17 pm
by quyxkh
It's certainly your call, I'm happy with that, and promise not to continue past this: while I agree the infinity chests aren't for normal gameplay, that means if they're present the gameplay is therefore not normal, right? Besides just farting around, the main reason I test setups is to get performance metrics, how fast does the map run, how much gets delivered and where, do any bottlenecks show up when I leave it at game speed 128 overnight, whatever.

So it seems to me it'd never interfere with normal gameplay and in not-normal gameplay I've found my scripted version of it useful. But since I've got that working pretty well I knew going in this was going to be pretty low on your priority list at best.