From af1b3a593dae476827e142d7bdbe3b20d1695f8f Mon Sep 17 00:00:00 2001 From: JackCarterSmith Date: Tue, 2 Jul 2019 20:08:51 +0200 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6aa3e20 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# RogueSquadron Data Extractor - Texture module +This set of git repos are a compilation of tools coded in C to make RS modding far more than a dream! +The compilation consist of few independants modules, each of them deals with specific data like sound, textures, heightmaps... + +## TEXTURE MODULE +The texture module unpack texture data from original DAT files. + +### Dependencies +- zlib (1.2.3) +- libpng (1.2.37) + +### Compiling +You can compile on both Windows or Linux system, you only need to adjust your dependencies. +Makefile is on the route...