anno-mods / FileDBReader

A command line tool for working with a proprietary bluebyte file compression used in Anno 2205 and 1800.
15 stars 4 forks source link

support empty closing tags </> #2

Closed jakobharder closed 2 years ago

jakobharder commented 2 years ago

.rdp files are similar to .fc files, but they don't have proper closing tags but shortened versions </>.

This commit adds correction of those tags when importing. Exporting does not remove them again, but Anno doesn't care.

Unfortunately, that breaks the current way the tests work as well. I left them out for that reason.

A future PR may look at the reverse direction and add an option to the interpreter file or as a command line parameter to restore the closing tag behavior.