Generic
USM File (Scaleform video file)
This is a multiplexed video file which means multiple files have been compressed into one file. There is always an m2v file and some adx files. The m2v file is the video and the adx files are the sound. Adx files can be converted to wav.
https://github.com/Traderain/Wolven-kit/blob/master/W3Edit.Scaleform/CriUsmStream.cs
SUBS File
They can be opened with normal text editors
First line: Start of the subtitle (miliseconds)
After that each line: (start in ms), (end in ms), text
CSV File
These are normal excel sheet and can be opened with any text editor or microsoft excel.
XML File
These are normal xml files and can be opened with any text editor.
W3Speech file
Last updated