aerisarn / CBash

CBash fork with Skyrim support (as I decypher it)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CBash

CBash is a library for reading and writing TES IV: Oblivion, TES V: Skyrim and Fallout: New Vegas plugin files. It's used by the Wrye Bash modding utility to build its Bashed Patch plugins.

Instructions on how to build CBash can be found here.

The plugin file formats are documented at the following locations:

The CBash API is currently sparsely documented. There is some Doxygen-style documentation of the API functions exposed in CBash.h, but some details of the field-related functions' arguments can only be found by reading the source of the .cpp files for the record type you are trying to access the fields of.

CBash's record and field support is incomplete. For information on what has and has not ben implemented, see the wiki.

About

CBash fork with Skyrim support (as I decypher it)


Languages

Language:C++ 98.9%Language:C 0.7%Language:Python 0.3%Language:CMake 0.0%