Skip to content

Commit 105c101

Browse files
committed
Update README
1 parent 4897871 commit 105c101

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ One with `.exe` extension is for Windows, without it - is for Linux.
1616
Call `rpgmad -h` for help.
1717

1818
```text
19-
A tool to extract encrypted .rgss RPG Maker archives.
19+
Extract encrypted .rgss RPG Maker archives.
2020
2121
Usage: rpgmad.exe [OPTIONS]
2222
2323
Options:
24-
-i, --input-file <input-path>
25-
Path to the .rgss file.
26-
-o, --output-dir <output-path>
27-
Path to put output files.
28-
-f, --force
29-
Forcefully overwrite existing Data, Graphics and other files.
30-
-h, --help
31-
Prints the help message.
24+
-i, --input-path <INPUT_PATH> Path to the .rgss file or directory containing it
25+
-o, --output-path <OUTPUT_PATH> Output directory
26+
-f, --force Overwrite existing files
27+
-h, --help Print help
3228
```
3329

3430
For example, to extract archive to same same directory where it exists:
3531
`rpgmad C:/RPGMakerGame/Archive.rgssad`.
3632

33+
You can omit the file name, program will find it automatically: `rpgmad C:/RPGMakerGame`.
34+
35+
Or just `rpgmad` if you're already in game directory.
36+
3737
You can recongnize archives by their extensions: `rgssad`, `rgss2a`, `rgss3a`.
3838

3939
## GUI

0 commit comments

Comments
 (0)