From 97c504b43544c000e44e9ad8ea73395da9f2739e Mon Sep 17 00:00:00 2001 From: Gareth Latty Date: Sun, 7 Jul 2019 09:11:40 +0100 Subject: [PATCH] Bump minor version for new feature, update the README slightly. --- README.md | 20 ++++++++++++++++++-- setup.py | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6046303..f153f34 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It can also be used as a library. ### Package manager The best way to install unrpa is through your package manager, if a package is available for your operating system. -I maintain [an AUR package](https://aur.archlinux.org/packages/unrpa/)) for Arch Linux users. +I maintain [an AUR package](https://aur.archlinux.org/packages/unrpa/) for Arch Linux users. ### pip @@ -55,7 +55,7 @@ If you are running from source, you will need execute python directly: py -3 -m unrpa -mp "path\to\output\dir" "path\to\archive.rpa" -## Command Line Usage +## Command line usage ``` usage: unrpa [-h] [-v] [-s] [-l] [-p PATH] [-m] [-f VERSION] @@ -82,3 +82,19 @@ usage: unrpa [-h] [-v] [-s] [-l] [-p PATH] [-m] [-f VERSION] | -o OFFSET, --offset OFFSET | sets an offset to be used to decode unsupported archives. | | -k KEY, --key KEY | sets a key to be used to decode unsupported archives. | | --version | show program's version number and exit | + +## Errors + +### Common errors + + - Check you are using the latest version of Python 3. + - Check you are using quotes around file paths. + - Video guides may be out of date, please check this file for up-to-date advice on using the tool. + +### New errors + +If something goes wrong while extracting an archive, please +[make an issue](https://github.com/Lattyware/unrpa/issues/new). + +New variants of the RPA format get created regularly, so new games might not work - generally support can be +added quickly though. diff --git a/setup.py b/setup.py index fe97bfe..a6af736 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="unrpa", - version="2.0.2", + version="2.1.0", author="Gareth Latty", author_email="gareth@lattyware.co.uk", description="Extract files from the RPA archive format (from the Ren'Py Visual Novel Engine).",