#Help me upload a model

1 messages · Page 1 of 1 (latest)

timid palm
#

Found it

player_manager.AddValidModel( "shortname", "models/player/yourmodel.mdl")
player_manager.AddValidHands( "shortname", "models/weapons/c_arms_yourhands.mdl",0,"0000000") -- last two are skinID, bodygroup bitflags.
covert cloud
#

Oh you were talking about that?

covert cloud
#

Just make sure the "shortname" isnt the same as some other existing model or it will break entirely

hollow matrix
#

I'm not a modder can someone give me a good video or a text thing to follow

#

I had this model made for me but the guy who made it was a half life modder and not a gmod one

timid palm
#

Half life…1 or 2?

#

Two totally separate game engines and model formats

#

If it’s just an HL2 model you can use it with any source game, which gmod is

hollow matrix
#

I have a Hl2 custom model but I do not know how to make it a player model. I have all the visuals done and the bone stuff. But I need to use the model in-game as a player model. Please help.

timid palm
#

Every playermodel uses a small lua script to add their model to the playermodel list. You can just snag one of these scripts off of an existing addon