Skip to content

Commit

Permalink
Merge pull request #310 from leadscales/main
Browse files Browse the repository at this point in the history
Add FRAGMENTHUD
  • Loading branch information
rbjaxter committed Jun 7, 2024
2 parents ba0534c + 76a0066 commit 597fb3c
Show file tree
Hide file tree
Showing 14 changed files with 116 additions and 0 deletions.
84 changes: 84 additions & 0 deletions hud-data/fragmenthud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"name": "FRAGMENTHUD",
"author": "leadscales",
"contributors": [
"fraxinus",
"norsus",
"eightyeight"
],
"repo": "https://github.com/leadscales/fragmenthud",
"hash": "2437c19c849c2c3468f6bf55779b787918fb26b7",
"prerelease": true,
"social": {
"steam_profile": "76561199066986123",
"discord": "yADdaAPvc4",
"youtube": "@leadscales"
},
"flags": [
"fonts",
"menus",
"scoreboards",
"minmode",
"materials",
"customization"
],
"tags": [
"minimal",
"duotone",
"monochrome",
"customizable",
"modern"
],
"traits": {
"os": [
"windows",
"linux"
],
"gamemode": [
"ad",
"ctf",
"cp",
"halloween",
"koth",
"mannpower",
"pl",
"plr",
"sd"
],
"res": [
"4/3",
"16/9",
"16/10",
"21/9",
"32/9",
"17/9"
],
"position": [
"center"
],
"lang": [
"en",
"pt",
"fr",
"it",
"pl",
"ru",
"es",
"uk"
]
},
"resources": [
"full",
"mainmenu",
"charinfo",
"backpack",
"loadout",
"teammenu",
"classmenu",
"pl",
"ad",
"koth",
"5cp",
"ctf"
]
}
32 changes: 32 additions & 0 deletions hud-pages/fragmenthud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Check the repo's readme for more information

# Notice
When downloading the HUD's zip file, the extracted folder **MUST** be named `fragmenthud`.

If it is not, then it will NOT work!

Your `<TF2 ROOT>/tf/` folder should look something similar to this:

```
.
├── ...
├── bin/
├── cfg/
├── custom/
│ ├── ...
│ ├── ...
│ ├── fragmenthud/
│ │ ├── ...
│ │ ├── base/
│ │ ├── extd/
│ │ ├── frag/
│ │ ├── info.vdf
│ │ └── ...
│ ├── ...
│ └── ...
├── maps/
├── resource/
├── scripts/
├── sound/
└── ...
```
Binary file added hud-resources/fragmenthud/5cp.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/ad.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/backpack.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/charinfo.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/classmenu.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/ctf.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/full.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/koth.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/loadout.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/mainmenu.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/pl.webp
Binary file not shown.
Binary file added hud-resources/fragmenthud/teammenu.webp
Binary file not shown.

0 comments on commit 597fb3c

Please sign in to comment.