Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.
/ RAFTools Public archive

RAFTools - A viewer/extraction toolkit for League of Legends

License

Notifications You must be signed in to change notification settings

vs49688/RAFTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAFTools

A viewing/extraction toolkit for League of Legends RAF files.

Features

  • Automated mounting of RAF files (See the filesystem as LoL does)
  • Manual "patch" mounting
  • DDS Viewing/Exporting (including Mipmaps)
  • Preliminary Wwise Soundbank extraction
  • CLI and GUI interfaces

Usage

Usage is pretty straightforward:

To run normally (as a GUI application):

java -jar raftools-0.6.0.jar

To run as a CLI application:

java -jar raftools-0.6.0.jar -console

Building

$ mvn package
$ java -jar target/raftools-0.6.0.jar

License

GPLv2 Only - See the COPYING file for exact license details.