安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I just started a new campaign and noticed FrostTech_M2_Gremlin and FrostTech_M3_Gremlin sitting in my inventory. I am guessing those should remain hidden.
Thanks!
I want to say that I have encountered a game breaking bug, and that's in regards to the ice codex.
When I encountered an Ice Codex, I get its codex for research for the shadow chamber, bypassing the need to skulljack an officer.
However, not only does this not trigger the cutscene, when I do the story objective to skulljack an officer (and killing the codex spawned afterwards), it then asks me to study the codex. However, I am not given that option again because I researched it already, and am thus locked out of the campaign to continue (the Gateway mission will not appear).
For anyone having this issue, this can be fixed by using the console command:
ForceCompleteObjective T1_M4_StudyCodexBrain
In short, this glitch happens when you encounter and kill a frost codex, did the "study codex" research BEFORE skulljacking an officer AND killing the regular codex. The Ice Codex (both tiers) needs to be locked out in encounters until an officer gets skulljacked and the regular yellow codex eliminated afterwards.
Thanks again Mitzruti.
XComGameData_CharacterStats.ini
[FrostSpectre_M2 X2CharacterTemplate]
[FrostSpectre_M1_Diff_0 X2CharacterTemplate]
[FrostSpectre_M2_Diff_2 X2CharacterTemplate]
[FrostSpectre_M2_Diff_3 X2CharacterTemplate]
I think you accidentally used FrostSpectre_M1 instead of FrostSpectre_M2 when setting the difficulty differences for it on Diff_0.
[FrostDivision.X2Effect_IceShield]
ADD_EFFECT_ANIM_NAME=ADD_SpectralFrost_Start
REMOVE_EFFECT_ANIM_NAME=ADD_SpectralFrost_Stop
Those variables are not used in X2Effect_IceShield. They're actually from X2Effect_SpectralFrostZombie.uc.
There's a good chance that the zombie animation bugs you saw are caused by the issue I reported in my post directly above yours. Try finding the bit of config that I posted, and change the header above ADD_EFFECT_ANIM_NAME from [FrostDivision.X2Effect_IceShield] to [FrostDivision.X2Effect_SpectralFrostZombie] and see if it fixes the zombie animation bugs for you.
Thanks, I'll give this a try.