Hey I was wondering how far into updating the hud you are and when you would hope to be releasing the updated version?
Account Details | |
---|---|
SteamID64 | 76561198063233845 |
SteamID3 | [U:1:102968117] |
SteamID32 | STEAM_0:1:51484058 |
Country | United Kingdom |
Signed Up | July 6, 2016 |
Last Posted | August 3, 2016 at 4:42 PM |
Posts | 7 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
Blungointroducing woolhud v2:
- one of the most coveted huds around, "woolhud" by woolen with added goodies
- uses #base for core files, guarunteeing they are always up to date
- hudanimations_manifest.txt to keep all animations updated
- high quality images
- includes a reworked loadout.vpk creating a sleeker looking classloadoutpanel.res
- the base files of woolen's hud are included for easy editing
- solid colored skins and item backgrounds
- transparent viewmodels are pre-installed
- includes a custom mainmenu background
credits:
download
screenshots
steam group
old hud thread
gamebanana hud post
Just asking, are you in the process of updating the hud for the meet your match update?
puoi1Gerladpuoi1In depth video by raysfire
https://www.youtube.com/watch?v=XGyieBwPOVQ
I think this may be what your looking for.
Thank you... but this isn't what I was looking for. I want to swap out the 3D model for a large full model like in this video.
https://www.youtube.com/watch?v=S_Srmcn3HBE
Based on the video you gave me, I suggest taking the file HudPlayerClass.res from the hud in the video (I think thats Woolhud: http://www.teamfortress.tv/34591/woolhud-v2) and comparing it to the default HudPlayerClass.res file.
Sorry If I didn't help that much :/ .
OMG dude this is exactly what I wanted thank you for finding this for me. Now I can just modify ammo and health positions and colors. Thanks for the link :)
puoi1In depth video by raysfire
https://www.youtube.com/watch?v=XGyieBwPOVQ
I think this may be what your looking for.
Thank you... but this isn't what I was looking for. I want to swap out the 3D model for a large full model like in this video.
https://www.youtube.com/watch?v=S_Srmcn3HBE
I have been attempting to edit a hud to my own liking and would like the full 3D player model in the corner of the screen instead of the halfway cutoff one, as in not just torso but torso, waist, legs, feet, everything. However I cannot find any tutorials describing how to do so. Have only found tutorials on how to move 3D model. Please reply clearly and quickly thank you.
SpixHow I made a 3D model show for my old hud, I just took the first 2 sections of the file "HudPlayerClass" in resource/ui of another hud that has a 3D model and replaced whatever was in my old hud that was missing the 3D model. For example:
{
// player class data
"HudPlayerClass"
{
"ControlName" "EditablePanel"
"fieldName" "HudPlayerClass"
"xpos" "0"
"ypos" "0"
"ypos_minmode" "0"
"zpos" "1"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
}
"PlayerStatusClassImage"
{
"ControlName" "CTFClassImage"
"fieldName" "PlayerStatusClassImage"
"xpos" "25" [$WIN32]
"xpos_minmode" "15" [$WIN32]
"ypos" "r88" [$WIN32]
"ypos_minmode" "r54" [$WIN32]
"xpos" "57" [$X360]
"ypos" "r110" [$X360]
"zpos" "2"
"wide" "75"
"wide_minmode" "37"
"tall" "75"
"tall_minmode" "37"
"visible" "1"
"enabled" "1"
"image" "../hud/class_scoutred"
"scaleImage" "1"
}
replacing whatever your HudPlayerClass has with that one I just posted, will give you a 3D model. Sorry for bad englando
Grrrrr... Not the answer I was looking for sorry. I have a 3D model I want the FULL character not just torso but waist legs everything.
I have been attempting to edit a hud to my own liking and would like the full 3D player model in the corner of the screen instead of the halfway cutoff one. However I cannot find any tutorials describing how to do so. Have only found tutorials on how to move 3D model. Please reply clearly and quickly thank you.