2018-04-19 10:35:36 +05:30
|
|
|
# lib3ddevil1
|
|
|
|
A C library for handling Devil May Cry 1 HD Collection PC file formats.
|
|
|
|
|
|
|
|
|
2018-05-20 07:18:44 +05:30
|
|
|
#### Build Library and Demos
|
2018-05-20 07:24:46 +05:30
|
|
|
Run `make`
|
2018-04-21 16:59:13 +05:30
|
|
|
|
2018-05-20 07:18:44 +05:30
|
|
|
Reference the Makefile for an example of building with GCC.
|
2018-04-21 16:59:13 +05:30
|
|
|
|
2018-05-20 07:18:44 +05:30
|
|
|
### Python
|
|
|
|
Requires Python 3.
|
2018-04-19 10:35:36 +05:30
|
|
|
|
2018-05-20 07:18:44 +05:30
|
|
|
This is an optional interface to the C library functions. It requires the dynamic library to be built.
|
2018-04-19 10:35:36 +05:30
|
|
|
|
|
|
|
#### Compiler(s)
|
|
|
|
Developed and tested with the following compilers.
|
2018-04-21 16:59:13 +05:30
|
|
|
|
2018-04-19 10:35:36 +05:30
|
|
|
* mingw-w64, GCC 6.4.0
|
|
|
|
* gcc version 7.1.1 20170528
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
2018-05-20 07:12:44 +05:30
|
|
|
Based on [Kerilk's binary templates](https://github.com/Kerilk/dmc_hd_tools).
|
|
|
|
|
|
|
|
The upstream repository can be found at [this link](https://git.teknik.io/scuti/lib3ddevil1).
|