angered-ghandi / OpenAOE

An open source reimplementation of Age of Empires (1997)
Other
64 stars 5 forks source link

Render "deltas" for graphics #37

Closed angered-ghandi closed 8 years ago

angered-ghandi commented 8 years ago

Some graphics, such as buildings, use "deltas" to render player colors and other things. Currently, OpenAOE ignores these deltas, so you get weird things like this: missing-decals

This issue is to implement the delta rendering.

phrohdoh commented 8 years ago

Do you know the criteria for each delta entry/index?

angered-ghandi commented 8 years ago

Each graphic in the empires.dat has a list of graphic id and offset to represent the deltas.