Merge branch 'fallout4' into 'master'

ESM4 Loader: initial Fallout 4 support

See merge request OpenMW/openmw!3347
This commit is contained in:
psi29a 2023-08-18 16:22:40 +00:00
commit 16628a766f
74 changed files with 1791 additions and 823 deletions

View file

@ -329,8 +329,7 @@ namespace EsmTool
readTypedRecord<ESM4::HeadPart>(params, reader);
return true;
case ESM4::REC_IDLE:
// FIXME: ESM4::IdleAnimation::load does not work with Oblivion.esm
// readTypedRecord<ESM4::IdleAnimation>(params, reader);
readTypedRecord<ESM4::IdleAnimation>(params, reader);
return true;
break;
case ESM4::REC_IDLM: