[Request] Flag/property that prevents crafting machine animation speed scaling with machine speed
Posted: Mon Aug 12, 2019 10:17 am
In the base game, if a machine's speed is boosted somehow (i.e. modules, beacons) then both the animation and the working animation's speed is also increased to match.
It makes sense in the context of the vanilla animations (mostly) but it would be Nice To Have if we could prevent it. It limits you to simple animations such as moving gears etc - anything that remotely suggests physics (moving parts, things falling and rising with gravity, sparks, flames etc.) look really bizarre when scaled to 2x, 3x speed.
I'm not sure where it would best live - it has to apply to both animation and working_visualisation and it's important that those two things continue to stay in lockstep, so I guess it has to be at the top level of CraftingMachine. It would just be a simple boolean that defaults to true.
It makes sense in the context of the vanilla animations (mostly) but it would be Nice To Have if we could prevent it. It limits you to simple animations such as moving gears etc - anything that remotely suggests physics (moving parts, things falling and rising with gravity, sparks, flames etc.) look really bizarre when scaled to 2x, 3x speed.
I'm not sure where it would best live - it has to apply to both animation and working_visualisation and it's important that those two things continue to stay in lockstep, so I guess it has to be at the top level of CraftingMachine. It would just be a simple boolean that defaults to true.