-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
318be93
commit 0583fe0
Showing
3 changed files
with
159 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,56 @@ | ||
# RevilLib | ||
|
||
[![build](https://github.com/PredatorCZ/RevilLib/actions/workflows/cmake.yml/badge.svg)](https://github.com/PredatorCZ/RevilLib/actions/workflows/cmake.yml) | ||
[![Coverage Status](https://coveralls.io/repos/github/PredatorCZ/RevilLib/badge.svg?branch=master)](https://coveralls.io/github/PredatorCZ/RevilLib?branch=master) | ||
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | ||
|
||
<h1 align="center">RevilLib</h1> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/PredatorCZ/RevilLib/actions/workflows/cmake.yml"></a> | ||
<img src="https://github.com/PredatorCZ/RevilLib/actions/workflows/cmake.yml/badge.svg" alt="build"> | ||
<a href="https://coveralls.io/github/PredatorCZ/RevilLib?branch=master"></a> | ||
<img src="https://coveralls.io/repos/github/PredatorCZ/RevilLib/badge.svg?branch=master" alt="Coverage Status"> | ||
<a href="https://www.gnu.org/licenses/gpl-3.0"></a> | ||
<img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="License: GPL v3"> | ||
</p> | ||
|
||
<p align="center"> | ||
RevilLib is an independent library for various formats, used by RE Engine and MT Framework. | ||
</p> | ||
|
||
<p align="center"> | ||
Library is written for C++20/23 and compilable under GCC 12+ and Clang 13+. | ||
</p> | ||
|
||
## Toolset | ||
<h2>Toolset</h2> | ||
|
||
Toolset can be found in [Toolset folder](https://github.com/PredatorCZ/RevilLib/tree/master/toolset) | ||
<p> | ||
Toolset can be found in | ||
<a href="https://github.com/PredatorCZ/RevilLib/tree/master/toolse"> | ||
Toolset folder | ||
</a> | ||
</p> | ||
|
||
[Toolset releases](https://github.com/PredatorCZ/RevilLib/releases) | ||
<a href="https://github.com/PredatorCZ/RevilLib/releases"> | ||
Toolset releases | ||
</a> | ||
|
||
## Supported titles/formats | ||
<h2>Supported titles/formats</h2> | ||
|
||
* 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) | ||
<ul> | ||
<li>RE 7: motlist.60, mot.43 (PC only tested)</li> | ||
<li>REMake 2: motlist.85, mot.65 (PC only tested)</li> | ||
<li>REMake 3/Resistance: motlist.99, mot.78 (PC only tested)</li> | ||
<li>MT Framework: LMT, MOD, TEX, XFS, ARC (Cross platform, Multiversion)</li> | ||
</ul> | ||
|
||
## License | ||
|
||
<h2>License</h2> | ||
<p> | ||
This library is available under GPL v3 license. (See LICENSE) | ||
|
||
</p> | ||
<p> | ||
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) | ||
</p> | ||
|
||
<ul> | ||
<li>Spike, Copyright (c) 2016-2023 Lukas Cone (Apache 2)</li> | ||
<li>libmspack, Copyright (c) 2003-2016 Stuart Caie (LGPLv2)</li> | ||
<li>zlib, Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler (Zlib)</li> | ||
<li>PoverVR Core, Copyright (c) Imagination Technologies Limited (MIT)</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters