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/ep2/Scenes/Outtro/nag_launch_al2.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/ep2/Scenes/Outtro/nag_launch_al2.vcd')
| -rw-r--r-- | sp/game/ep2/Scenes/Outtro/nag_launch_al2.vcd | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/sp/game/ep2/Scenes/Outtro/nag_launch_al2.vcd b/sp/game/ep2/Scenes/Outtro/nag_launch_al2.vcd new file mode 100644 index 00000000..0b0a7c66 --- /dev/null +++ b/sp/game/ep2/Scenes/Outtro/nag_launch_al2.vcd @@ -0,0 +1,74 @@ +// Choreo version 1
+actor "Alyx"
+{
+ channel "audio"
+ {
+ event speak "ep_02.al_launch_allyours"
+ {
+ time 0.076389 1.553736
+ param "ep_02.al_launch_push"
+ fixedlength
+ cctype "cc_master"
+ cctoken ""
+ }
+ }
+ channel "look at"
+ {
+ event lookat "look at player"
+ {
+ time 0.080000 1.589166
+ param "!player"
+ event_ramp
+ {
+ 0.1211 0.3204 "curve_bspline_to_curve_bspline"
+ 0.5838 0.5525 "curve_bspline_to_curve_bspline"
+ 0.9957 0.5580 "curve_bspline_to_curve_bspline"
+ 1.3146 0.3481 "curve_bspline_to_curve_bspline"
+ }
+ }
+ }
+ channel "move to"
+ {
+ }
+ channel "gestures"
+ {
+ }
+ channel "postures"
+ {
+ }
+ channel "facial flex"
+ {
+ }
+}
+
+actor "magnusson"
+{
+ channel "lookat"
+ {
+ event lookat "mark.magnusson.camera"
+ {
+ time 0.006945 1.548611
+ param "mark.magnusson.camera"
+ event_ramp
+ {
+ 0.0918 0.1016
+ 0.4408 0.8930
+ 0.7122 0.9893
+ 1.0612 0.8770
+ 1.3531 0.1230
+ }
+ }
+ }
+}
+
+scalesettings
+{
+ "CChoreoView" "96"
+ "ExpressionTool" "100"
+ "RampTool" "98"
+ "GestureTool" "100"
+ "SceneRampTool" "100"
+}
+fps 60
+snap off
+ignorePhonemes off
|