I downloaded a Custom Alyx NPC model of Hatsune Miku ([url]http://anti.dmz-plus.com/uploads/168.zip[/url])
The NPC Model works fine, but i can't use this model as player model in gmod.
When i chose Alyx as player model, reload the map, i don't see a player model in camera's , only weapon effects are visable.
The Console says "error vertex file for alyx.mdl checksum XXXXXXXX should be XXXXXXXX."
I assume it compares the CRC of Miku's model with the original Alyx Model in the HL2 Model GCF file.
I extracted Miku's model to Garrysmod\models and the textures to Garrysmod\materials, so i didn't used the addon folder. Is that the problem?
i found a video on youtube where someone is using it as player model [url]http://www.youtube.com/watch?v=LTYqjMGJ1l0[/url] (the one with the yellow speaker on the head)
edit:
now i made a script to use it as player model addon, it works, but without animations :
[code]
player_manager.AddValidModel( "Miku", "models/alyx.mdl" )
list.Set( "PlayerOptionsModel", "Miku", "models/alyx.mdl" )
[/code]
i also hexedited the .mdl file to miku.mdl and renamed all model files, same result, works but without animations.
Try "models/player/alyx.mdl"
You'll have to decompile it and add player animations then
how can i do this? is there a tutorial for this?
I can't get this to work either
Sorry, you need to Log In to post a reply to this thread.