Installer Steam
Logg inn
|
språk
简体中文 (forenklet kinesisk)
繁體中文 (tradisjonell kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tsjekkisk)
Dansk (dansk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spania)
Español – Latinoamérica (spansk – Latin-Amerika)
Ελληνικά (gresk)
Français (fransk)
Italiano (italiensk)
Bahasa Indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (nederlandsk)
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasil)
Română (rumensk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (vietnamesisk)
Українська (ukrainsk)
Rapporter et problem med oversettelse









<Operation Class="PatchOperationFindMod">
<mods>
<li>Alpha Prefabs</li>
</mods>
<match Class="PatchOperationRemove">
<xpath>/Defs/AlphaPrefabs.PrefabDef[defName = "AP_Prefab_SmallEcosystemBay"]/researchPrerequisites/li[text()="VFE_Res_Sprinkler"]</xpath>
</match>
</Operation>
Resolves it. It would likely be smarter to remove that specific prefab completely, given the sprinkler is also removed. I don't mind manually placing the sprinkler from Dub's Bad Hygiene, though.
Could not resolve cross-reference to Verse.ResearchProjectDef named VFE_Res_Sprinkler (wanter=researchPrerequisites)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch4 (string)
Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ResearchProjectDef> (string,Verse.FailMode,object)
Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ResearchProjectDef>:TryResolve (Verse.FailMode)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.DirectXmlCrossRefLoader+c__DisplayClass16_0.<ResolveAllWantedCrossReferences>b__0_Patch1
This tries to address differences between the mods but seems to be having both the below issues and also the massive waste of components from having just a few fans in a colony over a few years since they break down regularly.
Could not resolve cross-reference to Verse.ResearchProjectDef named VFE_Res_Sprinkler (wanter=researchPrerequisites)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch4 (string)
Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ResearchProjectDef> (string,Verse.FailMode,object)
Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ResearchProjectDef>:TryResolve (Verse.FailMode)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.DirectXmlCrossRefLoader+c__DisplayClass16_0.<ResolveAllWantedCrossReferences>b__0_Patch1
I have found an issue that because this mod does not list Vanilla Temperature Expanded ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3202046258 ) in the LoadAfter section of the about .xml file it is possible for this mod to load before VTE which then results in a lot of errors.
Would it be possible to add Vanilla Temperature Expanded as something this compat mod should load after in the about .xml for the patch?