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.
		
			
				
	
	
		
			46 lines
		
	
	
		
			745 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			745 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "Hunter"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "NPC_Hunter.TackleAnnounce"
 | |
|     {
 | |
|       time 0.333333 1.343605
 | |
|       param "NPC_Hunter.TackleAnnounce"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "gesture"
 | |
|   {
 | |
|     event gesture "gesture_roar"
 | |
|     {
 | |
|       time 0.000000 1.000000
 | |
|       param "gesture_roar"
 | |
|       absolutetags playback_time
 | |
|       {
 | |
|         "in" 0.347619
 | |
|         "out" 0.764762
 | |
|       }
 | |
|       absolutetags shifted_time
 | |
|       {
 | |
|         "in" 0.357143
 | |
|         "out" 0.785714
 | |
|       }
 | |
|       sequenceduration 0.966667
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "100"
 | |
|   "SceneRampTool" "100"
 | |
|   "RampTool" "100"
 | |
|   "ExpressionTool" "100"
 | |
|   "GestureTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |