Posts: 15
Threads: 6
Joined: Jul 2012
Reputation:
1
02-13-2013, 01:44
(This post was last modified: 02-13-2013, 01:45 by JustDoingThisShit.)
Hello, is it possible to reskin attack dogs, to an human skin? player skin? (viewmodel_usa_hazmat_player_fullbody)
Thanks.
Posts: 2,157
Threads: 120
Joined: Apr 2011
Reputation:
71
The term "skin" in a modding reference is usually, and wrongly, reffered to changing the model of an entity. Skins are well... textures, or colours if you prefer.
Changing the models of the dogs to a human model require a bit more than just changing it. For example; unless you want the newly changed models to behave like a dog, you'd need to replace the animations of the dogs with human animations. And believe me when I say that isn't some 5 minute work.
Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
If you just want to change it from let's say black to white it would require you to change it's textures nothing more.
Do not take life too seriously. You will never get out of it alive.
Posts: 3,054
Threads: 268
Joined: Feb 2011
Reputation:
63
02-13-2013, 08:40
(This post was last modified: 02-13-2013, 08:41 by Arteq.)
You CAN change the skin to human. But it would be pretty weird, without arms, on four legs, because you cannot change properties like size, where are body parts located etc
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
02-13-2013, 14:18
(This post was last modified: 02-13-2013, 14:18 by Nekochan.)
It's called model. ( or character )
You can change it by replacing dog xanims (ie renaming) or just edit dogs_mp and then edit dog animtree. Then change model.
I did it at once, looks pretty funny. Hundred of people are running to you ^^
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 2,157
Threads: 120
Joined: Apr 2011
Reputation:
71
Seriously guys, wasn't my post enough? ._.
Posts: 15
Threads: 6
Joined: Jul 2012
Reputation:
1
Thanks for the clues, will see what i can do out of this