File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,24 +16,24 @@ One with `.exe` extension is for Windows, without it - is for Linux.
16
16
Call ` rpgmad -h ` for help.
17
17
18
18
``` text
19
- A tool to extract encrypted .rgss RPG Maker archives.
19
+ Extract encrypted .rgss RPG Maker archives.
20
20
21
21
Usage: rpgmad.exe [OPTIONS]
22
22
23
23
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
32
28
```
33
29
34
30
For example, to extract archive to same same directory where it exists:
35
31
` rpgmad C:/RPGMakerGame/Archive.rgssad ` .
36
32
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
+
37
37
You can recongnize archives by their extensions: ` rgssad ` , ` rgss2a ` , ` rgss3a ` .
38
38
39
39
## GUI
You can’t perform that action at this time.
0 commit comments