Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GreySux committed Jan 6, 2024
1 parent 1e76d24 commit 4263120
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 138 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

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.1 release. this upodate includes:
- new customization menu
- new customization folder with many options such as health, chat, scoreboard, etc.
- new and better file layouts
- many color updates to various parts
- better resolution compatibility
- many many many many fixes
Currently 1.1.2 release. this upodate includes:
- added map name to scoreboard
- fixed 12v12 scoreboard
-fixed scoreboard death timers being misaligned

1.1 is the result of a ton of work from myself individually, as i am still working on this more or less alone. thanks to the folks that helped me with testing though!!! please don't be afraid to reach out if you'd like to give assistance.

Expand Down
34 changes: 26 additions & 8 deletions customizations/scoreboard_12v12_/scoreboard_12v12.res
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
"fieldName" "HorizontalLine"
"xpos" "9999"
"ypos" "9999"
"ypos_minmode" "9999""
"ypos_minmode" "9999"
"zpos" "3"
"wide" "465"
"wide_lodef" "434"
Expand Down Expand Up @@ -687,7 +687,25 @@
"visible" "0"
}
}
"MapNameReal"
{
"ControlName" "CExLabel"
"fieldName" "mapname"
"font" "GameFont12"
"labelText" "%mapname%"
"textAlignment" "center"
"xpos" "c-61"
"ypos" "c112"
"ypos_minmode" "c112"
"zpos" "3"
"wide" "116"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "255 255 255 255"
}
"LocalPlayerDuelStatsPanel"
{
"ControlName" "EditablePanel"
Expand Down Expand Up @@ -715,7 +733,7 @@
"labelText" "#TF_ScoreBoard_Dueling"
"textAlignment" "center"
"xpos" "250"
"ypos" "2 "
"ypos" "2"
"zpos" "3"
"wide" "100"
"tall" "20"
Expand Down Expand Up @@ -905,7 +923,7 @@
"fieldName" "LocalPlayerStatsPanel"
"xpos" "c-225"
"ypos" "321"
"ypos_minmode" "295"
"ypos_minmode" "321"
"zpos" "3"
"wide" "450"
"tall" "150"
Expand Down Expand Up @@ -1028,19 +1046,19 @@
{
"ControlName" "CExLabel"
"fieldName" "mapname"
"font" "GameFont24"
"font" "GameFont12"
"labelText" "%mapname%"
"textAlignment" "center"
"xpos" "162"
"ypos" "35"
"xpos" "164"
"ypos" "30"
"zpos" "3"
"wide" "116"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"fgcolor" "236 227 203 255"
"fgcolor" "255 255 255 255"
}
"GameType"
{
Expand Down
27 changes: 23 additions & 4 deletions customizations/scoreboard_6v6_/scoreboard_6v6.res
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,25 @@
"visible" "0"
}
}
"MapNameReal"
{
"ControlName" "CExLabel"
"fieldName" "mapname"
"font" "GameFont12"
"labelText" "%mapname%"
"textAlignment" "center"
"xpos" "c-61"
"ypos" "c86"
"ypos_minmode" "c86"
"zpos" "3"
"wide" "116"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "255 255 255 255"
}

"LocalPlayerDuelStatsPanel"
{
Expand Down Expand Up @@ -1026,21 +1045,21 @@
}
"MapName"
{
"ControlName" "CExLabel"
"ControlName" "CExLabel"
"fieldName" "mapname"
"font" "GameFont24"
"font" "GameFont12"
"labelText" "%mapname%"
"textAlignment" "center"
"xpos" "162"
"ypos" "35"
"ypos" "30"
"zpos" "3"
"wide" "116"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"fgcolor" "236 227 203 255"
"fgcolor" "255 255 255 255"
}
"GameType"
{
Expand Down
9 changes: 9 additions & 0 deletions customizations/ubericons/targetidubericons.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"Resource/UI/TargetID.res"
// adds icons to every medigun type instead of medigun name
{
"TargetDataLabel"
{
"font" "TargetIDIcons"
}

}
Binary file modified resource/chat_english.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion resource/ui/hudmatchstatus_base.res
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
"fieldName" "RespawnTime"
"font" "HudFontSmall"
"xpos" "0"
"ypos" "0"
"ypos" "15"
"zpos" "10"
"wide" "f0"
"tall" "f0"
Expand Down
30 changes: 24 additions & 6 deletions resource/ui/scoreboard_base.res
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,25 @@
"visible" "0"
}
}

"MapNameReal"
{
"ControlName" "CExLabel"
"fieldName" "mapname"
"font" "GameFont12"
"labelText" "%mapname%"
"textAlignment" "center"
"xpos" "c-61"
"ypos" "c112"
"ypos_minmode" "c86"
"zpos" "3"
"wide" "116"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "255 255 255 255"
}
"LocalPlayerDuelStatsPanel"
{
"ControlName" "EditablePanel"
Expand Down Expand Up @@ -1011,7 +1029,7 @@
"ControlName" "CExLabel"
"fieldName" "Deaths2"
"font" "GameFont40"
"font_minmode" "GameFont30"
"font_minmode" "GameFont30"
"labelText" "%deaths%"
"textAlignment" "west"
"xpos" "229"
Expand All @@ -1026,21 +1044,21 @@
}
"MapName"
{
"ControlName" "CExLabel"
"ControlName" "CExLabel"
"fieldName" "mapname"
"font" "GameFont24"
"font" "GameFont12"
"labelText" "%mapname%"
"textAlignment" "center"
"xpos" "162"
"ypos" "35"
"ypos" "30"
"zpos" "3"
"wide" "116"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"fgcolor" "236 227 203 255"
"fgcolor" "255 255 255 255"
}
"GameType"
{
Expand Down
110 changes: 0 additions & 110 deletions scripts/HudAnimations_ciba.txt

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/HudAnimations_goog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ event TeamStatus_PlayerDead

Animate DeathPanel ypos 15 Accel 0 0.2
Animate SkullPanel ypos 15 Accel 0 0.2
Animate respawntime ypos 15 Accel 0 0.2
Animate respawntime ypos 15 Accel 0 0.2
}

event TeamStatus_PlayerAlive
{
Animate DeathPanel ypos 15 Accel 0 0.2
Animate SkullPanel ypos 15 Accel 0 0.2
Animate SkullPanel ypos 15 Accel 0 0.2
Animate respawntime ypos 15 Accel 0 0.2

SetVisible DeathPanel 0 0.2
Expand Down
Binary file modified sound/sound.cache
Binary file not shown.

0 comments on commit 4263120

Please sign in to comment.