Video Data

Revision as of 00:42, 14 September 2022 by Burninrubber0 (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Video data resources are contain details of the videos able to be played.

Structures

CgsResource::VideoDataResource

Offset Length Type Name Description Comments
0x0 0x48 VideoFile[6] maVideoFiles Per-language video file list

CgsResource::VideoDataResource::VideoFile

Offset Length Type Name Description Comments
0x0 0x4 char* mpcName File to be played
0x4 0x6 bool[6] mabAvailableLanguages Sets the available languages for playback. See EVideoLanguage.
0xA 0x2 padding

Enumerations

CgsResource::VideoDataResource::EVideoLanguage

Name Value Comments
E_VIDEOLANGUAGE_ENGLISH 0
E_VIDEOLANGUAGE_FRENCH 1
E_VIDEOLANGUAGE_ITALIAN 2
E_VIDEOLANGUAGE_GERMAN 3
E_VIDEOLANGUAGE_SPANISH 4
E_VIDEOLANGUAGE_JAPANESE 5
E_VIDEOLANGUAGE_COUNT 6