Skip to content

Commit

Permalink
1.89
Browse files Browse the repository at this point in the history
- Fixed the RankPanel looking dumb in the Find a Game menu. When I shipped the last update I hadn't even opened the Find a Game menu so - I didn't even know that it looked dumb. My bad.
- Changed a bunch of backgrounds (including the top dashboard in the main menu) to use the same colours as elsewhere in the HUD.
- Changed a couple backgrounds from ugly transparent brown (yuck) to nice transparent black (mmmm).
- Added customization to make all the black/grey colours a darker shade. Not a big change, but it took a surprising amount of work and it's good groundwork for changing the colours of the HUD more drastically in the future...
	- Now that I think about it, the way that I would expand on this would actually be so much easier and completely nullifies the work that I just did. Dammit.
	- It's still a fine change, but dammit, I thought the grunt work would actually make things easier in the future. Nah.
- Made the chat not move when matches start and end. Initially it was to move it out of the way of the scores, but it would get stuck there and not move back if you joined a game in progress, so it was mostly just annoying.
- Removed the custom main menu customization because it's been broken for almost a year or something. I just forgot to do it a long time ago. My bad.
- Literally just renamed one element in the scoreboard for almost no reason.
  • Loading branch information
MedicodiBiscotti committed Apr 14, 2018
1 parent 71d5f01 commit 2cecb4c
Show file tree
Hide file tree
Showing 182 changed files with 7,319 additions and 9,639 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.88
v. 1.89

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

Expand Down Expand Up @@ -79,7 +79,7 @@ I've also added **custom crosshairs** to the HUD. To enable them you have to edi
* HP Cross Styles (no cross, PV style cross, e.v.e style cross)
* HP Spectator styles
* Koth Active
* Main Menu
* Menu Colours (Slightly darker or lighter)
* Meter Sizes
* HP/Ammo Positioning
* PDA Menu Designs
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion biscottiHUD/customization/[MAIN MENU] stock #.bat

This file was deleted.

1 change: 1 addition & 0 deletions biscottiHUD/customization/[MENU COLOUR] dark #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[MENU COLOUR] dark #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottiHUD/customization/[MENU COLOUR] light #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[MENU COLOUR] light #*"') do xcopy /c /e /i /q /y "manual\%%a" ..

This file was deleted.

Loading

0 comments on commit 2cecb4c

Please sign in to comment.