Page MenuHomeFeedback Tracker

[Feature Request] Detachable bipods
Feedback, NormalPublic

Description

Right now bipods are an integral part of a weapon, but if we would want to make them as an attachment, then currently in order to achieve such result one would have to:

  1. Add a bone to all applicable weapons that would be used as a pivot for the deployment point.
  2. Modify the AR logic responsible for showing the fold/unfold bipod hint.
  3. Add a listener to catch [Ctrl]+[C] (that's a default keybind for toggling bipod).
  4. Create a simple procedural animation that would move the bone down (Y axis) from the first point by the signal value.
  5. Create a custom component for bipods that will trigger the animation and change the signal value of the attached weapon to the defined bipod height value.

Lastly, the current implementation of bipods doesn't allow for the usage of such bipods while prone as the BaseWeaponComponent.HasBipod() cannot be modified.

The creation of such a vanilla component would make the life of modders much easier as it would allow for immediate compatibility between mods without any dependency.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

Geez changed the task status from New to Feedback.Oct 27 2023, 1:48 PM