Page 1 of 1

Gif > animated texture

PostPosted: Sun Sep 11, 05 9:24 am
by Zondartul
How do i make gif image an animated texture in game?
If i have a gif animation?

PostPosted: Sun Sep 11, 05 11:02 am
by ~ô¿ô~Nobody~
you can't directly...

in theory you had to extract every single frame out of the gif, convert it to bmp or pcx and name the frames like

name_00.pcx
name_01.pcx
name_02.pcx
name_03.pcx
etc..

then you needed to import every picutre (the game will automatically detect the sequence)

but how you'll realize.. that action will blow up the package very much

PostPosted: Sun Sep 11, 05 2:57 pm
by Magus
If it doesn't do it automatically, there is a manual method... I'll edit this once I find it out :)