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"/>`
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"/>