Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taubenangriff authored May 5, 2022
1 parent 8657d93 commit 3ebf34a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# RdaConsole

A lightweight console repacker for Ubisoft RDA files.
A lightweight console repacker for Ubisoft RDA files.

This is entirely based on https://github.com/lysannschlegel/RDAExplorer, I am just adding console commands over it.

Supported RDA Versions: 2.0 (1404/2070), 2.2 (2205/1800)

Usage:

```
RdaConsole.exe [-v number] [-f multiple filenames] [-y] [-o output_filename] [-r recursive_search]
```

- -y overwrites the output file
- -v chooses a version: 1 for RDA 2.0, 2 for RDA 2.2
- -r will include subdirectories of directories.
- you can specify multiple filenames after -f

0 comments on commit 3ebf34a

Please sign in to comment.