-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
25 changed files
with
774 additions
and
614 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Take all of the files in the 'LANG' Folder and put them in 'ckHUD/resource' | ||
|
||
Should look like this | ||
|
||
-TF | ||
| -Custom | ||
| -ckHUD | ||
| -resource | ||
| -chat_brazilian.txt | ||
| -chat_english.txt | ||
| -chat_french.txt | ||
| -chat_german.txt | ||
| -chat_italian.txt | ||
| -chat_polish.txt | ||
| -chat_russian.txt | ||
| -chat_spanish.txt | ||
|
||
Then put 'BotDetectorVoteHUD.res' and 'clientscheme_votehud' in the #customization/enabled folder | ||
|
||
**THIS REQUIRES A GAME RESTART TO FUNCTION PROPERLY** | ||
|
||
Original: https://gamebanana.com/mods/26382 | ||
|
||
NOTE: from my benchmarking, this eats up like 1 fps, but its very useful. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
"Resource/HudLayout.res" | ||
{ | ||
Crosshair | ||
{ | ||
"controlName" "CExLabel" | ||
"fieldName" "Crosshair" | ||
"zpos" "0" | ||
"wide" "f0" | ||
"tall" "f0" | ||
"textAlignment" "center" | ||
"enabled" "1" | ||
|
||
"visible" "1" | ||
|
||
"labelText" "C" // changes to what style you want | ||
"font" "Size:25 | Outline:OFF" // change the size and if it has an outline | ||
|
||
"xpos" "cs-0.5000001" // changes these if the crosshair/hitmarker is off (very sensitive) | ||
"ypos" "cs-0.49999" // cs-0.5 standard, cs-0.4999 default | ||
|
||
"fgcolor" "0 255 0 255" // colors are rgba, red green blue alpha (transparency) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
"Resource/HudLayout.res" | ||
{ | ||
Hitmarker | ||
{ | ||
"controlName" "CExLabel" | ||
"fieldName" "Hitmarker" | ||
"zpos" "1" | ||
"wide" "f0" | ||
"tall" "f0" | ||
"textAlignment" "center" | ||
"enabled" "1" | ||
|
||
"visible" "1" | ||
|
||
"labelText" "6" // changes to what style you want | ||
"font" "Size:25 | Outline:OFF" // change the size and if it has an outline | ||
|
||
"xpos" "cs-0.4999" // changes these if the crosshair/hitmarker is off (very sensitive) | ||
"ypos" "cs-0.4999" // cs-0.5 standard, cs-0.4999 default | ||
|
||
"fgcolor" "255 0 0 0" // color determined by scripts/hudanimations_custom | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
"Resource/HudLayout.res" // DXLEVEL 90+ | ||
{ | ||
"TransparentViewmodelMask" | ||
{ | ||
//alpha doesn't work for this, you need to change the texture's alpha | ||
|
||
"ControlName" "ImagePanel" | ||
"fieldName" "TransparentViewmodelMask" | ||
"xpos" "0" | ||
"ypos" "0" | ||
"zpos" "-100" | ||
"wide" "f0" | ||
"tall" "480" | ||
"enabled" "1" | ||
"image" "replay/thumbnails/REFRACTnormal_transparent" | ||
"scaleImage" "1" | ||
|
||
"visible" "1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#base "scheme/clientscheme_colors.res" | ||
#base "scheme/clientscheme_votehud.res" | ||
#base "../#customizations/enabled/clientscheme_votehud.res" | ||
#base "scheme/clientscheme_borders.res" | ||
#base "scheme/clientscheme_settings.res" | ||
#base "scheme/customfontfiles.res" | ||
#base "../#customizations/enabled/extendedtf2fonts.res" | ||
#base "scheme/clientscheme_fonts.res" | ||
#base "scheme/clientscheme_base.res" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.