.
.
Account Details | |
---|---|
SteamID64 | 76561198066623259 |
SteamID3 | [U:1:106357531] |
SteamID32 | STEAM_0:1:53178765 |
Country | United States |
Signed Up | January 28, 2015 |
Last Posted | October 10, 2021 at 1:39 AM |
Posts | 118 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 8-15in/360 |
Windows Sensitivity | default |
Raw Input | 1 |
DPI |
|
Resolution |
1980x1080 |
Refresh Rate |
144 |
Hardware Peripherals | |
---|---|
Mouse | Zowie EC2-A |
Keyboard | Corsair K70 |
Mousepad | Glorious Gaming XXXL |
Headphones | HyperX Cloud II |
Monitor | VG248QE |
Where can i find the Ahud m0re verison that's used in this video?
Kraythttps://i.imgur.com/pPMlRhl.jpg
How would I go about removing avatars from foster's scoreboard for m0rehud, if possible?
Also, is it possible to modify that tan coloured backing for the notification panel?
https://i.imgur.com/6QT0uQh.jpg
You need to change the avatar_width at the top of scoreboard.res to "2"
AzazelHow do I move the killfeed on this hud? https://steamuserimages-a.akamaihd.net/ugc/866239336654903631/BFAF2094034AFC7D189E4ED9EA3772F6A7D2B991/?interpolation=lanczos-none&output-format=jpeg&output-quality=95&fit=inside|2048:864&composite-to%3D%2A%2C%2A%7C2048%3A864&background-color=black
scripts>hudlayout.res then ctrl + f "HudDeathNotice"
phobiahttps://www.youtube.com/watch?v=vqlOTEtGhQkDoes anyone know which hud it is at 0:24?
Looks a lot like bonerjamz hud. Bonerjamz Hud ............ (Screens)
SkyH4ighM0rehud foster score board is reaaally broken..
http://imgur.com/a/jYBMz
That only happens if you change your resolution in-game. If you launch the game with the resolution you wanted in your launch options, it'll work fine.
flyingbuddyDoes anyone have a link to an updated version of Kaptain's m0rehud?
What do you mean? Kaptain's m0rehud is the same as m0rehud.
Edit: The only thing that's different is the low ammo animation?
Alex_fI'm editing an old yaHUD iteration (I believe some WoolHUD version) and have a few questions
1) How do I move the little +100 that shows up when I pick up a healthpack? Its currently stuck in the same location as the hudplayerclass in the bottom left corner
2) How do I get the box showing your killer's items to show in the freezecam?
3) when I try and enable a knuckle's crosshair A letter or number (such as 8 or a) takes the middle of the screen instead of the crosshair i'd like (circledot)
1) in Hudlayout.res, "CHealthAccountPanel"
3) Install your crosshair fonts
go into hudname\resource\font, install the KnucklesCrosses.ttf font by rightclicking then click install.
*DEAD* GIVE ME FREE ITEMS PLEASE : i hate this game it is harder than my cock
edit: GIVE ME FREE ITEMS PLEASE : this game is caca poop
zaboomafooSince I really want to update some old huds but don't know where exactly to look for good resources, and also updated resources, are there any videos or good guides on hud updating or hud fixing/editing? Would be really appreciated thank you :)
LegendaryRQAIs there a way to allow specific items? Such as the Exquisite Rack on Soldier or the Champ Stamp on Scout?
xJeebsxyerbsorry if this has been asked, but how can i remove only certain hats? im assuming i would need a completely different mod for just certain hats?You will need 2 programs. GCFScape to open .vpk files and Notepad++ to open the .vtx files.
What you're going to want to do is go into your tf directory and open a filed called 'tf2_misc_dir.vpk' in GCFScape. This is where all of the hats and HUD stuff is located.
Next you're going to want to drag the root folder to your desktop and delete everything except for the models folder.
Inside of the models folder delete everything except for player, workshop and workshop_partner.
Find the hat that you want removed. I can give you a hand with that if you want. The names of the hats are a little weird and hard to find.
Once you find the hat you want removed, delete everything that doesn't have dx80.vtx or dx90.vtx at the end of it.
Open both of those and delete everything inside then save.
Next navigate to Team Fortress 2/bin and look for vpk.exe..
Drag the root folder from your desktop onto vpk.exe to create a .vpk file.
Place this .vpk file inside of your custom folder like you would with any other custom files.
You should no longer have those particular hats showing in-game.
Links to both programs required:
GCFScape
Notepad++
1. Go to your "tf" folder, and open the "scripts" folder.
2. Open up "hudlayout.res"
3. Ctrl+F "HudDamageIndicator" then replace whatever is under it with this:
"fieldName" "HudDamageIndicator"
"visible" "1"
"enabled" "1"
"MinimumWidth" "10"
"MaximumWidth" "10"
"StartRadius" "80"
"EndRadius" "80"
"MinimumHeight" "30"
"MaximumHeight" "60"
"MinimumTime" "1"
OR
- If your hud doesn't have "HudDamageIndicator" :
- Repeat steps 1 and 2 from above.
- On the very top of the text file, under the first "{" paste this :
HudDamageIndicator
{
"fieldName" "HudDamageIndicator"
"visible" "1"
"enabled" "1"
"MinimumWidth" "10"
"MaximumWidth" "10"
"StartRadius" "80"
"EndRadius" "80"
"MinimumHeight" "30"
"MaximumHeight" "60"
"MinimumTime" "1"
}
You can also adjust the values on your own. You can make it wider or thinner, closer or farther from the middle, longer or shorter, etc.