VCD: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(scenes.image note)
m (added language bar.)
Line 1: Line 1:
{{lang|VCD}}[[Category:Choreography]][[Category:File formats]][[Category:Glossary]]
{{stub}}
{{stub}}
'''Valve Choreography Data''' ('''VCD''') is a proprietary file format used to store [[Choreography_Tool|choreography]] data in a vaguely {{wiki|XML}}-like plain text format.   
'''Valve Choreography Data''' ('''VCD''') is a proprietary file format used to store [[Choreography_Tool|choreography]] data in a vaguely {{wiki|XML}}-like plain text format.   


VCDs are authored in [[Faceposer]] and played in your map via the [[logic_choreographed_scene]] entity. The filename should contain only one period before the file extension, otherwise the scene file cannot be found.
VCDs are authored in [[Faceposer]] and played in your map via the {{ent|logic_choreographed_scene}} entity. The filename should contain only one period before the file extension; otherwise, the scene file cannot be found.
{{note|VCD files must be compiled into {{ent|scenes.image}} before they can be used.}}
{{note|VCD files must be compiled into {{ent|scenes.image}} before they can be used.}}
[[Category:Glossary]]
[[Category:Choreography]]
[[Category:File formats]]

Revision as of 18:35, 23 May 2022

English (en)中文 (zh)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

Valve Choreography Data (VCD) is a proprietary file format used to store choreography data in a vaguely Wikipedia icon XML-like plain text format.

VCDs are authored in Faceposer and played in your map via the logic_choreographed_scene entity. The filename should contain only one period before the file extension; otherwise, the scene file cannot be found.

Note.pngNote:VCD files must be compiled into scenes.image before they can be used.