Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.77 KB

README.md

File metadata and controls

56 lines (45 loc) · 1.77 KB

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++20/23 and compilable under GCC 12+ and Clang 13+.

Toolset

Toolset can be found in Toolset folder

Toolset releases

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)

This library uses following libraries:

  • Spike, Copyright (c) 2016-2023 Lukas Cone (Apache 2)
  • libmspack, Copyright (c) 2003-2016 Stuart Caie (LGPLv2)
  • zlib, Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler (Zlib)
  • PoverVR Core, Copyright (c) Imagination Technologies Limited (MIT)