SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.75k stars 1.12k forks source link

Age of Empires 1: Definitive Edition new features support #1288

Open heinezen opened 4 years ago

heinezen commented 4 years ago

Required skills: Python

Difficulty: Medium

At the moment, the converter has basic support for the Age of Empires 1: Definitive Edition (DE1) release. The modpack generator reuses the converter for the original 1998 release (AoE1 + Rise of Rome). New features from DE1, e.g. walkable farms, still need to be supported. A lot of the new features were taken over from AoC, so you can probably reuse functionality from its conversion processor.

Additionally, not all of DE1's media formats (terrain textures, UI, particle effects, etc.) are exported yet. Adding those to the converter would be optional for now. The data conversion is much more important.

Further reading:

AdarshM-07 commented 2 months ago

@heinezen can you pls assign this issue to me. i wanna solve this issue .Can you please provide me with the material i should go through in order to face this issue

heinezen commented 2 months ago

@AdarshM-07 Hey no assignments necessary for working on the issue :) Have you already tried out the converter for AoE DE?