UmbraSpaceIndustries / USITools

Shared components for KSP mods
Other
39 stars 38 forks source link

Allow push of resources from converters #65

Closed tomforwood closed 7 years ago

tomforwood commented 8 years ago

I am looking at expanding MKS warehousing to allow converters that are also logistics consumers to push the resources they produce to nearby warehouses.

Currently the logistics only works on a pull basis, converters that need more of their supplies are able to pull them from nearby warehouses.

My plan is to extend ModuleLogisticsConsumer so that for each output resource produced by ModuleResourceConverter if current vessel storage for that vessel is >75% full take 10% and attempt to distribute it amongst all nearby warehouses

Is this something you would be interested in taking into the master, and are there any design changes you would make?