Francesco149 / flyfftools

collections of tools to work with flyff files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

various tools to work with flyff files. I mainly use linux so these work best in a linux terminal, but they should compile on windows as well

how to build (linux)

./build.sh

flyffres

extracts .res archives

example: extracting a single res file

./flyffres /path/to/file.res
ls ./flyff/

example: finding and extracting all res files

find /path/to/FlyffUS/ -name *.res -exec ./flyffres {} \;
ls ./flyff/

flyffjobs

show properties for each job. requires extracting your res files first (see the find command in flyffres examples)

example

./flyffjobs

About

collections of tools to work with flyff files


Languages

Language:C 90.7%Language:Shell 9.3%