Page 1 of 1
animated tiles
Posted: Mon Oct 15, 2018 5:15 am
by ownlyme
would have several advantages:
- animated water, lava
- cool custom surfaces, for example matrix style floor
...
thx

Re: animated tiles
Posted: Thu Oct 18, 2018 9:50 pm
by Rseding91
This isn't really a mod interface request as much as a feature request - and a large one at that.
The current rendering logic for tiles caches the result provided the view doesn't change which gives a large performance gain over rendering them each frame. I don't think that's likely to change any time soon.
Re: animated tiles
Posted: Thu Oct 18, 2018 11:42 pm
by ownlyme
okay.. guess i have to create my floor with dummy entities..
but i'm pretty sure thats even less performance friendly^^
Re: animated tiles
Posted: Fri Oct 19, 2018 11:13 am
by Rseding91
ownlyme wrote: Thu Oct 18, 2018 11:42 pm
okay.. guess i have to create my floor with dummy entities..
but i'm pretty sure thats even less performance friendly^^
Yes, but it doesn't negatively impact the base game. Animated tiles most likely would.