SFTtech / openage-data

Free (as in freedom) media files for openage.
Other
56 stars 16 forks source link

Terrain asset placeholders #9

Closed detrumi closed 7 years ago

detrumi commented 7 years ago

I've started adding placeholders for new assets, for 3 reasons:

Asset types

TheJJ commented 7 years ago

The problem with this repo in general is that we don't have a defined asset pack format yet (see SFTtech/openage#632). Also, we need the possibility to load the replacement data instead of the original ones.

Still, this is a good idea :)

TheJJ commented 7 years ago

What do you think how we should progress? Ignore the asset pack format for now or something else?

detrumi commented 7 years ago

Well, the pack format should be designed in such a way that the original assets can be mapped to the new format. Categorizing the assets should help with understanding the structure we need to support in the pack format. So yes, I think we should ignore the pack format until we know exactly how the old format works.