SSXModding / bigfile

C++ library for reading Electronic Arts BIG archives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bigfile

A C++20 library for reading data from EA .BIG archive files.

Also provides code for working with EA RefPack compressed data.

Building

Requirements

  • A standards-compliant C++20 compiler (Even MSVC will work)

CMake Command line

cmake .. -DBIGFILE_ENABLE_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release
cmake --build .

Using

Usage examples (Sample programs) are available in the src/examples directory.

About

C++ library for reading Electronic Arts BIG archives

License:MIT License


Languages

Language:C++ 95.9%Language:CMake 3.1%Language:C 1.1%