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/outland_11/cit_mon_react.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/outland_11/cit_mon_react.vcd')
| -rw-r--r-- | sp/game/ep2/Scenes/outland_11/cit_mon_react.vcd | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/sp/game/ep2/Scenes/outland_11/cit_mon_react.vcd b/sp/game/ep2/Scenes/outland_11/cit_mon_react.vcd new file mode 100644 index 00000000..eff155ab --- /dev/null +++ b/sp/game/ep2/Scenes/outland_11/cit_mon_react.vcd @@ -0,0 +1,101 @@ +// Choreo version 1
+actor "!Target1"
+{
+ channel "audio"
+ {
+ event speak "canals.shanty_hey"
+ {
+ time 0.208334 3.308107
+ param "ep_02.reb_tvwatching_01"
+ fixedlength
+ cctype "cc_master"
+ cctoken ""
+ }
+ }
+ channel "look at"
+ {
+ event lookat "!Target2"
+ {
+ time 0.062499 1.562500
+ param "!Target2"
+ event_ramp
+ {
+ 0.2524 0.9697
+ 1.3726 0.9461
+ }
+ }
+ event lookat "!player"
+ {
+ time 1.270832 3.416667
+ param "!player"
+ event_ramp
+ {
+ 0.4238 0.9596
+ 1.3657 0.9933
+ }
+ }
+ event lookat "!Target2"
+ {
+ time 2.645833 4.437501
+ param "!Target2"
+ event_ramp
+ {
+ 0.2334 0.4916
+ 1.6453 0.4680
+ }
+ }
+ event lookat "!player"
+ {
+ time 3.437499 6.062500
+ param "!player"
+ event_ramp
+ {
+ 0.4190 0.5185
+ 1.8401 0.5522
+ }
+ }
+ }
+ channel "move to"
+ {
+ }
+ channel "faceTo"
+ {
+ }
+ channel "Postures"
+ {
+ }
+ channel "bodygestures"
+ {
+ }
+ channel "Gestures"
+ {
+ }
+ channel "headf"
+ {
+ }
+ channel "facial"
+ {
+ }
+ channel "eyes"
+ {
+ }
+ channel "Trigger"
+ {
+ }
+ channel "temp"
+ {
+ }
+ faceposermodel "models\humans\group03\male_09.mdl"
+}
+
+mapname "maps\d1_eli\d1_eli_01_actormarks.bsp"
+scalesettings
+{
+ "CChoreoView" "32"
+ "ExpressionTool" "40"
+ "GestureTool" "100"
+ "RampTool" "42"
+ "SceneRampTool" "100"
+}
+fps 60
+snap off
|