VCE
Jump to navigation
Jump to search

Bug:In Faceposer, some events cannot be exported if the scene was not saved first.
Warning:Incorrectly nested or corrupted files will make Faceposer freeze forever.
Note:If multiple "event headers" follow eachother whitout being separated by curly brackets, only the first "header" will be parsed by Faceposer.


Valve Choreography Events (VCE) is a file format used by Faceposer to store individual events, to later import them in scene files.


Format
VCE files use the same format as VCD files, with the exception that they only store events.
Every VCE file created by Faceposer starts with this comment :
// Choreo version 1: <x> Exported Events
- Where
x
is the number of exported events. The "choreo version" is always the same. Confirm:Is it used by Faceposer ? From my testing, it isn't.
It is then followed by event(s), written in the same way as in VCD files.
