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








Verse.Log:Error(String)
Verse.PatchOperation:Complete(String)
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.Root:<Start>m__84E()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__84C()
I don't know about bug report at all, but this sentenses appeared as a red character
Edit: If this patch operation failed error is too annoying, I can separate the patches into separate mods. You'll just have to subscribe to another mod for the patch, instead of the mod having native support for other mods.
<xpath>/StorytellerDefs/StorytellerDef[defName = "Cassandra-DoublePop"]/comps/li["StorytellerCompProperties_CategoryMTB"]/allowedTargetTypes</xpath>
For the one you linked, it would be:
<xpath>/StorytellerDefs/StorytellerDef[defName = "Phoebe-Pop2x"]/comps/li["StorytellerCompProperties_CategoryMTB"]/allowedTargetTypes</xpath>
If I add support for every mod. Every mod someone doesn't have will throw a patch operation failed error. Now, this isn't necessarily a bad thing, but it could make troubleshooting difficult in the future. Or perhaps cause annoyance, because if I'm not the only one that does patch operations like this, you could have multiple mods failing a check for compatibility, and then spamming the log with their failed operation patches.