I heard it was easy to use ragdolls to make player models, but I have no idea how to do it. Could someone explain it to me?
I'm assuming you have the model decompiler + GUIstudiomdl tools.... Anyway, it's pretty simple; all you have to do is go into the .qc file of your decompiled model with notepad or notepad++, scroll down to where it says "$includemodel" and replace any included anims with this:
[code]$includemodel "m_anm.mdl"
$includemodel "m_gst.mdl"
$includemodel "m_pst.mdl"
$includemodel "m_shd.mdl"
$includemodel "m_ss.mdl"[/code]
If you get any errors during the compile process having to do with eyelids, then delete any coding having to do with eyelids.
[QUOTE=Sergeant Stacker;27448282]I'm assuming you have the model decompiler + GUIstudiomdl tools....[/QUOTE]
I have neither one. Where can I get the GUIstudiomdl tools, and is there a specific model decompiler I need?
Yes, you might want to change the folder path too so you don't screw up your already existing models.
[QUOTE=ShoTGuNGuY49;27468288]Yes, you might want to change the folder path too so you don't screw up your already existing models.[/QUOTE]
kk thanks man you helped me out to :P
I tried making my own CSS server after making a playermodel that replaces ct_gign and its animations are fine in model viewer, but once I start the game it says the server is enforcing consistency for models/player/ct_gign.mdl. I tried setting sv_consistency to 0 but it still gives me this same consistency bullshit.
[editline]17th January 2011[/editline]
Okay, I just took a look at the console and it says this in blood-red text
[code]
Model models\player\ct_gign.mdl exceeds mins (-7.8 -27.4 -8.1 vs. -13.0 -13.0 -10.0)
Model models\player\ct_gign.mdl exceeds maxs (8.3 27.6 73.4 vs. 13.0 13.0 75.0)
[/code]
No.
Sorry but i have the same problem and i understand anything so can someone please teach me how to make playermodels of raggdols
[QUOTE=cra0kalo;27467780]so what change this
$includemodel "humans/male_shared.mdl"
$includemodel "humans/male_ss.mdl"
$includemodel "humans/male_gestures.mdl"
$includemodel "humans/male_postures.mdl"
to
$includemodel "m_anm.mdl"
$includemodel "m_gst.mdl"
$includemodel "m_pst.mdl"
$includemodel "m_shd.mdl"
$includemodel "m_ss.mdl"[/QUOTE]
Just put both in, the first lot are for NPCs the second are for players, they are mutually exclusive.
Edit: Ah bugger, didn't notice it was necro'd ~.~
Edit2:
[QUOTE=VenomNL;30030579]Sorry but i have the same problem and i understand anything so can someone please teach me how to make playermodels of raggdols[/QUOTE]
[QUOTE=ShoTGuNGuY49;27467239][url]http://www.facepunch.com/threads/764320-Making-players-and-NPCS[/url][/QUOTE]
Read the thread, before posting in it... (and the dates in my case :P).
Sorry, you need to Log In to post a reply to this thread.