AWildErin / ESMReader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESM Reader

A C++ library designed to read Bethesda ESM files.
The library was built around reading Fallout 3 and Fallout New Vegas files, however the scope is to eventually expand and parse all Bethesda game files.

Support Table

How to use

TODO

Documentation

Currently documentation isn't being built. However, currently all the records are documented with information taken from fopdoc and other sources in Information.
Once documentation is added to our CI workflow, you will be able to find a link here

Information

The structures and documentation of the ESM records have been taken from:

About

License:Other


Languages

Language:C++ 89.3%Language:CMake 10.7%