-
Notifications
You must be signed in to change notification settings - Fork 3
RKV Extract
Dan Gerendasy edited this page Feb 9, 2017
·
1 revision
RKV Extract is a windows command-line application for extracting the contents of Krome Studios' proprietary RKV archives.
rkv-extract.exe <in_file.rkv> <out_path>
Argument | Description |
---|---|
in_file.rkv | The path to the input RKV archive file |
out_path | The path to the output directory to place contents of in_file.rkv within |
If rkv-extract.exe
is placed within the Ty 1 game directory, the following command would extract the contents of Data_PC.rkv
into Resource\Data_PC
.
rkv-extract.exe "Data_PC.rkv" "Resource\Data_PC"