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.
		
			
				
	
	
		
			109 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			109 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "!target1"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "Good luck out there!"
 | |
|     {
 | |
|       time 0.190476 1.394807
 | |
|       param "canals.matt_goodluck"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "Look at"
 | |
|   {
 | |
|     event lookat "player"
 | |
|     {
 | |
|       time 0.006532 1.625581
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.1203 0.6978
 | |
|         0.2760 0.9314
 | |
|         0.6160 1.0000
 | |
|         1.1525 0.9973
 | |
|         1.3739 0.9344
 | |
|         1.4637 0.6745
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "Face to"
 | |
|   {
 | |
|   }
 | |
|   channel "Move to"
 | |
|   {
 | |
|   }
 | |
|   channel "Posture"
 | |
|   {
 | |
|   }
 | |
|   channel "Gesture"
 | |
|   {
 | |
|   }
 | |
|   channel "Flex anim"
 | |
|   {
 | |
|     event flexanimation "Flex Animation"
 | |
|     {
 | |
|       time 0.108843 1.513605
 | |
|       param ""
 | |
|       flexanimations samples_use_time
 | |
|       {
 | |
|         "lid_raiser"         combo        
 | |
|         {
 | |
|           0.4911 0.9500
 | |
|         }
 | |
|         {
 | |
|           0.4911 0.5000
 | |
|         }
 | |
|         "inner_raiser"         combo        
 | |
|         {
 | |
|           0.4911 1.0000
 | |
|         }
 | |
|         {
 | |
|           0.4911 0.5000
 | |
|         }
 | |
|         "outer_raiser"         combo        
 | |
|         {
 | |
|           0.4911 0.4100
 | |
|         }
 | |
|         {
 | |
|           0.4911 0.5000
 | |
|         }
 | |
|         "cheek_raiser"         combo        
 | |
|         {
 | |
|           0.4911 0.8100
 | |
|         }
 | |
|         {
 | |
|           0.4911 0.5000
 | |
|         }
 | |
|         "smile"        
 | |
|         {
 | |
|           0.4911 0.2800
 | |
|         }
 | |
|         "head_updown"         range 15.0 -15.0        
 | |
|         {
 | |
|           0.4911 0.6500
 | |
|         }
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "Trigger"
 | |
|   {
 | |
|   }
 | |
|   channel "Sequence"
 | |
|   {
 | |
|   }
 | |
| }
 | |
| 
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "98"
 | |
|   "RampTool" "50"
 | |
|   "SceneRampTool" "100"
 | |
|   "ExpressionTool" "38"
 | |
|   "GestureTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |