SiegeEngineers / genieutils-py

Python implementation of genieutils
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Aoe2De new features make bugs #1

Closed gd1446056618 closed 4 months ago

gd1446056618 commented 4 months ago

A new serialize form about dropsite make bugs. unit.py need some change

drop_sites = content.read_int_16_array_3()

drop_sites_count = content.read_int_16() drop_sites = content.read_int_16_array(drop_sites_count) ... drop_sites_count=drop_sites_count, ... self.write_int_16(self.drop_sites_count),

HSZemi commented 4 months ago

Thank you for your report. Version 0.0.4 has just been released, which is compatible with both FileVersion 7.7 and the new FileVersion 7.8.