Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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