[Modding interface requests] I want to create a machine with more than 255 frames of animation
[Modding interface requests] I want to create a machine with more than 255 frames of animation
But the maximum frame_count in the game is 255, 255 frames is really not enough.
So can this limit be changed?
So can this limit be changed?
Last edited by plexpt on Tue Oct 29, 2024 9:47 pm, edited 1 time in total.
Re: Actually, I want to create a machine with more than 255 frames of animation
I have to ask, is this for your miku roboport?
- ickputzdirwech
- Filter Inserter
- Posts: 794
- Joined: Sun May 07, 2017 10:16 am
- Contact:
Re: Actually, I want to create a machine with more than 255 frames of animation
As a very hacky workaround you could make multiple entities with parts of the animation and then replace them every few ticks. 

Mods: Shortcuts for 1.1, ick's Sea Block, ick's vanilla tweaks
Tools: Atom language pack
Text quickly seems cold and unfriendly. Be careful how you write and interpret what others have written.
- A reminder for me and all who read what I write
Tools: Atom language pack
Text quickly seems cold and unfriendly. Be careful how you write and interpret what others have written.
- A reminder for me and all who read what I write
Re: Actually, I want to create a machine with more than 255 frames of animation
This method is too hacky and there may be some potential problems. Although I do it nowickputzdirwech wrote: Tue Apr 19, 2022 11:16 am As a very hacky workaround you could make multiple entities with parts of the animation and then replace them every few ticks.![]()
Re: Actually, I want to create a machine with more than 255 frames of animation
I saw. There's no plan to enhance the game engine to support > 255 frames of animation at the moment.
Re: Actually, I want to create a machine with more than 255 frames of animation
I hope this message finds you well. I'm reaching out to inquire if there have been any updates on the progress or future plans regarding support for animation with more than 255 frames in Factorio. We are keenly interested in any potential adjustments or enhancements to the engine that could accommodate more detailed animations, as discussed in the recent forum thread.
Thank you very much for your time, and I look forward to any insights you may have on this topic.
Thank you very much for your time, and I look forward to any insights you may have on this topic.
Re: [Modding interface requests] I want to create a machine with more than 255 frames of animation
We haven no plans to support machines with more than 255 frames of animation and I don't realistically see it changing ever. Moving to won't-implement.
If you want to get ahold of me I'm almost always on Discord.
Re: [Modding interface requests] I want to create a machine with more than 255 frames of animation
Why won’t this be implemented? Is it due to technical complexity or performance issues?Rseding91 wrote: Tue Oct 29, 2024 11:08 pm We haven no plans to support machines with more than 255 frames of animation and I don't realistically see it changing ever. Moving to won't-implement.
I really need this feature.