安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
@PROVIDENCE Good catch, a visual only issue because my check stops at 100 (non inclusive) and I never set a > 100 case. Will have to fix one day, thanks for the report
@ZeroNoPocky I tried to reproduce this, and with VEF, VSE and VTE enabled and I can't reproduce this. If you provide more infos on how to get this issue I might be able to fix it (I don't think VEF has to fix a problem that appears above 20 skill levels unless it's an error on their side)
@aiden.y1308 Can't reproduce, on my test I could make a pawn with 500+ medical do a surgery
@Who? Same as @SIN, can't reproduce this locally, make sure it's not caused by another mod (I could try to patch it if you figure out where it comes from)
Pawns who attacked me with less than 10 melee skill suddenly hit over 45 melee skill and become war god Ares, smashing all our buildings and pawns.
But with high manipulation, the "range attack speed factor" became negative and my pawn shoots slowly instead
is there any fix for that?
应该不是这个模组本体,是EndlessGrowth_zh汉化模组不小心附带了旧版(游戏1.4版本)的动态链接库导致的。
模组排序把汉化放到本体后面去应该就好了,还不行的话去手动把EndlessGrowth_zh里面的.dll文件删掉。
---
The "MissingMethodException" is likely due to the translation mod "EndlessGrowth_zh" accidentally having an old copy of the mod's dll file.
Disabling EndlessGrowth removes the error.
It seems the mod still calls the old SkillRecord.Learn(float, bool) method, which no longer exists in current RimWorld versions. Could you please update it to the new API? Thanks
at Verse.Pawn.TickInterval (System.Int32 delta) [0x001b9] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.Thing.DoTick () [0x000eb] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.ThingOwner.DoTick () [0x0001c] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.Thing.DoTick () [0x0022c] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.TickList.Tick () [0x00157] in <24d25868955f4df08b02c73b55f389fe>:0
- TRANSPILER net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
- TRANSPILER OskarPotocki.VEF: IEnumerable`1 VEF.Genes.VanillaExpandedFramework_SkillRecord_Interval_Transpiler_Patch:Transpiler(IEnumerable`1 instructions)
- TRANSPILER fr.slimesenpai.rimworld.endlessgrowth: IEnumerable`1 SlimeSenpai.EndlessGrowth.SkillRecord_Interval_Patch:Transpiler(IEnumerable`1 instructions)
- PREFIX OskarPotocki.VEF: Boolean VEF.Genes.VanillaExpandedFramework_SkillRecord_Interval_Patch:Prefix(Pawn ___pawn, SkillRecord __instance)
- POSTFIX OskarPotocki.VEF: Void VEF.Genes.VanillaExpandedFramework_SkillRecord_Interval_Patch:Postfix(Pawn ___pawn, SkillRecord __instance)
Exception in Verse.TickList.Tick: System.MissingMethodException: Method not found: void RimWorld.SkillRecord.Learn(single,bool)
[Ref 1A150DC2]