Skip to content

RKV Extract

Dan Gerendasy edited this page Feb 9, 2017 · 1 revision

Contents


What

RKV Extract is a windows command-line application for extracting the contents of Krome Studios' proprietary RKV archives.


Usage

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

Example

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"
Clone this wiki locally