When I try to take the animation lines out of an entity to just use a base image for a pumpjack like object the game throws up error codes that it couldn't find the animation?
I just want to simply use a base image that is not animated.
Can I Avoid Referencing an Animation in an Entity?
-
- Inserter
- Posts: 23
- Joined: Thu Jan 22, 2015 8:22 pm
- Contact:
Re: Can I Avoid Referencing an Animation in an Entity?
Since Factorio requires the animation property/node you have to give it something, if it won't accept an empty one (just animations = {}), which it probably won't, then give it a transparent 'animation' with a single frame. Factorio gets to treat it as an animation, so it's happy, but since it doesn't SHOW anything it's as if it's not even there, which makes you happy