jsettlers / settlers-remake

A Remake of "The Settlers III" for Windows, Linux, Mac and Android
http://www.settlers-android-clone.com
MIT License
355 stars 101 forks source link

select the right image for wine goods #708

Closed Simulant87 closed 6 years ago

Simulant87 commented 6 years ago

Wine uses currently the image of sulfur, see below:

goodsonmaster templeonmaster

I changed the offset in the image file to pick the right image (bottle) for the wine:

goodsonbranch templeonbranch

michaelzangl commented 6 years ago

@Simulant87 This is because image indexes of gold/amazon/... editions are different.

If you want to, you can team up with @andreas-eberle. I just wrote a translation mechanism on the enable_own_graphics that can translate between the various versions. Andreas is currently figuring out the differing indexes.

My idea would be to always gold edition image indexes in the game and then translate to the other editions from there.