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

error with gamedata #40

Closed moidu21 closed 1 year ago

moidu21 commented 1 year ago

when i try to decompress gamedata (data25.rda dlc12 map) i get this error

http://quentfr21.free.fr/error.png

thanks in advance

Edit: i'm on pre-release 2.3.99

taubenangriff commented 1 year ago

So I guess some new entries have been added, which is atm just interpreted as default (Int32). For Bytesize 1, that should be all booleans, 2 should be Int16 and 8 should be Int64, in case you wanna fix the interpreter for yourself now. (PR would be very welcome in that case)

But I can also fix this sometime in the future by myself.