-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TargetID: Fixed and Improved Vehicle Integration (#1614)
Fixed the targetID bug where the player would see their own name in targetID while they were in a vehicle: https://www.youtube.com/shorts/qAhQHJRp7eo While I was at it, I added targetID and KeyInfo integration to it as well.
- Loading branch information
Showing
7 changed files
with
71 additions
and
3 deletions.
There are no files selected for viewing
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
10 changes: 10 additions & 0 deletions
10
gamemodes/terrortown/content/materials/vgui/ttt/hudhelp/leave_vehicle.vmt
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,10 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "vgui/ttt/hudhelp/leave_vehicle" | ||
"$nocull" 1 | ||
"$nodecal" 1 | ||
"$nolod" 1 | ||
"$translucent" 1 | ||
"$vertexalpha" 1 | ||
"$vertexcolor" 1 | ||
} |
Binary file added
BIN
+5.56 KB
gamemodes/terrortown/content/materials/vgui/ttt/hudhelp/leave_vehicle.vtf
Binary file not shown.
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