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

Wrong path in Island_Gamedata interpreter file #11

Open Ixam97 opened 2 years ago

Ixam97 commented 2 years ago

In the interpreter files Island_Gamedata.xml and Island_Gamedata_V2.xml this line is wrong (capital D):

<Convert Path ="//ObjectID" Type="Int64"/>

This results in "Wrong bytesize" messages. It should be:

<Convert Path ="//ObjectId" Type="Int64"/>