Hit Numbers

If you liked this item, please rate it up on Steam Workshop page.

Author: ief~☆

Last revision: 30 Oct, 2020 at 03:49 UTC

File size: 8.02 KB

On Steam Workshop

Description:

Adds damage indicators whenever you hurt something.
This is a serverside (or singleplayer) addon. The server must have this addon installed in order to work in multiplayer.

Console Commands:

Click here for a full list of commands and settings to customize the indicators![github.com]

Are the Hit Numbers too obnoxious or in the way?

Try some of these tips to fine-tune them:

– Use sv_hitnums_scale to modify the size of the indicators.
– Set sv_hitnums_alpha to a low number, like 0.3 – 0.5 so you can see through them easier.
– Include sv_hitnums_font_additive 1 in your server’s server.cfg file to enable additive blending.

ATTN: Server Admins and/or Developers:

I have uploaded the code to GitHub. You may freely modify for your own needs and addons.
However, this does NOT mean you can republish this (original) addon.
Please credit the original author of this addon by linking back to this page. Thank you.

See repository and more details here: http://github.com/ief015/hitnumbers

Help! It’s not working!!!

Here are some considerations and things you can do to try to fix it:

– Check the console for errors related to Hit Numbers. Post the error in the comments along with what you were doing to cause the error.

– If you’re in singleplayer or the server owner, make sure the console command sv_hitnums_enable is set to 1.

– Disable all other addons except for Hit Numbers. If it’s working as intended, another addon or addons (probably poorly written) is causing a conflict. You can then start re-enabling chunks of addons at a time, until it stops working again and you can pinpoint the offending addon.

– "It’s only working with some guns!" Hit Numbers only listens for damage using standard Source engine methods (via GM:EntityTakeDamage). Some addons do not report damage in this way and sometimes implement their own method of applying damage to a character or entity. This means that Hit Numbers does not have a proper way of showing that damage!

Please explain in detail what is happening in the comments. Be descriptive. Only saying "It’s not working." is too vague and unhelpful, and I will likely not reply.