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








try to verify your files and maybe re-subscribe to the mod
worked with me
@Arendeth
when i particularly use automated warden
it is getting stuck on generating history
linux, stable branch
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(9,25): error CS0433: The type 'BreatherBase' exists in both 'Assembly-CSharp, Version=2.0.207.107, Culture=neutral, PublicKeyToken=null' and 'MixMaster_GasBreaths.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(13,32): error CS0115: 'SteamBreath.GetCommandDisplayName()': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(15,32): error CS0115: 'SteamBreath.GetDescription()': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(17,32): error CS0115: 'SteamBreath.GetBreathName()': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(35,29): error CS0115: 'SteamBreath.GetConeAngle(int)': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(40,29): error CS0115: 'SteamBreath.GetConeLength(int)': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(45,32): error CS0115: 'SteamBreath.GetLevelText(int)': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(50,30): error CS0115: 'SteamBreath.ChangeLevel(int)': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(55,32): error CS0115: 'SteamBreath.GetGasBlueprint()': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(57,30): error CS0115: 'SteamBreath.Unmutate(GameObject)': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(63,30): error CS0115: 'SteamBreath.BreatheInCell(Cell, ScreenBuffer, bool)': no suitable method found to override
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(11,38): error CS1061: 'SteamBreath' does not contain a definition for 'DisplayName' and no accessible extension method 'DisplayName' accepting a first argument of type 'SteamBreath' could be found (are you missing a using directive or an assembly reference?)
<...>\steamapps\workshop\content\333640\3353241083\Mutations\Abilities\SteamBreath.cs(65,18): error CS1061: 'SteamBreath' does not contain a definition for 'DrawBreathInCell' and no accessible extension method 'DrawBreathInCell' accepting a first argument of type 'SteamBreath' could be found (are you missing a using directive or an assembly reference?)
== Warnings ==
<...>\steamapps\workshop\content\333640\3353241083\Parts\MindEncryption.cs(17,21): warning CS0649: Field 'MindEncryption.TargetWearer' is never assigned to, and will always have its default value false
This is an error that probably is a fruit of conflict between the robot mod and a certain breath mutation enabler mod.
So this is a bit of an unusual error because it tells me a bit more about the other mod than my own.
SteamBreath is breaking here because it (by default) extends the base game's BreatherBase mutation class. The mod to 'enable' breath mutations appears to be replacing BreatherBase rather than patching it (which would be standard practice), which is causing SteamBreath to break.
Base game breath mutations are a little bit buggy (the level-up text doesn't reflect their actual stats after levelling up) but it shouldn't require outright replacing the base class to enable them as usable mutations, so the other mod is doing something weird though I am not sure if it's a bug so much as an unusual programming decision which doesn't allow for much compatibility.
I'll look into fixing this on my end but it's unlikely I'll be able to fix it.
Check the Known Issues. This should only happen to Espers at the moment and I am working on a fix today