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.
How 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
{
// 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
why not ask in http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
instead of making a new thread :(
instead of making a new thread :(
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.
{
// 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[/quote]
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.
In depth video by raysfire
https://www.youtube.com/watch?v=XGyieBwPOVQ
I think this may be what your looking for.
https://www.youtube.com/watch?v=XGyieBwPOVQ
I think this may be what your looking for.
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
https://www.youtube.com/watch?v=XGyieBwPOVQ
I think this may be what your looking for.[/quote]
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
Gerladpuoi1In 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 :/ .
https://www.youtube.com/watch?v=XGyieBwPOVQ
I think this may be what your looking for.[/quote]
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[/quote]
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 :/ .
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 :)
https://www.youtube.com/watch?v=XGyieBwPOVQ
I think this may be what your looking for.[/quote]
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[/quote]
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 :/ .[/quote]
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 :)
Gerladpuoi1OMG 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 :)Gerladpuoi1In 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 :/ .
:D Glad to be of assistance and if you have anymore question I highly suggest taking your questions over to http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers - they've got real hud professionals in that thread :D
https://www.youtube.com/watch?v=XGyieBwPOVQ
I think this may be what your looking for.[/quote]
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[/quote]
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 :/ .[/quote]
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 :)[/quote]
:D Glad to be of assistance and if you have anymore question I highly suggest taking your questions over to http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers - they've got real hud professionals in that thread :D