Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
guh
  • Loading branch information
GreySux committed Sep 28, 2024
1 parent 86b5788 commit 07a389c
Show file tree
Hide file tree
Showing 14 changed files with 1,231 additions and 9 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

To install, press the green "Code" on github, then download ZIP. Once downloaded, open/unzip the file and drag the folder "googhud-main" into \Team Fortress 2\tf\custom

Currently 1.2 release. this upodate includes:
- a bunch of fixes
Currently 1.3 release. this upodate includes:
- a couple fixes
- transparent viewmodel support
- uber and kritz counters

1.2 is the most stable release to date, with plenty of bug fixes and what not. as always, dm me any issues you have!
As always, dm me any issues you have!

Screenshots: [here](https://imgur.com/a/H6aybW9)

Expand All @@ -20,6 +22,7 @@ Thanks to the following folks who I borrowed hud elements from:
- mrcolour - colourhud
- whisker - budhud
- paolo - noobpanzerhud
- lava - base for uber counter
- jarateking - HUD Reference Wiki


Expand Down
4 changes: 3 additions & 1 deletion customizations/instructions_READpleaseibegyou.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contact greysucks on discord if you need any help!
*****THE BASICS******
REMOVE _ AT END OF FOLDER NAME FOR OPTION YOU WANT TO USE, ADD _ FOR OPTIONS YOU DONT WANT

ie. if I wanted to use 2dplayermodel and health cross
ie. if I wanted to use 2dplayermodel, change the folder name as follows
"2dplayermodel_" --> "2dplayermodel"


Expand Down Expand Up @@ -34,6 +34,8 @@ for some reason the speedometer does not want to work via a customization file.
-look for lines with "visible" or "enabled" and change their values from "0" to "1"
-woohoo you did it im proud of you

**TRANSPARENT VIEWMODEL**
-same process as the speedometer, scroll down to the transparent viewmodel section and change the value of visible and enabled from 0 to 1

**FONTS**
unfortunately you'll have to do this manually for now, although i will impliment this in the future. anyways, please use the following guide: https://github.com/rbjaxter/budhud/wiki/Adding---Replacing-Custom-Fonts
Expand Down
10 changes: 10 additions & 0 deletions materials/vgui/replay/thumbnails/REFRACTnormal_transparent.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"Refract"
{
"%keywords" "tf"
"$refractamount" "0.0"
"$refracttint" "{255 255 255}"
"$refractblur" "0.0"

"$scale" "[1 1]"
"$normalmap" "vgui/replay/thumbnails/REFRACTnormal_transparent"
}
Binary file not shown.
3 changes: 0 additions & 3 deletions resource/ui/HudMedicCharge.res
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@
}





//////////////////////////////////REMOVED STUFF//////////////////////////////////

"Background"
Expand Down
2 changes: 1 addition & 1 deletion resource/ui/MatchMakingDashBoardMvMCriteria.res
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"fieldName" "MVMCriteria"
"xpos" "r0"
"ypos" "10"
"zpos" "1003"
"zpos" "1002"
"wide" "420"
"tall" "f70"
"visible" "1"
Expand Down
Loading

1 comment on commit 07a389c

@tf2huds-dev
Copy link

@tf2huds-dev tf2huds-dev bot commented on 07a389c Sep 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to https://tf2huds.dev/hud/googhud 🚀

Please sign in to comment.