[Adv Wide HUD] Hide target screen button when HUD is minimized
@BC46 is already working on this.
Since Feb 25, 2026.
Assessment
This issue has not been assessed yet.
Description
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
level/task module/gcp type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 86/100
hapostgres/pg_auto_failover#1190 ·
-
docs
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
P3 sonic-vpp
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sonic-net/sonic-buildimage#29662 ·