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.
		
			
				
	
	
		
			103 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			103 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "Boxcar_vort"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|   }
 | |
|   channel "move to"
 | |
|   {
 | |
|   }
 | |
|   channel "faceTo"
 | |
|   {
 | |
|   }
 | |
|   channel "seq."
 | |
|   {
 | |
|   }
 | |
|   channel "Postures"
 | |
|   {
 | |
|   }
 | |
|   channel "bodygesture"
 | |
|   {
 | |
|   }
 | |
|   channel "Gestures"
 | |
|   {
 | |
|   }
 | |
|   channel "head"
 | |
|   {
 | |
|   }
 | |
|   channel "facial"
 | |
|   {
 | |
|   }
 | |
|   channel "Trigger"
 | |
|   {
 | |
|   }
 | |
|   faceposermodel "U:\HL2\hl2\models\alyx.mdl"
 | |
| }
 | |
| 
 | |
| actor "Boxcar_human"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "Hey, stop that"
 | |
|     {
 | |
|       time 0.080000 4.158979
 | |
|       param "canals.boxcar_vortstop"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|     event lookat "look player"
 | |
|     {
 | |
|       time 0.053333 4.366668
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.0545 0.3691
 | |
|         0.2212 0.7301
 | |
|         0.5940 0.9008
 | |
|         2.1462 0.9921
 | |
|         3.5462 0.9524
 | |
|         3.9577 0.8333
 | |
|         4.1630 0.6627
 | |
|         4.2588 0.4087
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "move to"
 | |
|   {
 | |
|   }
 | |
|   channel "face to"
 | |
|   {
 | |
|     event face "face player"
 | |
|     {
 | |
|       time 0.026666 4.400001
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.1038 0.1151
 | |
|         0.3473 0.2817
 | |
|         3.5775 0.3968
 | |
|         3.9803 0.2421
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| mapname "maps\d1_trainstation_04.bsp"
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "25"
 | |
|   "ExpressionTool" "62"
 | |
|   "GestureTool" "100"
 | |
|   "RampTool" "52"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |