安装 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(越南语)
Українська(乌克兰语)
报告翻译问题










And can confirm that it fixes the particles, so now this is usable again.
for example an electric weapon from dead island mod
If not, you'll have to do it yourself. You'd have to find a bone at the tip of the model (in Blender usually), then once you have it, create an attachment variable in your .qc file:
$attachment NAME_OF_ATTACHMENT "BONE_NAME" 0 0 0 rotate 0 0 0
and only then, you can use the code in the description like so:
{ event AE_CL_CREATE_PARTICLE_EFFECT 4 "murasama_redsaber2 follow_attachment NAME_OF_ATTACHMENT" }
You can read more about these here:
https://developer.valvesoftware.com/wiki/Particles_In_Animations
https://developer.valvesoftware.com/wiki/Attachments
Also, for the 20Cat's Particle Manifest, you can find a reupload here:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3034954719