Hi,
The new burner-generator entity used to be a kind of regular generator, which has the min_perceived_performance and performance_to_sound_speedup properties which allow you to set a lower cap on the animation speed and sound pitch.
Similarly, crafting machines have a match_animation_speed_to_activity boolean which prevents the animation speed being scaled to activity.
However in tests it seems that burner-generators have none of the above and it's not possible to have them not display jerky animations if they're running very slowly (e.g. feeding inserter drain only), or have specific animations that would have worked before but now seem odd when played at 1/30th speed (e.g. fire, lasers, fairy wing rainbow shimmers, all of the above combined etc.)
Could we get one of those for the burner generators, please? For my purposes the yes/no boolean would do just fine but I can see how it would make sense for them to behave like they did before like generators, where they still scale somewhat but you can set a lower cap on the animation speed.
min_perceived_performance or similar for burner-generator
- Deadlock989
- Smart Inserter
- Posts: 2529
- Joined: Fri Nov 06, 2015 7:41 pm
Re: min_perceived_performance or similar for burner-generator
Sorry for asking you about this and then just leaving you waiting. Added optional burner generator prototype properties alway_draw_idle_animation, performance_to_sound_speedup and min_perceived_performance for the next version.
min_perceived_performance can double as the match_animation_speed_to_activity boolean by setting it to the animation speed of your animation, so I did not add match_animation_speed_to_activity.
min_perceived_performance can double as the match_animation_speed_to_activity boolean by setting it to the animation speed of your animation, so I did not add match_animation_speed_to_activity.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
- Deadlock989
- Smart Inserter
- Posts: 2529
- Joined: Fri Nov 06, 2015 7:41 pm
Re: min_perceived_performance or similar for burner-generator
Perfect, thanks very much.