-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8657d93
commit 3ebf34a
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |