PDA

View Full Version : How change models??


nonick
01-01-2009, 13:03
Hi, can anyone helm me with server models? I wanna change default my server CT and T models with others models (skins)... Anyone Help me?? :wink:

zerak
01-01-2009, 15:59
Something I have been playing around with for CS:S, no official version nor any real support but perhaps it is suffienct for you or give you a hint :)

There is no weapon model change support, removed it since not everything worked like I wanted there :(

Edit: removed file since I noticed I forgot to re-add it to precache so it got removed on mapchange, if you want the updated version give me a tell :)

nonick
01-01-2009, 18:18
hmm ,maybe i doning something wrong because "materials" (skins) didn't download, keep same default skins... :(

zerak
01-01-2009, 18:30
does anything download?
you have a server skin/model? (there is diffrence between server and client skins/models)
running pure 0?

zerak
01-02-2009, 06:03
If you want to make just a edited texture skin (only materials) to a server model you will have to recompile, here is some good links to get you started (I found them while working with the above code):

general information (http://www.fpsbanana.com/tuts/53)
recompiling to a server model 1 (http://www.fpsbanana.com/tuts/3964)
recompiling to a server model 2 (http://www.lduke.com/plugins/modelchanger/tutorial/index.html)

nonick
01-02-2009, 08:07
I'm noob :D I didn't know anything about scripting...
Yes, sv_pure is 0
Yes, I'm want tu change skins (materials), because i dont know where get skins with models...
No file download with your script :) I'm use config like that:

"models/player/t_guerilla.mdl"
{
"models/player/t_guerilla.mdl"
{
"" "models/player/t_guerilla.dx80.vtx"
"" "models/player/t_guerilla.dx90.vtx"
"" "models/player/t_guerilla.mdl"
"" "models/player/t_guerilla.phy"
"" "models/player/t_guerilla.sw.vtx"
"" "models/player/t_guerilla.vvd"

"" "materials/models/player/ics/ct_gign/T_Guerilla.vtf"
"" "materials/models/player/ics/ct_gign/T_Guerilla_ref.vtf"
"" "materials/models/player/ics/ct_gign/T_Guerilla_Normal.vtf"
}
}

I use models default, but materials (skins) - my...

zerak
01-02-2009, 09:25
then you have to recompile your skin with a default model but put into a new directory or another name since your not allowed to overwrite clients normal models or skin :)
Follow the link above, I don't know any other way :(

nonick
01-02-2009, 10:17
Thanks, i try than i will have more time ;)