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.
		
			
				
	
	
		
			72 lines
		
	
	
		
			1018 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			1018 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| event stoppoint "stop"
 | |
| {
 | |
|   time 2.200000 -1.000000
 | |
|   param "noaction"
 | |
| }
 | |
| actor "!Target2"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "Help!"
 | |
|     {
 | |
|       time 1.733335 2.200818
 | |
|       param "npc_citizen.help01"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|     event speak "hey, over here!"
 | |
|     {
 | |
|       time 0.355556 1.128753
 | |
|       param "npc_citizen.overhere01"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|     event lookat "look player"
 | |
|     {
 | |
|       time 0.066666 3.722222
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.1600 0.9948
 | |
|         2.9345 0.9818
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "move to "
 | |
|   {
 | |
|   }
 | |
|   channel "face to"
 | |
|   {
 | |
|   }
 | |
|   channel "sequence"
 | |
|   {
 | |
|   }
 | |
|   channel "postures"
 | |
|   {
 | |
|   }
 | |
|   channel "gestures"
 | |
|   {
 | |
|   }
 | |
|   channel "trigger"
 | |
|   {
 | |
|   }
 | |
| }
 | |
| 
 | |
| mapname "maps\klab_actormarks.bsp"
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "30"
 | |
|   "ExpressionTool" "40"
 | |
|   "RampTool" "60"
 | |
|   "GestureTool" "50"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |