-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sitting improvements #2338
Sitting improvements #2338
Conversation
Tested it, works very nicely, great work! 👍 With this we no longer need the "restrict movement by GVAR(sitRotation)" in the PFH, I'll remove it once this gets merged and also cleanup some of it. Another though, is it possible to hide the backpack like in vehicles? I think it would be preferred. Side question, what does |
@@ -1,6 +1,9 @@ | |||
// Enable visual head movement while free-looking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That comment can be removed or new things added.
head = "headDefault"; ... head turns in view direction |
Awesome, thanks for the explanations! I was at least on a good path. :) |
Feedback on the scroll wheel action? Any time someone wanted to sit for the first time, they were stuck, because they didn't know how to stand up again. This should be way more intuitive. Works with GetOut shortcut (V). |
@commy2 I think that's a good addition. Probably feels a lot more natural with the V shortcut working as well |
@commy2 In that sense, maybe it might be wiser to rename that action to |
In my social experiment everyone (4 of 4 .. including myself) tried to press V first. The action is only there to enable the hotkey. |
I like it! 👍 |
👍 |
@commy2 Alright. Although that sample size is not particularly huge |
No description provided.