Skip to content
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

Nametags - Visibility improvements #10665

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mrschick
Copy link
Contributor

When merged this pull request will:

  • More reliable NT drawing on dismounted units while inside an open vehicle:
    It appears that the current LOD checks are too restrictive when mounted on vehicles like quads, preventing drawing of the tags of dismounted units. Needs some more testing.
  • Make the setting GVAR(showCursorTagForVehicles) always show VC nametags:
    It appears that the setting didn't have any effect previously. Only setting nametags to "cursor only" would enable the functionality of displaying VC nametags from outside.
  • More reliable NT drawing on a vehicle's commander from the outside:
    Would previously be blocked on some vehicles, again due to a too restrictive LOD check.
    Needs more testing, maybe it could become a List-type setting with options: Always/On cursor/On Keybind Toggle/Never.
  • Show nametags of all units within an open vehicle to the outside:
    Could be setting-dependent, maybe a List with options: Always/On cursor/On Keybind Toggle/Never.

Co-authored-by: Jouni Järvinen <[email protected]>
@BaerMitUmlaut
Copy link
Member

BaerMitUmlaut commented Jan 16, 2025

Usually FIRE is the most accurate LOD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants