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.
		
			
				
	
	
		
			61 lines
		
	
	
		
			842 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			842 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "Alyx"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "citadel.al_soldiers01_b"
 | |
|     {
 | |
|       time 0.213333 1.004376
 | |
|       param "citadel.al_soldiers01_b"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|     event lookat "!player"
 | |
|     {
 | |
|       time 0.026667 1.006359
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.1615 0.8772
 | |
|         0.2846 0.9912
 | |
|         0.7092 0.9956
 | |
|         0.8592 0.8728
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "move to"
 | |
|   {
 | |
|   }
 | |
|   channel "faceTo"
 | |
|   {
 | |
|   }
 | |
|   channel "Postures"
 | |
|   {
 | |
|   }
 | |
|   channel "Gestures"
 | |
|   {
 | |
|   }
 | |
|   channel "facial"
 | |
|   {
 | |
|   }
 | |
|   channel "Trigger"
 | |
|   {
 | |
|   }
 | |
|   faceposermodel "U:\HL2\hl2\models\alyx.mdl"
 | |
| }
 | |
| 
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "87"
 | |
|   "ExpressionTool" "100"
 | |
|   "GestureTool" "100"
 | |
|   "RampTool" "52"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |