add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
44
gamedata/configs/models/capture/poltergeist_captures.ltx
Normal file
44
gamedata/configs/models/capture/poltergeist_captures.ltx
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
;-------------------------------------------------------------------------------
|
||||
;------ disable params ---------------------------------------------------------
|
||||
|
||||
[disable]
|
||||
linear_factor = 1.0
|
||||
angular_factor = 1.0
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
;------ particle bones ---------------------------------------------------------
|
||||
|
||||
[particle_bones]
|
||||
;bip01_head = 0,0,0
|
||||
bip01_spine = 0,0,0
|
||||
;bip01_l_forearm = 0,0,0
|
||||
;bip01_r_forearm = 0,0,0
|
||||
;bip01_r_clavicle = 0,0,0
|
||||
;bip01_l_clavicle = 0,0,0
|
||||
;bip01_l_upperarm = 0,0,0
|
||||
;bip01_r_upperarm = 0,0,0
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
;------ foot bones -------------------------------------------------------------
|
||||
|
||||
[foot_bones]
|
||||
front_left = bip01_l_finger21
|
||||
front_right = bip01_r_finger21
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
;------ capture params ---------------------------------------------------------
|
||||
|
||||
[capture]
|
||||
bone = bip01_head ; bone for capture
|
||||
distance = 0.3 ; distance - less this distance between bone and capture taget object is captured
|
||||
time_limit = 3 ; max time for trying to capture object "sec"
|
||||
pull_force = 8000 ; max force used to bring the taget to capture bone
|
||||
pull_distance = 1.4 ; max distance taget can be puled
|
||||
velocity_scale = 0.022 ; velocity scale for pulling 1- normal
|
||||
capture_force = 6500 ; max force for holding taget
|
||||
|
||||
[capture_used_bones]
|
||||
bones = bip01_r_forearm, bip01_l_forearm
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
;------ End params -------------------------------------------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue