Gameicon - tekunotri/technohud GitHub Wiki
GAME ICON
This Hud comes with a custom game.ico
that makes the tf2 icon fully white instead of default
if you don't like that and/or want to remove/change the game icon, here's how:
In order to disable :
- Navigate to the
resource
folder and find the file namedgame.ico
then delete it to restore the original game icon (pictured below)
In order to make your own:
NOTE: i only tested this with a 128x128 picture file, i'm not sure if other sizes work
- get any picture file, ideally
128x128
in size (or change size of it in your picture editing software of preference) - after you've done that, you need to convert your picture into an
.ico
file using whatever means you prefer (website, imagemagick, etc) - after you have your shiny new icon name it
game.ico
and place it intechnohud/resource
and that's done! enjoy your brand new (or old) game icon!