Skip to content

L1nkZ/raglib

Repository files navigation

raglib Build Status

A C++ library for parsing Ragnarok Online resource files safely, powered by Kaitai Struct.

Supported formats

  • RSM (up to version 2.3)
  • GND
  • GAT
  • RSW
  • SPR
  • ACT

How to Build

$ git clone --recurse-submodules https://github.com/L1nkZ/raglib.git
$ cd raglib
$ cmake -B build
$ cmake --build build