pbogdan / unrpa

Extractor for RPA archives used by RenPy visual novel engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unrpa

Extractor for RPA archives used by RenPy visual novel engine. Currently only version 3.0 of the archive format is supported.

Installation

unrpa can be built using the Nix package manager:

$ nix-build

Use nix-env to install it into your user profile after executing the previous command:

$ nix-env -i ./result

Usage

$ unrpa files...

Multiple files can be specified at once. The contents will be extracted into the current directory.

About

Extractor for RPA archives used by RenPy visual novel engine.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 79.8%Language:Nix 20.2%