alphazolam / RevilLib

MT Framework and RE Engine format library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RevilLib

build Coverage Status License: GPL v3

RevilLib is an independent library for various formats, used by RE Engine and MT Framework.

Library is written for C++17 and compilable under MSVC 2017+, GCC 7+, Clang 5+.

Supported titles/formats

  • RE 7: motlist.60, mot.43 (PC only tested)
  • REMake 2: motlist.85, mot.65 (PC only tested)
  • REMake 3/Resistance: motlist.99, mot.78 (PC only tested)
  • MT Framework: LMT, MOD, TEX, XFS, ARC (Cross platform, Multiversion)

License

This library is available under GPL v3 license. (See LICENSE.md)

This library uses following libraries:

  • PugiXml, Copyright (c) 2006-2020 Arseny Kapoulkine
  • PreCore, Copyright (c) 2016-2020 Lukas Cone

About

MT Framework and RE Engine format library.

License:GNU General Public License v3.0


Languages

Language:C++ 99.0%Language:CMake 1.0%