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.
		
			
				
	
	
		
			48 lines
		
	
	
		
			831 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			831 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "Alyx"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "k_lab.al_docsays01"
 | |
|     {
 | |
|       time 0.080000 2.719229
 | |
|       param "k_lab.al_docsays01"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken "k_lab.al_docsays01_cc"
 | |
|     }
 | |
|     event speak "k_lab.al_docsays02"
 | |
|     {
 | |
|       time 2.906667 3.538640
 | |
|       param "k_lab.al_docsays02"
 | |
|       fixedlength
 | |
|       cctype "cc_slave"
 | |
|       cctoken "k_lab.al_docsays01_cc"
 | |
|     }
 | |
|   }
 | |
|   channel "triggers"
 | |
|   {
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|     event lookat "look at player"
 | |
|     {
 | |
|       time 0.026667 4.266666
 | |
|       param "!player"
 | |
|     }
 | |
|   }
 | |
|   faceposermodel "U:\HL2\hl2\models\alyx.mdl"
 | |
| }
 | |
| 
 | |
| mapname "maps\d1_trainstation_05.bsp"
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "100"
 | |
|   "RampTool" "100"
 | |
|   "ExpressionTool" "100"
 | |
|   "GestureTool" "100"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |