Skip to content

Commit

Permalink
Bump minor version for new feature, update the README slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lattyware committed Jul 7, 2019
1 parent ef202e8 commit 97c504b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]
Expand All @@ -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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="unrpa",
version="2.0.2",
version="2.1.0",
author="Gareth Latty",
author_email="[email protected]",
description="Extract files from the RPA archive format (from the Ren'Py Visual Novel Engine).",
Expand Down

0 comments on commit 97c504b

Please sign in to comment.