SiegeEngineers / aoc-language-ini

Human-editable language files for Age of Empires 2: The Conquerors mods.
Other
1 stars 2 forks source link

Compatibility with other standard text files #6

Open Tapsa opened 5 years ago

Tapsa commented 5 years ago

Could the tool support same format as is used by Age of Empires II HD?

// random map names
10914 "Acropolis"
10915 "Budapest"
10916 "Cenotes"
10917 "City of Lakes"
10918 "Golden Pit"
10919 "Hideout"
10920 "Hill Fort"
10921 "Lombardia"

Is there specific reason for the file type being ini instead of txt?

goto-bus-stop commented 5 years ago

The current format matches the one voobly uses for modded language files.

I've wanted to add support for utf8 encoded files, which would break compatibility with voobly files. Adding support for HD-style Unicode files could be a way to do that without breaking compat.