limoka / DSP-Mods

An example how to add a custom model with your mesh and animations
MIT License
32 stars 10 forks source link

[BUG][BlueprintTweaks] - Mirroring a fractionator makes it unable to reconnect belts #55

Closed MichaelKim0407 closed 1 year ago

MichaelKim0407 commented 1 year ago

Describe the bug When a fractionator has both input and output belts connected, mirroring it and then deleting the output belt will render the fractionator unusable.

To Reproduce Steps to reproduce the behavior:

  1. Put down a fractionator with both input and output belts connected.
  2. Copy, mirror and paste.
  3. Delete the output belt in the mirror.
  4. Try to re-add the output belt. It will say "port occupied". See screenshot. This makes the fractionator unusable.

Expected behavior I should be able to add an output belt.

Screenshots 1366540_20220917023312_1

limoka commented 1 year ago

Thanks for reporting this. Unfortunately I don't have a lot of time right now for modding this game, so I can't say when I will get to fixing this.

limoka commented 1 year ago

After short investigation I believe issues #54 and #55 have the same root cause, not correctly mirroring port ID's. So I will close this one as duplicate.