Skip to content

Decodes .ovk files found in Reallive and Siglius engines.

Notifications You must be signed in to change notification settings

hi117/OVK-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This program decodes .ovk files used in the Reallive engine and the Siglius engine.

File format: 4 byte little endian file count (= n) n * struct table entry n * embedded files

struct tableEntry { int length; int offset; int unk1; int unk2; };

About

Decodes .ovk files found in Reallive and Siglius engines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages