Giter Club home page Giter Club logo

grf-extractor's Introduction

Grf-extractor

This is a command line tool for extracting and handling .grf packages.

GRF files are a set of packed and compressed files, normally found on Ragnarok's game files.

Install

npm install -g grf-extractor

Usage

Usage: grf-extractor -g data.grf -o output_dir
Options:
  -g, --grf          The grf file to be worked on.                                                                                        
  -s, --search       Search a single file on the .grf or a list of files separated by comma. RegExp are supported.                        
  -l, --list         List files inside the grf.                                                                                           
  -o, --output       Output directoy to write the extracted files to.                                                                     
  -e, --extract      Extract a single file from the .grf, prints to stdout. Example: grf-extractor -e data/clientinfo.xml > clientinfo.xml
  -c, --concurrency  Concurrency rate, how many parallel extractions should we do, set it to higher values for a faster extraction.         [default: 100]
  -v, --verbose      Enable verbose output, will print debug messages.                                                                    
  -h, --help         Print help and usage information  

TODO

  • Support writting files to the grf.
  • Standardize the API.
  • Refactor extractor.js.

grf-extractor's People

Contributors

herenow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

grf-extractor's Issues

0x102

There's any way to extract an 0x102 version?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.