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/Jake | |
| 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/Jake')
| -rw-r--r-- | sp/game/hl2/scenes/Jake/reaction_alyx.vcd | 29 | ||||
| -rw-r--r-- | sp/game/hl2/scenes/Jake/reaction_barney.vcd | 29 | ||||
| -rw-r--r-- | sp/game/hl2/scenes/Jake/reaction_eli.vcd | 29 |
3 files changed, 87 insertions, 0 deletions
diff --git a/sp/game/hl2/scenes/Jake/reaction_alyx.vcd b/sp/game/hl2/scenes/Jake/reaction_alyx.vcd new file mode 100644 index 00000000..3ad8e486 --- /dev/null +++ b/sp/game/hl2/scenes/Jake/reaction_alyx.vcd @@ -0,0 +1,29 @@ +// Choreo version 1
+actor "Alyx"
+{
+ channel "Audio"
+ {
+ event speak "asdf"
+ {
+ time -0.000000 0.962562
+ param "k_lab.al_careful"
+ fixedlength
+ }
+ event lookat "gs"
+ {
+ time 0.046667 0.906667
+ param "!player"
+ }
+ }
+}
+
+scalesettings
+{
+ "CChoreoView" "100"
+ "GestureTool" "100"
+ "RampTool" "100"
+ "ExpressionTool" "100"
+ "SceneRampTool" "100"
+}
+fps 60
+snap off
diff --git a/sp/game/hl2/scenes/Jake/reaction_barney.vcd b/sp/game/hl2/scenes/Jake/reaction_barney.vcd new file mode 100644 index 00000000..12341911 --- /dev/null +++ b/sp/game/hl2/scenes/Jake/reaction_barney.vcd @@ -0,0 +1,29 @@ +// Choreo version 1
+actor "Barney"
+{
+ channel "Audio"
+ {
+ event speak "asdf"
+ {
+ time 0.000000 0.876984
+ param "k_lab.ba_whatthehell"
+ fixedlength
+ }
+ event lookat "gs"
+ {
+ time 0.033334 0.893334
+ param "!player"
+ }
+ }
+}
+
+scalesettings
+{
+ "CChoreoView" "100"
+ "GestureTool" "100"
+ "RampTool" "100"
+ "ExpressionTool" "100"
+ "SceneRampTool" "100"
+}
+fps 60
+snap off
diff --git a/sp/game/hl2/scenes/Jake/reaction_eli.vcd b/sp/game/hl2/scenes/Jake/reaction_eli.vcd new file mode 100644 index 00000000..e0fa7899 --- /dev/null +++ b/sp/game/hl2/scenes/Jake/reaction_eli.vcd @@ -0,0 +1,29 @@ +// Choreo version 1
+actor "Eli"
+{
+ channel "Audio"
+ {
+ event speak "asdf"
+ {
+ time 0.000000 0.943039
+ param "k_lab.eli_didntcomethru"
+ fixedlength
+ }
+ event lookat "gs"
+ {
+ time 0.033334 0.893334
+ param "!player"
+ }
+ }
+}
+
+scalesettings
+{
+ "CChoreoView" "100"
+ "GestureTool" "100"
+ "RampTool" "100"
+ "ExpressionTool" "100"
+ "SceneRampTool" "100"
+}
+fps 60
+snap off
|