An open API service indexing awesome lists of open source software.

https://github.com/matrixsmaster/oblivion-parser

A BSA+ESP parser code snippet to use as a reference for your own import/export utility.
https://github.com/matrixsmaster/oblivion-parser

oblivion oblivion-mods tes4

Last synced: about 1 year ago
JSON representation

A BSA+ESP parser code snippet to use as a reference for your own import/export utility.

Awesome Lists containing this project

README

          

# oblivion-parser
A BSA+ESP parser and writer code snippet to use as a reference for your own import/export code.

The parser is tailored specifically towards the _TES4 Oblivion_ file format. Hopefully, with only minor modifications it can be used to read parent (_Morrowind_) and sibling (_Fallout 3_) formats as well.

The ESP list controller is able to create right ESP loading order exactly the same way as the game engine does.

This code is complete, but it's not a library. Please take this into consideration when you'll try to just compile this code into your project.