Toolkit for reading and writing of ESM files used in TES3 Morrowind
Steps to build:
-
Install vcpkg
-
Switch to the repository root.
-
Install the dependencies:
vcpkg install --triplet=x64-windowsOptionally, set the environment variable
VCPKG_DEFAULT_TRIPLET=x64-windowsand omit the--tripletparameter. -
Configure project via
CMake, e.g. with the following commands:cmake --preset defaultcmake --build buildcmake --install build(root makefile is in ../sources/ folder) -
In order to launch need to set command arguments with path to Morrowind .esm file and to .xml file where results will be dumped
Features: Currently can only read .esm file of TES3 Morrowind, save its contents into memory as set of objects and dump its contents into .xml file.