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
		
	
	
		
			817 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			817 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "Barney"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "ba_danger02"
 | |
|     {
 | |
|       time 0.064516 1.791092
 | |
|       param "npc_barney.ba_danger02"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "trigger"
 | |
|   {
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|     event lookat "!player"
 | |
|     {
 | |
|       time 0.021506 1.768818
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.1400 0.8553
 | |
|         0.2367 0.9868
 | |
|         1.5554 0.9868
 | |
|         1.6254 0.8640
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   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
 |