Skip to content
forked from bmeinka/pygrf

A Python package for dealing with Ragnarok Online data files.

Notifications You must be signed in to change notification settings

DarkMessiah/pygrf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyGRF

A Python package for dealing with Ragnarok Online data files.

List of Goals

  • provide a simple and easy to use API
  • open, read and unpack GRF and GPF archives
  • open, read and parse various game files, such as GAT, SPR, etc.
  • no external dependencies
  • well tested using pytest

API

The API isn't complete, but what is done is documented below.

Entry Points

pygrf.open_grf(filename)
open a grf archive, returning the handler

GRF Archive

GRF.open(filename)
open the given filename, returning a streamable object
GRF.extract(filename, dest='')
extract the given file to the given destination directory
GRF.close()
close the archive

About

A Python package for dealing with Ragnarok Online data files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%