安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
– https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2916405546
https://gist.github.com/HugsLibRecordKeeper/65087b43db3585f541d56e347ec88eb7
Failed to find Verse.RulePackDef named VSIE_Teaching_Toughness. There are 667 defs of this type loaded.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Failed to find Verse.RulePackDef named PawnEducation_Toughness. There are 521 defs of this type loaded.
[Harmony, 0Harmony.dll] MonoMod.Utils.DynamicMethodDefinition.UnityEngine.StackTraceUtility.ExtractStackTrace_Patch1()
[Harmony, 0Harmony.dll] MonoMod.Utils.DynamicMethodDefinition.Verse.Log.Error_Patch3(System.String)
[Core, Assembly-CSharp.dll] Verse.DefDatabase`1[[Verse.RulePackDef, Assembly-CSharp, Version=1.6.9348.31746, Culture=neutral, PublicKeyToken=null]].GetNamed(System.String defName, System.Boolean errorOnFail)
[Core, Assembly-CSharp.dll] Verse.RulePackDef.Named(System.String defName)
[Pawn Education (Continued), RimWorld_PawnEducation.dll] PawnEducation.InteractionWorker_Education.loadSkillBasedSentences(System.Collections.Generic.List`1[Verse.RulePackDef] extraSentencePacks)
[Pawn Education (Continued), RimWorld_PawnEducation.dll]
<Steam>\steamapps\workshop\content\294100\3448693012\Patches\IncomingDamageFactor.xml
<Patch>
<!-- Operation 1: If no <parts> node exists, create one with your entry -->
<Operation Class="PatchOperationConditional">
<xpath>Defs/StatDef[defName="IncomingDamageFactor"]/parts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/StatDef[defName="IncomingDamageFactor"]</xpath>
<value>
<parts/>
</value>
</nomatch>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/StatDef[defName="IncomingDamageFactor"]/parts</xpath>
<value>
<li Class="ToughnessSkillMod.StatPart_ToughnessDamage"/>
</value>
</Operation>
</Patch>