diff options
| author | Joe Ludwig <[email protected]> | 2013-07-29 16:07:25 -0700 |
|---|---|---|
| committer | Joe Ludwig <[email protected]> | 2013-07-29 16:07:25 -0700 |
| commit | e174b33716b571b98ab7177db76abc4177793e74 (patch) | |
| tree | 038f35ad2dd12a695377d3b7f6250ea0acc1ae45 /sp/game/hl2/scenes/eli_lab/mo_thiswaydoc.vcd | |
| parent | Added all the ep2 strings to their string tables to match the way the game lo... (diff) | |
| download | source-sdk-2013-e174b33716b571b98ab7177db76abc4177793e74.tar.xz source-sdk-2013-e174b33716b571b98ab7177db76abc4177793e74.zip | |
Added .vcds from all the singleplayer games in the SDK
Diffstat (limited to 'sp/game/hl2/scenes/eli_lab/mo_thiswaydoc.vcd')
| -rw-r--r-- | sp/game/hl2/scenes/eli_lab/mo_thiswaydoc.vcd | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/sp/game/hl2/scenes/eli_lab/mo_thiswaydoc.vcd b/sp/game/hl2/scenes/eli_lab/mo_thiswaydoc.vcd new file mode 100644 index 00000000..38f2e960 --- /dev/null +++ b/sp/game/hl2/scenes/eli_lab/mo_thiswaydoc.vcd @@ -0,0 +1,71 @@ +// Choreo version 1
+actor "Mossman"
+{
+ channel "audio"
+ {
+ event speak "mo_thiswaydoc"
+ {
+ time 0.066665 1.086234
+ param "eli_lab.mo_thiswaydoc"
+ fixedlength
+ cctype "cc_master"
+ cctoken ""
+ }
+ }
+ channel "look at"
+ {
+ event lookat "player"
+ {
+ time 0.026667 1.433334
+ param "!player"
+ event_ramp
+ {
+ 0.5400 0.4930
+ 0.9333 0.5710
+ 1.0372 0.5738
+ 1.1065 0.5849
+ 1.2067 0.5543
+ 1.4067 0.5236
+ }
+ }
+ }
+ channel "move to"
+ {
+ }
+ channel "faceTo"
+ {
+ event face "face player"
+ {
+ time 0.186667 1.353333
+ param "!player"
+ event_ramp
+ {
+ 1.1587 0.9780
+ }
+ }
+ }
+ channel "Postures"
+ {
+ }
+ channel "Gestures"
+ {
+ }
+ channel "facial"
+ {
+ }
+ channel "Trigger"
+ {
+ }
+ faceposermodel "U:\HL2\hl2\models\mossman.mdl"
+}
+
+scalesettings
+{
+ "CChoreoView" "50"
+ "ExpressionTool" "100"
+ "GestureTool" "100"
+ "RampTool" "52"
+ "SceneRampTool" "100"
+}
+fps 60
+snap off
|