Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUGGESTION]: Distribution mule improvement - one way transfer #133

Open
Silencer opened this issue May 22, 2021 · 2 comments
Open

[SUGGESTION]: Distribution mule improvement - one way transfer #133

Silencer opened this issue May 22, 2021 · 2 comments
Labels
Suggestion A suggested change.

Comments

@Silencer
Copy link

Silencer commented May 22, 2021

**Mule Type: **
Distro

I wan to propose to add additional optional flag like one-way only, so distro mule don't do continuous movement of the same ware back again to source station.

Use case, I have next configuration:

  1. Warehouse (WH) which collect all internal production goods and also used as supply point of intermediates for factories
  2. Trade station (TS) which sell everything unused by production (leftovers)
    So for example if I have a lot of energy cells (EC) which I want to sell, I configured dist.mule to move leftovers from WH to TS, it takes leftover EC to TS, but if meantime EC was consumed by other factories which depends on WH then it will return back EC again, so it's just not possible to create proper dist.mule configuration where I just want to move leftovers to specific warehouse.

For example if I configured to keep 50% of EC in source station,
If something is moved for example 10% then 40% will be left and because of that dist.mule will try to fill this missed 10% by return back ware that was transferred before.

I see a lot of wares that was transferred back because of second trade loop, so I propose to avoid additional trade operation by using this flag to make this operation optional.

You can review my commit, if you ok with such changes I will create pull request:
Silencer@1607786

@Silencer Silencer added the Suggestion A suggested change. label May 22, 2021
@Silencer Silencer changed the title [SUGGESTION]: I would like to suggest changes! [SUGGESTION]: Distribution mule improvement - one way transfer May 22, 2021
@Silencer Silencer reopened this May 22, 2021
@thijs
Copy link

thijs commented Jun 13, 2021

I built a SimpleMule based on this MOD and I think it might do what you want. It's here: https://github.com/thijs/SimpleMule

Maybe I should rewrite it to be a pull request on this repo...

@Misunderstood-Wookiee
Copy link
Owner

Misunderstood-Wookiee commented Jun 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion A suggested change.
Projects
None yet
Development

No branches or pull requests

3 participants