1
0
mirror of https://github.com/wgetJane/ttt-damage-direction-indicators.git synced 2025-03-04 03:13:18 -05:00
tf2-style damage direction indicators for gmod https://steamcommunity.com/sharedfiles/filedetails/?id=2792071250
Go to file
Jane 7352e6fa78 improved linked list performance with node pool
store tables in a stack to be recycled to avoid frequent table creation/destruction
2021-03-05 21:27:40 +08:00
lua/autorun improved linked list performance with node pool 2021-03-05 21:27:40 +08:00
materials/ttt_dmgdirect anti-aliased edges of indicator texture 2021-03-04 13:47:57 +08:00
LICENSE 2021-01-28 20:34:05 +08:00
README.md 2021-02-01 16:38:31 +08:00

gmod damage direction indicators

removes the annoying red flashbang effect that you see when you take damage and replaces it with tf2-like damage direction indicators

the horizontal direction of the damage is shown by the position of the indicator around the crosshair (above means it came from in front, below means it came from behind)

the amount of damage you took is shown by the width of the indicator (max width = 100 damage)

the vertical direction is shown by the length of the indicator (longer means it came from above, shorter means it came from below)

the distance of the source of the damage is shown by the distance between the indicator and the crosshair (closer to crosshair means the source is nearer)

this was made for ttt, but it should still work on other gamemodes

use this client cvar to toggle it on or off ttt_dmgdirect_indicators 1