diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-03 10:39:23 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-03 11:57:22 -0800 |
| commit | b5dc4a85433a908d38d453e98d7d45e22e2a5fc0 (patch) | |
| tree | f186094efa03e9c1144fb5c98161cf3f7b054f90 /sp/game/ep2/Scenes/Outtro/nag_launch_al3.vcd | |
| parent | Specify clobbered registers in POSIX SSE functions (diff) | |
| download | source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.tar.xz source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.zip | |
Line-ending fixes for most of the remaining files.
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst,
proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj,
vcxproj, sln, in, java, la, manifest, am, and rad.
Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and
gitignore.
Finally, fixes executable bits.
Diffstat (limited to 'sp/game/ep2/Scenes/Outtro/nag_launch_al3.vcd')
| -rw-r--r-- | sp/game/ep2/Scenes/Outtro/nag_launch_al3.vcd | 166 |
1 files changed, 83 insertions, 83 deletions
diff --git a/sp/game/ep2/Scenes/Outtro/nag_launch_al3.vcd b/sp/game/ep2/Scenes/Outtro/nag_launch_al3.vcd index 7282e25e..b467934e 100644 --- a/sp/game/ep2/Scenes/Outtro/nag_launch_al3.vcd +++ b/sp/game/ep2/Scenes/Outtro/nag_launch_al3.vcd @@ -1,83 +1,83 @@ -// Choreo version 1
-actor "Alyx"
-{
- channel "audio"
- {
- event speak "ep_02.al_launch_allyours"
- {
- time 0.076389 0.956389
- param "ep_02.al_launch_thing01"
- fixedlength
- cctype "cc_master"
- cctoken ""
- }
- event speak "ep_02.al_launch_allyours"
- {
- time 1.499598 2.635607
- param "ep_02.al_launch_thing02"
- fixedlength
- cctype "cc_master"
- cctoken ""
- }
- }
- channel "look at"
- {
- event lookat "look at player"
- {
- time 0.080000 3.040555
- param "!player"
- event_ramp
- {
- 0.1211 0.3204 "curve_bspline_to_curve_bspline"
- 0.5838 0.5525 "curve_bspline_to_curve_bspline"
- 2.4471 0.5580 "curve_bspline_to_curve_bspline"
- 2.7660 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.013889 2.944445
- param "mark.magnusson.camera"
- event_ramp
- {
- 0.0633 0.0267
- 0.3816 0.7701
- 0.5653 0.9840
- 2.2330 1.0000
- 2.3922 0.8663
- 2.7759 0.1123
- }
- }
- }
-}
-
-scalesettings
-{
- "CChoreoView" "96"
- "ExpressionTool" "100"
- "RampTool" "98"
- "GestureTool" "100"
- "SceneRampTool" "100"
-}
-fps 60
-snap off
-ignorePhonemes off
+// Choreo version 1 +actor "Alyx" +{ + channel "audio" + { + event speak "ep_02.al_launch_allyours" + { + time 0.076389 0.956389 + param "ep_02.al_launch_thing01" + fixedlength + cctype "cc_master" + cctoken "" + } + event speak "ep_02.al_launch_allyours" + { + time 1.499598 2.635607 + param "ep_02.al_launch_thing02" + fixedlength + cctype "cc_master" + cctoken "" + } + } + channel "look at" + { + event lookat "look at player" + { + time 0.080000 3.040555 + param "!player" + event_ramp + { + 0.1211 0.3204 "curve_bspline_to_curve_bspline" + 0.5838 0.5525 "curve_bspline_to_curve_bspline" + 2.4471 0.5580 "curve_bspline_to_curve_bspline" + 2.7660 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.013889 2.944445 + param "mark.magnusson.camera" + event_ramp + { + 0.0633 0.0267 + 0.3816 0.7701 + 0.5653 0.9840 + 2.2330 1.0000 + 2.3922 0.8663 + 2.7759 0.1123 + } + } + } +} + +scalesettings +{ + "CChoreoView" "96" + "ExpressionTool" "100" + "RampTool" "98" + "GestureTool" "100" + "SceneRampTool" "100" +} +fps 60 +snap off +ignorePhonemes off |