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.
		
			
				
	
	
		
			83 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			83 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "!Target1"
 | |
| {
 | |
|   channel "wav"
 | |
|   {
 | |
|     event speak "npc_citizen.whoops01"
 | |
|     {
 | |
|       time 4.974360 5.383588
 | |
|       param "npc_citizen.whoops01"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|     event speak "npc_citizen.uhoh"
 | |
|     {
 | |
|       time 1.141026 1.628510
 | |
|       param "npc_citizen.uhoh"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|     event speak "npc_citizen.startle02"
 | |
|     {
 | |
|       time 0.102565 0.791454
 | |
|       param "npc_citizen.startle02"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|     event speak "npc_citizen.sorry01"
 | |
|     {
 | |
|       time 5.461539 5.931177
 | |
|       param "npc_citizen.sorry01"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|     event speak "npc_citizen.headsup02"
 | |
|     {
 | |
|       time 1.692309 2.805460
 | |
|       param "npc_citizen.headsup02"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "move to"
 | |
|   {
 | |
|   }
 | |
|   channel "face to"
 | |
|   {
 | |
|   }
 | |
|   channel "turn to"
 | |
|   {
 | |
|   }
 | |
|   channel "audio"
 | |
|   {
 | |
|   }
 | |
|   channel "trigger"
 | |
|   {
 | |
|     event firetrigger "1 - CRASH!!!"
 | |
|     {
 | |
|       time 3.564103 -1.000000
 | |
|       param "1"
 | |
|     }
 | |
|   }
 | |
|   channel "gesture"
 | |
|   {
 | |
|   }
 | |
|   faceposermodel "models\humans\group01\male_01.mdl"
 | |
| }
 | |
| 
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "52"
 | |
|   "RampTool" "100"
 | |
|   "ExpressionTool" "100"
 | |
|   "GestureTool" "100"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |