Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmet98 committed Sep 3, 2019
1 parent 24ac126 commit f567e72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Rpa_Extractor
# Rpa_Extractor
A simple Rpa extractor for Renpy games

## Usage
[mono] RpaExtractor.exe "File.rpa"

## Credits
* Pleonex for Yarhl libraries
* [Shizmob](https://github.com/Shizmob) for the [python release](https://github.com/Shizmob/rpatool) (Some of work is based from their sources)
2 changes: 1 addition & 1 deletion RpaExtractor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static void Main(string[] args)
private static void Disclaimer()
{
Console.WriteLine("RpaExtractor — A rpa extractor for renpy games by Darkmet98.\nVersion: 1.0");
Console.WriteLine("Thanks to Pleonex for the Yarhl libraries.");
Console.WriteLine("Thanks to Pleonex for the Yarhl libraries and Shizmob for the python release (rpatool) (Some of work is based from their sources).");
Console.WriteLine("This program is licensed with a GPL V3 license.");
}
}
Expand Down

0 comments on commit f567e72

Please sign in to comment.