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.
		
			
				
	
	
		
			49 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "Barney"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "ba_grenade01"
 | |
|     {
 | |
|       time 0.064516 1.206013
 | |
|       param "npc_barney.ba_grenade01"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "trigger"
 | |
|   {
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|   }
 | |
|   channel "move to "
 | |
|   {
 | |
|   }
 | |
|   channel "face to"
 | |
|   {
 | |
|   }
 | |
|   channel "sequence"
 | |
|   {
 | |
|   }
 | |
|   channel "postures"
 | |
|   {
 | |
|   }
 | |
|   channel "gestures"
 | |
|   {
 | |
|   }
 | |
| }
 | |
| 
 | |
| mapname "maps\d1_town_05.bsp"
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "62"
 | |
|   "ExpressionTool" "40"
 | |
|   "RampTool" "60"
 | |
|   "GestureTool" "50"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |