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.
		
			
				
	
	
		
			52 lines
		
	
	
		
			850 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			850 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "Barney"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "ba_getdown"
 | |
|     {
 | |
|       time 0.055556 1.315488
 | |
|       param "npc_barney.ba_getdown"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|     event lookat "lookit"
 | |
|     {
 | |
|       time 0.080000 1.339166
 | |
|       param "!player"
 | |
|       event_ramp 
 | |
|       {
 | |
|         0.1211 0.3204 "curve_bspline_to_curve_bspline"
 | |
|         0.5838 0.5525 "curve_bspline_to_curve_bspline"
 | |
|         0.8308 0.5580 "curve_bspline_to_curve_bspline"
 | |
|         1.0646 0.3481 "curve_bspline_to_curve_bspline"
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "gestures"
 | |
|   {
 | |
|   }
 | |
|   channel "postures"
 | |
|   {
 | |
|   }
 | |
|   channel "facial flex"
 | |
|   {
 | |
|   }
 | |
|   active "0"
 | |
| }
 | |
| 
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "96"
 | |
|   "ExpressionTool" "100"
 | |
|   "RampTool" "98"
 | |
|   "GestureTool" "100"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |