1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-18 21:31:47 +00:00
doghud/README.md

18 lines
689 B
Markdown
Raw Normal View History

2021-11-01 15:05:16 +00:00
# dogHUD
A modified version of Hypnotize's [Hypnotize HUD](https://github.com/Hypnootize/hypnotize-hud).
[Menu background](https://www.reddit.com/r/tf2/comments/cs7er8/tf2_scenebuild_view/) by [u/TheWildSpot](https://www.reddit.com/u/TheWildSpot/).
## Notes
- This is a messy project that is really intended for personal consumption only.
- Most customizables have been removed (or are being removed) in order to make the project easier to maintain.
- Changes may occur without warning.
- The 'Favorite' button on the main menu just executes `favcmd`. Alias any command to `favcmd` to trigger it with that button:
```
alias favcmd "connect <your favorite server's IP>"
```