mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
Moved UI to new IK settings tab
This commit is contained in:
parent
c7556b3bfe
commit
7f2aee386e
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ This mod adds features for AAS animator and avatar locomotion behaviour.
|
|||
* Put `ml_amt.dll` in `Mods` folder of game
|
||||
|
||||
# Usage
|
||||
Available mod's settings in `Settings - Implementation - Avatar Motion Tweaker`:
|
||||
Available mod's settings in `Settings - IK - Avatar Motion Tweaker`:
|
||||
* **IK override while crouching:** disables legs locomotion/autostep upon HMD reaching `Crouch limit`; default value - `true`.
|
||||
* **Crouch limit:** defines crouch limit; default value - `65`.
|
||||
* Note: Can be overrided by avatar. For this avatar has to have child gameobject with name `CrouchLimit`, its Y-axis location will be used as limit, should be in range [0.0, 1.0].
|
||||
|
|
|
@ -250,7 +250,7 @@ function inp_toggle_mod_amt(_obj, _callbackName) {
|
|||
</div>
|
||||
</div>
|
||||
`;
|
||||
document.getElementById('settings-implementation').appendChild(l_block);
|
||||
document.getElementById('settings-ik').appendChild(l_block);
|
||||
|
||||
// Update sliders in new menu block
|
||||
let l_sliders = l_block.querySelectorAll('.inp_slider');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue