Upvote Upvoted 0 Downvote Downvoted
How to Add Full 3D Character Model (Custom HUD)
posted in Q/A Help
1
#1
0 Frags +

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.

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.
2
#2
1 Frags +

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

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
3
#3
6 Frags +

why not ask in http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers

instead of making a new thread :(

why not ask in http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers

instead of making a new thread :(
4
#4
1 Frags +
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.

[quote=Spix]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[/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.
5
#5
2 Frags +

In depth video by raysfire
https://www.youtube.com/watch?v=XGyieBwPOVQ

I think this may be what your looking for.

In depth video by raysfire
https://www.youtube.com/watch?v=XGyieBwPOVQ

I think this may be what your looking for.
6
#6
1 Frags +
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

[quote=puoi1]In depth video by raysfire
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
7
#7
2 Frags +
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 :/ .

[quote=Gerlad][quote=puoi1]In depth video by raysfire
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 :/ .
8
#8
1 Frags +
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 :)

[quote=puoi1][quote=Gerlad][quote=puoi1]In depth video by raysfire
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 :)
9
#9
2 Frags +
Gerladpuoi1Gerladpuoi1In 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 :)

: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

[quote=Gerlad][quote=puoi1][quote=Gerlad][quote=puoi1]In depth video by raysfire
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
Please sign in through STEAM to post a comment.