安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






That ass, honey, is so destroyed like a 3rd degree burn victim
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=814256803
I managed to make it replace Rochelle (include VGUI too) :D
I am open to further feedback on anymore eye jarring problems lol
@Loir_Homan from your second picture, it seems that you are trying to use the model on survivors other than Ellis? In order to have correct animations for the other survivors, you will need to decompile and recompile the .qc files with the relevant animations. I will not be porting this model to other survivors anytime soon, so please follow what @ZeqMacaw has said, correcting for the appropriate survivor you are trying to replace. Please correct me if I am wrong.
@Dalton Spin I absolutely agree with you that most people should want to see a female character get replaced. However, I can see that there are many mods for the female characters, so I wanted to do something different. Specifically, I am attempting to create whole teams of CSO2 female characters. So I should be doing a Rochelle mod in the future, although I will probably replace her with a different character. Hope that this is a satisfactory explaination ;)
Upack the addon VPK.
Decompile the survivor_mechanic model.
Open the QC file and find these two lines:
$IncludeModel "survivors/anim_mechanic.mdl"
$IncludeModel "survivors/anim_gestures.mdl"
Add these lines BEFORE the two lines found in previous step:
$Sequence "mechanic" {
"survivor_mechanic_anims\mechanic.smd"
fadein 0.2
fadeout 0.2
fps 30
}
$Sequence "ragdoll" {
"survivor_mechanic_anims\ragdoll.smd"
activity "ACT_DIERAGDOLL" 1
fadein 0.2
fadeout 0.2
fps 30}
Recompile the QC into the model files.
Repack the VPK.
:)
when i am walking, the animation have problem.
https://i.redd.it/op9k6in6nnmx.jpg
Do this for the female survivors.
And show some game screenshots.