Skip to content

Commit

Permalink
Merge pull request #129 from TechnoSL/master
Browse files Browse the repository at this point in the history
fix #126 + some safe measures for better bug reporting
  • Loading branch information
tekunotri authored Apr 30, 2024
2 parents 026e337 + 429a7b6 commit f77494d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
18 changes: 11 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ assignees: ''

---

** Fill these checkmarks before reporting a bug!**
**Fill these checkmarks before reporting a bug!**

- [] i am not using any additional mods that might overwrite any hud files (things like portraits and stuff of the sort)

**Describe the Issue**
A clear and concise description of what the Issue is.

**To Reproduce (gamemode/loadout etc)**
**Steps To Reproduce (gamemode/loadout etc)**
Steps to reproduce the behavior:

1. Go to '...'
2. Equip '...'
3. Play on '...'
Expand All @@ -27,10 +29,12 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS:
- Resolution (and Aspect Ratio, eg. 1280x960 4:3):

- OS [e.g. Windows 10, macOS 11.5, Ubuntu 20.04]:
- Resolution and Aspect Ratio [eg. 1280x960 4:3]:

**TF2 Specific Info (please complete the following information):**
- HUD Version (either commit # or release version):
- Customizations Applied (if any, if none type "none"):
- Other Mods in tf/custom? if so, which ones?:

- HUD Version (either [commit #](https://i.imgur.com/Jx06jeZ.png) or release version):
- Customizations Applied (if any, if none type "none"):
- Other Mods in tf/custom? if so, which ones?:
2 changes: 1 addition & 1 deletion resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@
"dulltext" "0"
"brighttext" "0"
"default" "1"
"command" "engine con_enable 1; toggleconsole"
"command" "engine con_enable 1; toggleconsole; echo middle mann v21.1; echo updated: 30/04/24" //mostly used for bug reporting, remind self to update this string after every release
"labeltext" "Console"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
Expand Down
15 changes: 3 additions & 12 deletions resource/ui/spectator.res
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,10 @@
{
"ControlName" "CExLabel"
"proportionaltoparent" "1"
"xpos" "r290" [$WIN32]
"ypos" "r316" [$WIN32]
"xpos_minmode" "-8"
"ypos_minmode" "r106" [$WIN32]
"xpos" "-8" [$X360]
"ypos" "r506" [$X360]
"ypos_hidef" "r106"
"ypos_lodef" "r106"
"wide" "300" [$WIN32]
"xpos" "cs-0.5"
"ypos" "50"
"wide" "300"
"tall" "28"
"wide_minmode" "300"
"wide" "300" [$X360]
"tall_hidef" "28"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand Down

0 comments on commit f77494d

Please sign in to comment.