Video Data

From Burnout Wiki

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

Structures[edit | edit source]

CgsResource::VideoDataResource[edit | edit source]

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

CgsResource::VideoDataResource::VideoFile[edit | edit source]

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[edit | edit source]

CgsResource::VideoDataResource::EVideoLanguage[edit | edit source]

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