Skip to content

Support FalloutNV.esm

elsid requested to merge elsid/openmw:esmtool_fallout_nv into master
  1. Skip ATTR subrecord in CLAS record.
  2. Replace boost::iostreams::zlib_decompressor by direct usage of zlib to be able to call inflate with block size of 4 bytes. There is LAND record at 0xb0cff20 which can't be decompressed with boost as it is used before this MR failing with error incorrect data check. Use FetchContent for zlib on Windows.
  3. Reduce the scope of Ubuntu_GCC_asan job to avoid running out of disk space.
Edited by elsid

Merge request reports