VCE
Jump to navigation
Jump to search


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.

// Choreo version 1: <1> Exported Events
event gesture "Gesture event 1"
{
time 0.000000 -1.000000
param "G_shrug"
absolutetags playback_time
{
"apex" 0.160000
"accent" 0.240000
"loop" 0.320000
"end" 0.440000
}
absolutetags shifted_time
{
"apex" 0.160000
"accent" 0.240000
"loop" 0.320000
"end" 0.440000
}
sequenceduration 1.700000
}
|
// Choreo version 1: <1> Exported Events
event generic "header 1"
event moveto "header 2" //ignored
event face "header 3" //ignored
event lookat "header 4" //ignored
{
time 1.000000 5.000000
param "debugtext Debug text"
param2 "!target1"
}
|