[1.1.6] modded - blueprint flipping incorrectly handles inserters with adjusted pickup/drop vectors
Posted: Thu Dec 17, 2020 5:47 am
Playing with the seablock modpack, which contains the adjustable inserters mod. I noticed that rotated inserters don't behave in the expected way when flipping a blueprint. I contacted bobingabout about the issue but they claim the issue is with the base blueprints engine.
Here's the full context:
Here's the full context:
bobingabout wrote: Thu Dec 17, 2020 3:44 amI'd say this should be a base game bug to be honest.Black_Noise wrote: Wed Dec 16, 2020 3:13 pm Adjustable inserters don't seem to flip correctly, neither picup/dropoff orientation nor near-inserters:
Note that fixed-orientation items (e.g because of pipe inputs) give a "this blueprint cannot be flipped" message.
Blueprint flipping is a brand new feature, it makes sense that the developers might forget a few things here and there.
when you set a custom vector(Pickup and drop locations) to an inserter in runtime, that custom vector is saved as part of the blueprint.
When you place that blueprint, my mod does nothing, the entire thing is controlled by the game engines blueprinting system.
Therefore, the game engine needs to be able to handle flipping custom vectors to match the new blueprint orientation.