Skip to content

exyorha/tesparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesparse

tesparse implements a parser for Morrowind game data files (ESM and ESP files) in a flexible way, using a XML description file.

While implementation of the later games is intended eventually, it will require group-based parsing to be implemented first.

tesparse, by design, does not implement record merging, as it is highly irregular and game-specific.

See tesparse-cli or an usage example.

Please note that currently the only supported platform is Windows.

Building

tesparse may be built using normal CMake procedures, and is generally intended to included into an outer project as a submodule or by any other means.

Licensing

tesparse is licensed under the terms of the MIT license (see LICENSE).

Please note that tesparse-cli (but not tesparse itself) also includes copies of CLI11 by Henry Schreiner and nlohmann-json by Niels Lohmann, released under their own licenses. Please review relevant files for more details.

About

A parser for Morrowind ESM and ESP files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published