Frenzoid / TF2_FF2DamageTracker

A TF2 damage tracker, mainly used on FF2 & VSH servers to see who is dealing most damange to the boss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FF2 Damage Tracker (Rework)

How to install.

  • Download this repository (right top green button), and copy damagetracker.smx on your plugins folder.

New stuff added to this plugin:

  • cvar: sm_dmgtrck_color_r: change the R (of the RGBA) Color of the tracker ( 0 to 255 ).
  • cvar: sm_dmgtrck_color_g: change the G (of the RGBA) Color of the tracker ( 0 to 255 ).
  • cvar: sm_dmgtrck_color_b: change the B (of the RGBA) Color of the tracker ( 0 to 255 ).
  • cvar: sm_dmgtrck_color_a: change the A (of the RGBA) Opacity (transparency) of the tracker ( 0 to 255 ).
  • cvar: sm_dmgtrck_def_enabled: Enable ff2 damage tracker by default ( 0 to 1, being 0 disabled, and 1 enabled. ).

You can use this page to select the colors.

Fixes from the original version:

  • Tracker no longer disappears after a few minutes.

Current known bugs:

  • none.

This plugin is not fully tested, if you find any issues, report it to ISSUES or send me a private message via Steam.

About

A TF2 damage tracker, mainly used on FF2 & VSH servers to see who is dealing most damange to the boss.

License:MIT License


Languages

Language:C++ 65.3%Language:SourcePawn 34.5%Language:Shell 0.2%