hetima / DSP_LSTM

Mod for Dyson Sphere Program
https://dsp.thunderstore.io/package/hetima/LSTM/
The Unlicense
15 stars 5 forks source link

Option to only request remotelly if storage below X% #8

Closed alpe12 closed 2 years ago

alpe12 commented 2 years ago

Use case: I have many stations that receive products via belts and are set to Local Supply and Remote Demand (because sometimes the local production can't keep up). Currently, as soon as the storage goes below the limit, it makes a remote request. Making the local production halt once it is delivered.

Alternativelly, an option to make TLRemoteDemandDelay work with Local Supply + Remote Demand would work too.

Thanks anyway. Great mod.

hetima commented 2 years ago

Alternativelly, an option to make TLRemoteDemandDelay work with Local Supply + Remote Demand would work too.

It seems fine to make this the default behavior.

hetima commented 2 years ago

in 0.3.5, all remote demands are now affected by TLRemoteDemandDelay.

alpe12 commented 2 years ago

Thanks. 👍