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
		
	
	
		
			644 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			644 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "!target1"
 | |
| {
 | |
|   channel "pose"
 | |
|   {
 | |
|     event sequence "shoot_ar2"
 | |
|     {
 | |
|       time 0.013333 1.786666
 | |
|       param "Idle_SMG1_Aim"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.0100 1.0000
 | |
|         1.5000 0.9886
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "aim"
 | |
|   {
 | |
|     event generic "aim at"
 | |
|     {
 | |
|       time 0.233333 1.746667
 | |
|       param "AI_AIM"
 | |
|       param2 "!target2"
 | |
|     }
 | |
|   }
 | |
|   channel "chiggers"
 | |
|   {
 | |
|     event firetrigger "pause"
 | |
|     {
 | |
|       time 1.353333 -1.000000
 | |
|       param "1"
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "100"
 | |
|   "RampTool" "100"
 | |
|   "ExpressionTool" "100"
 | |
|   "GestureTool" "100"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |