71 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "!target1"
 | |
| {
 | |
|   channel "audio"
 | |
|   {
 | |
|     event speak "npc_citizen.busy02"
 | |
|     {
 | |
|       time 0.260000 1.473288
 | |
|       param "npc_citizen.busy02"
 | |
|       fixedlength
 | |
|       cctype "cc_master"
 | |
|       cctoken ""
 | |
|     }
 | |
|   }
 | |
|   channel "Look at"
 | |
|   {
 | |
|     event lookat "player"
 | |
|     {
 | |
|       time 0.000000 1.673333
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.6694 0.5607
 | |
|         0.7694 0.5682
 | |
|         0.8410 0.5574
 | |
|         1.2751 0.5717
 | |
|         1.4319 0.0368
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "Face to"
 | |
|   {
 | |
|     event face "face to"
 | |
|     {
 | |
|       time 0.006667 1.753333
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.2960 0.1296
 | |
|         1.4197 0.2425
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   channel "Move to"
 | |
|   {
 | |
|   }
 | |
|   channel "Posture"
 | |
|   {
 | |
|   }
 | |
|   channel "Gesture"
 | |
|   {
 | |
|   }
 | |
|   channel "Flex anim"
 | |
|   {
 | |
|   }
 | |
|   channel "Trigger"
 | |
|   {
 | |
|   }
 | |
| }
 | |
| 
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "100"
 | |
|   "RampTool" "50"
 | |
|   "SceneRampTool" "100"
 | |
|   "ExpressionTool" "38"
 | |
|   "GestureTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |