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

[GAME] Issues with HudLayout.res #313

Open
ghost opened this issue Aug 4, 2024 · 0 comments
Open

[GAME] Issues with HudLayout.res #313

ghost opened this issue Aug 4, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@ghost
Copy link

ghost commented Aug 4, 2024

Describe the bug

A recent pull request on Valve's Source SDK 2013 repo (ValveSoftware#578 & ValveSoftware#579) pointed out two issues relating both hl2 and episodic's HudLayout.res

In mod_episodic's HudLayout.res there's a typo in the "HudHistoryResource" section that cuts the pickup icon at the bottom of the pickup history list in half.

In mod_hl2's HudLayout.res that typo is fixed but also has a duplicated "text_inset" entry.

Steps to reproduce

Steps to reproduce the behavior:

  1. Make a new basic mod no changes to HudLayout.res
  2. Load into a map and pickup a bunch of weapons and items.
  3. You'll see a strange cut off on one of the pickup icons.

Expected behavior

The pickup history should not have a cut off and should just show the normal icons.

@ghost ghost added the Bug Something isn't working label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants