安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
also the sectoids necromancer perk (the one that buffs zombies) only works with the zombies summoned by reanimate not mass reanimate.
That thing with Necromancer is not a bug, it's a feature. It's stated in the promotion pop up text for both Necromancer and Mass Reanimation.
Regarding Slam Fire and Hit And Slither, though, I will definitely do something about that (specifically, an ability tree change). Will get that update out today sometime hopefully.
Are you running Long War of the Chosen?
I feel stupid now. I guess I forgot to enable the mod when I launched the game. Thank your help.
Pretty late, but I just got back into XCOM and had this same issue. This was answered in the comments, if you didn't see this. I added this in the same +CHANGE_TEMPLATE section in the XComWeaponSkinReplacer.ini file
(copy and pasted from main page comments):
Leokosta Jun 10, 2024 @ 7:24am
Just received a reply from from Mrvecz on Discord:
Known issue, you can fix it yourself in like 10 seconds
if you are playing with my expanded playable aliens then that has the fix included, but you can just add it yourself given its simple, few config lines
+CHANGE_TEMPLATE = (TEMPLATE = "PA_SidewinderGun", INVENTORY_IMAGE = "img:///LWSidewinderSMG.LWBeamSMG_Common")
+CHANGE_TEMPLATE = (TEMPLATE = "PA_SidewinderGunLaser", INVENTORY_IMAGE = "img:///LWSidewinderSMG.LWBeamSMG_Common")
+CHANGE_TEMPLATE = (TEMPLATE = "PA_SidewinderGunMagnetic", INVENTORY_IMAGE = "img:///LWSidewinderSMG.LWBeamSMG_Common")
+CHANGE_TEMPLATE = (TEMPLATE = "PA_SidewinderGunCoil", INVENTORY_IMAGE = "img:///LWSidewinderSMG.LWBeamSMG_Common")
+CHANGE_TEMPLATE = (TEMPLATE = "PA_SidewinderGunBeam", INVENTORY_IMAGE = "img:///LWSidewinderSMG.LWBeamSMG_Common")
Add these lines to the Playable Aliens, to the config file XComWeaponSkinReplacer
Thanks, Leokosta!