Skip to content

Commit

Permalink
1.92 [Smissmas 2019]
Browse files Browse the repository at this point in the history
- changed the main directory to "biscottihud" (all lower case) to hopefully fix issues with case-sensitive file systems. No clue if it works or why it was broken to begin with.
- changed a small background thing when picking up engie buildings. At some point something changed so the thing I had there stopped working properly. I don't know how to fix it beyond just removing the worst looking background. Frankly, I made this change a while ago, and forgot to push it.
- updated the ads on the main menu to the smissmass stuff. You are being marketed to again. Congrats.
- also changed the README to reflect the fact that I have no clue at this point if it works at all on Linux.
  • Loading branch information
MedicodiBiscotti committed Dec 30, 2019
1 parent d1dd492 commit 7c242d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# biscottiHUD
v. 1.91
v. 1.92

This is my custom HUD for Team Fortress 2 (TF2).

Expand All @@ -23,7 +23,7 @@ I'd appreciate if you'd credit me for the HUD if you use it for pseudo-commercia
|:-----------------:|:-------------:|
| Windows | Yes! |
| Mac | Probably not. |
| Linux | Yes! |
| Linux | Maybe?.. |

| Resolution | Compatible? |
|:----------:|:-----------:|
Expand Down
2 changes: 1 addition & 1 deletion biscottiHUD/info.vdf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"biscottiHUD"
"biscottihud"
{
"ui_version" "3"
}
2 changes: 1 addition & 1 deletion biscottiHUD/resource/gamemenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"Version"
{
"label" "biscottiHUD v. 1.91"
"label" "biscottiHUD v. 1.92"
"command" "engine showconsole
echo ..............................................................................................................
echo ..............................................................................................................
Expand Down
20 changes: 5 additions & 15 deletions biscottiHUD/resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -1929,33 +1929,23 @@
{
"0"
{
"item" "Halloween 2019 Key"
"item" "Winter 2019 Cosmetic Key"
"show_market" "0"
}
"1"
{
"item" "Halloween 2019 Case"
"item" "Winter 2019 Cosmetic Case"
"show_market" "1"
}
"2"
{
"item" "Map Token Laughter"
"item" "Winter 2019 War Paint Key"
"show_market" "0"
}
"3"
{
"item" "Map Token Precipice"
"show_market" "0"
}
"4"
{
"item" "Strange Filter: Laughter (Community)"
"show_market" "0"
}
"5"
{
"item" "Strange Filter: Precipice (Community)"
"show_market" "0"
"item" "Winter 2019 War Paint Case"
"show_market" "1"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions biscottiHUD/resource/ui/targetid.res
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"zpos" "0"
"wide" "20"
"tall" "22"
"visible" "1"
"visible" "0"
"enabled" "1"
"fillcolor" "0 0 0 175"
}
Expand All @@ -215,10 +215,10 @@
"ControlName" "CTFImagePanel"
"fieldName" "MoveableIconBG3"
"xpos" "5"
"ypos" "24"
"ypos" "26"
"zpos" "0"
"wide" "20"
"tall" "4"
"tall" "2"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
Expand Down

0 comments on commit 7c242d2

Please sign in to comment.