fifengine / fifengine

FIFE is a multi-platform isometric game engine
http://www.fifengine.net
GNU Lesser General Public License v2.1
551 stars 77 forks source link

Support for .pal based animations #32

Closed mvbarracuda closed 11 years ago

mvbarracuda commented 19 years ago

The current code does not support the displaying of animations that are based on palette files.

See the "burning" barrels (flames are white here as we don't suppor the animation ATM) in this screenshot: http://screens.fifengine.de/prototype1_007.jpg

The following objects use pal based animations:

Docs about .pal files and the animations (c) TeamX: http://members.fifengine.de/docs/pal_processing.html

Sourcecode of a windows palette viewer:

mvbarracuda commented 18 years ago

The current version got support for pal animated tiles. Pal animated objects will follow :-) thx to phoku

mvbarracuda commented 18 years ago

Hmm pal animations work now :-)

The only problem are animations that use more than one type of animated colors. Get the patched color.pal to make them look nice but not animated.