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/silo garage/mag_onelastthing.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/silo garage/mag_onelastthing.vcd')
| -rw-r--r-- | sp/game/ep2/Scenes/silo garage/mag_onelastthing.vcd | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/sp/game/ep2/Scenes/silo garage/mag_onelastthing.vcd b/sp/game/ep2/Scenes/silo garage/mag_onelastthing.vcd new file mode 100644 index 00000000..bb5368b0 --- /dev/null +++ b/sp/game/ep2/Scenes/silo garage/mag_onelastthing.vcd @@ -0,0 +1,90 @@ +// Choreo version 1
+actor "magnusson"
+{
+ channel "Audio"
+ {
+ event speak "ep_02.mag_tutor_use04a"
+ {
+ time 2.562500 4.974473
+ param "ep_02.mag_tutor_use04a"
+ fixedlength
+ cctype "cc_master"
+ cctoken ""
+ }
+ event speak "ep_02.mag_tutor_use04b"
+ {
+ time 5.354167 10.799246
+ param "ep_02.mag_tutor_use04b"
+ fixedlength
+ cctype "cc_master"
+ cctoken ""
+ }
+ event speak "ep_02.mag_tutor_use04c"
+ {
+ time 10.812500 15.026922
+ param "ep_02.mag_tutor_use04c"
+ fixedlength
+ cctype "cc_master"
+ cctoken ""
+ }
+ event speak "ep_02.mag_tutor_use04d"
+ {
+ time 15.291667 20.127222
+ param "ep_02.mag_tutor_use04d"
+ fixedlength
+ cctype "cc_master"
+ cctoken ""
+ }
+ }
+ channel "lookAt"
+ {
+ event lookat "!player"
+ {
+ time 0.012940 20.302082
+ param "!player"
+ }
+ }
+ channel "moveTo"
+ {
+ }
+ channel "faceTo"
+ {
+ event face "!player"
+ {
+ time 0.010417 20.294518
+ param "!player"
+ }
+ }
+ channel "postures"
+ {
+ }
+ channel "seq"
+ {
+ }
+ channel "body"
+ {
+ }
+ channel "gestures"
+ {
+ }
+ channel "head"
+ {
+ }
+ channel "facial"
+ {
+ }
+ channel "trigger"
+ {
+ }
+}
+
+scalesettings
+{
+ "CChoreoView" "64"
+ "ExpressionTool" "100"
+ "GestureTool" "100"
+ "RampTool" "100"
+ "SceneRampTool" "100"
+}
+fps 60
+snap off
|