/G7Reader

A small utility to read Rawthrills G7 Engine archive files.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

G7Reader

A small utility to read Rawthrills G7 Engine archive files. More info on this file format can be found on my blog.

Usage

G7Reader.exe <input file> <output directory>

Building

This project includes Visual Studio 2022 project files but can be compiled via Clang/GCC on Linux and on Clang/GCC/MSVC on Windows.

  • Clang/GCC: clang++/g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic ./src/G7Reader.cpp -o G7Reader