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

[BUG] Casual level icon on the main menu cuts out on both sides #302

Closed
MrConeMan opened this issue Nov 30, 2024 · 4 comments · Fixed by #303
Closed

[BUG] Casual level icon on the main menu cuts out on both sides #302

MrConeMan opened this issue Nov 30, 2024 · 4 comments · Fixed by #303
Assignees
Labels
bug report A general purpose bug report.

Comments

@MrConeMan
Copy link
Contributor

Describe the issue.
On the main menu screen and this is only usually noticeable on higher casual levels but on both sides the icon sorta cuts off if you gain a higher level.

  • Resolution: 1920x1080

Screenshots
image
image

@MrConeMan
Copy link
Contributor Author

@CriticalFlaw Figured out a way to patch this
In pvprankpanel.res in the "RankModel" section just change the "tall" value to 90 and the "fov" value to 60
image
This is what it should look like now if these changes are made

@CriticalFlaw CriticalFlaw added the bug report A general purpose bug report. label Dec 2, 2024
@CriticalFlaw
Copy link
Owner

It's very odd because on my side in 1920x1080 the medal appears fine and has a large bounding box as-is. I'm a bit cautious about increasing its fov because it may become comically large in lower resolution.

image

MrConeMan added a commit to MrConeMan/TF2HUD-Fixes that referenced this issue Dec 2, 2024
This fixes CriticalFlaw#302 

Tested on all resolutions below 16:9

I'm no expert in hud making nor did I ever modify tf2's hud in my life but any problems that occur from this change please go to someone else about this.
@valeriedesumo
Copy link

This is a bug with the custom HUD, not vanilla. On 1920x1080, I can confirm that the model was getting cut off when using the latest files on github, and that the suggested fix works, as well as the original values of p0.12 and 70
Current HUD:
image
Pull Request:
image

@CriticalFlaw
Copy link
Owner

I'm trying to recall but there was a particular reason the medal was tweaked from the original. For now I've merged in #303 to see if that resolves the reported issue. @MrConeMan please re-test and let me know if it looks good on your end.

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

Successfully merging a pull request may close this issue.

3 participants