1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-16 12:41:45 +00:00
doghud/README.md

27 lines
890 B
Markdown
Raw Permalink 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/).
2022-04-11 04:51:52 +00:00
## Screenshots
<img src="screenshots/menu.jpg">
<img src="screenshots/mapselect.jpg">
<img src="screenshots/loadout.jpg">
2021-11-01 15:05:16 +00:00
## 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>"
```
- Full Linux compatibility is currently untested, but is a (future) goal.