[Adv Wide HUD] Hide target screen button when HUD is minimized

Open
#1 0 comments 0 reactions 1 assignee View on GitHub

@BC46 is already working on this.

Since Feb 25, 2026.

Assessment

This issue has not been assessed yet.

Description

enhancement

When using the Adv Wide HUD, hide the target screen button when the HUD is minimized (but make sure it is hidden on startup when minimized too, see 0x004E1C3C, and 0x53C450). At 0x004E1C3C, esi = HUD_Target*

Here's a patch for hiding switch to target:

>freelancer.exe
000E3939:8D->6A
000E393A:44->01
000E393B:24->90
000E393C:0C->90
000E393D:50->6A
000E393E:6A->01
000E393F:06->90

Notes:

TargetStatusHandler* - 0x384 = Target*
Target* + 0x38 = HUD_Target*
[HUD_Target* + 0x4A8 + 0x15C] = SwitchToTarget*
Dominant language
C
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.