StaticVoidKonceptLegacyI was looking through the files to animate a hud crosshair that I installed, and I didn't see a hudanimations_tf folder, but multiple other ones. Was this intended? And if so, where would I put the code for event damaged player? I'm using the most up to date version of your hud also (3.1.2016)There isn't a hudanimations_tf.txt file because the hudanimations_manifest.txt calls for which animations files to be loaded. This is to make sure that any future updates to hudanimations_tf in the stock HUD will not break this HUD. If you would like to add a hud crosshair animation, you can make a hudanimations_crosshair.txt file, and put the whole eventdamaged player or whatever in it. Then just call the file in hudanimations_mainfest.txt
sounds good. Thanks!!