Well a guy fixed my problem with some models in this topic
[url]http://facepunch.com/showthread.php?t=1207081[/url]
and gave me this tutorial to fix other models...
[url]http://www.facepunch.com/threads/764320-Making-players-and-NPCS[/url]
However i can not seem to get it right...
i am trying with this models
[url]http://www.garrysmod.org/downloads/?a=view&id=99037[/url]
I think i get stuck with the tutorial in this bit where it talks about "$includemodel"
But what do i need to include and what dont i include.
So far my qc looks like this
[CODE]$includemodel "humans/male_shared.mdl"
$includemodel "humans/male_ss.mdl"
$includemodel "humans/male_gestures.mdl"
$includemodel "humans/male_postures.mdl"
$includemodel "m_anm.mdl"
$includemodel "m_gst.mdl"
$includemodel "m_pst.mdl"
$includemodel "m_shd.mdl"
$includemodel "m_ss.mdl"
$includemodel "Police_animations.mdl"
$includemodel "Police_ss.mdl"
$includemodel "humans/male_shared.mdl"
$includemodel "combine_soldier_anims.mdl"
$includemodel "humans/male_shared.mdl"
$includemodel "Kleiner_animations.mdl"
$includemodel "humans/male_shared.mdl"
$includemodel "Kleiner_postures.mdl"
$includemodel "Kleiner_gestures.mdl" [/CODE]
I think i need the Police anim as it is for dark rp with one handed entities.
Hope you can help.
Use just
[quote]$includemodel "Police_animations.mdl"
$includemodel "Police_ss.mdl"[/quote]
I think it breaks it because for an example, the walking anim for male citizen and the combine walking anim are diffrent, so it can't have two walking anims. If its just a civil protection model use the animations i gave you.
That didn't work :/ before all the animations worked apart from the animations where the player hold a one handed weapon.
[editline]24th August 2012[/editline]
Tried
$includemodel "Police_animations.mdl"
$includemodel "humans/male_shared.mdl"
$includemodel "humans/male_ss.mdl"
$includemodel "humans/male_gestures.mdl"
$includemodel "humans/male_postures.mdl"
$includemodel "m_anm.mdl"
$includemodel "m_gst.mdl"
$includemodel "m_pst.mdl"
$includemodel "m_shd.mdl"
$includemodel "m_ss.mdl"
$includemodel "Police_ss.mdl"
No luck :/
[editline]24th August 2012[/editline]
Fixed :D with these
$includemodel "m_anm.mdl"
$includemodel "m_shd.mdl"
$includemodel "m_gst.mdl"
$includemodel "m_pst.mdl"
Thanks
Sorry, you need to Log In to post a reply to this thread.