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








Specifically, More Choices tries to generate random relics using code that doesn't know how to handle Special relics. From my testing, without Hubris running it will just give you Circlets as the alternate relic options, but with Hubris running it will crash. That's because Hubris adds a check that happens after you generate a random relic. But it's the same underlying problem (random relic code being called for a case it doesn't properly handle), just expressed in different ways.
I think the cleanest fix would be for the More Choices mod to have code that handled special relics in rewards, perhaps by skipping them entirely and not generating alternate relic choices. Still, I see a fairly easy way to avoid the crash by changing Corrupt the Spire code slightly, so I'll probably do that in the next small code update I make. Even if the root problem is elsewhere, avoiding crashes is good.
Thanks for reporting this and taking a bit of time to work out what was causing it!