A C++ library for parsing Ragnarok Online resource files safely, powered by Kaitai Struct
.
- RSM (up to version 2.3)
- GND
- GAT
- RSW
- SPR
- ACT
$ git clone --recurse-submodules https://github.com/L1nkZ/raglib.git
$ cd raglib
$ cmake -B build
$ cmake --build build