SFTtech / openage

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

Fix HD-edition asset conversion #337

Closed zuntrax closed 9 years ago

zuntrax commented 9 years ago

Asset conversion for the HD-edition is broken. This consists of two problems. About a month ago, the asset structure was changed by whoever maintains HD-edition, all drs archives are now unpacked, strings now live in resources/strings

The other problem is broken code: http://pastebin.com/CCEQssFq This can be adressed by changing the listdirs call to a list call on a subdirectory.

To test the second problem without having to take care of the first, one can easily mock an old-style HD-edition installation by removing language*.dll and creating bin/en/en-language.txt from an existing AoE2 installation.

mic-e commented 9 years ago

Duplicate of #318

mic-e commented 9 years ago

I discussed this with @jfeo yesterday, not sure whether he wanted to do it.