安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Tossing a few errors:
[Pawn Badge Fan Fork [Adopted]] Patch operation Verse.PatchOperationAdd(Defs/AlienRace.ThingDef_AlienRace[race/intelligence="Humanlike"]/comps) failed
file: D:\...\294100\2526040241\1.6\HAR\Patches\CompBadges_Patches_HAR.xml
[Pawn Badge Fan Fork [Adopted]] Patch operation Verse.PatchOperationAdd(Defs/AlienRace.ThingDef_AlienRace[race/intelligence="Humanlike"]/inspectorTabs) failed
file: D:\...\294100\2526040241\1.6\HAR\Patches\CompBadges_Patches_HAR.xml
@Ogliss Plz tag 1.6 :)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1678847247
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2465364521
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3038748382
[Pawn Badge Fan Fork [Adopted]] Patch operation Verse.PatchOperationAdd(Defs/AlienRace.ThingDef_AlienRace[race/intelligence="Humanlike"]/comps) failed
file: ...
[Pawn Badge Fan Fork [Adopted]] Patch operation Verse.PatchOperationAdd(Defs/AlienRace.ThingDef_AlienRace[race/intelligence="Humanlike"]/inspectorTabs) failed
file: ...
Cannot post the entire log here it seems.
not a programmer, at least in the professional sense, taught myself c# to make mods for rimworld, so i have to work through the diagnostic routine, your correct, it was in part related to the lack of Alien Races in your mod list, however the errors were totally harmless, and the patches that were failing wouldnt actually cause any problem.
i havent updated the github with the current build, or even the 1.5 build im afraid, its something i often forget to do. but i can do one better, and ive fixed the issue, thanks to the information you supplied, which allowed me to recreate it :)
[Pawn Badge Fan Fork [Adopted]] Patch operation Verse.PatchOperationAdd(Defs/ThingDef[race/intelligence="Humanlike" and not(comps)]) failed
file: E:\Games\steamapps\workshop\content\294100\2526040241\1.5\Patches\CompBadges_Patches.xml
This error is shown even if I load it with just core and Harmony.
https://imgur.com/1WXFpja
In my experience as a programmer this kind of errors are usually caused not by what I have, but rather by what I don’t have. Like HAR for example. I stopped using HAR after biotech release.
For now, can you upload previous version on a github?
hmmm thats curious, did you get ingame to see if the badge tab was still displaying?
the update was changing how the badge tab is added to pawns, as the original method was causing some pretty serious issues with Humanoid Alien Races- the original author edited defs after startup.
if possible, it would be handy if you could also test it with Just this, Harmony and core loaded, to see if the issue persists, i have a feeling the problem your experincing is due to a conflict with another mod
[Pawn Badge Fan Fork [Adopted] - Start of stack trace]
Verse.PatchOperationAdd(xpath="Defs/ThingDef[race/intelligence="Humanlike" and not(comps)]"): Failed to find a node with the given xpath
[End of stack trace]
Mod worked perfectly fine before.
im afraid thats a little biot beyond the mantle of caretakership and more into the realm of development- which i usually try to avoid for adopted mods, keeping to fixing bugs, otherwise it becomes a slippery slope.
i can certainly add it to the list of things to look into when i have some time for it, but that list is Long, and full of terrors.....
been awhile since ive looked at this mods code, so i Could be mistaken, but i believe any previous compatability was handled on their side, in which case it would be best to let the author of that mod know
Never responded
i take it you never managed to get hold of saucy?
Right now learning basic C# lol