安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
"Error in static constructor of CustomizeAnimals.HarmonyPatches: System.TypeInitializationException: The type initializer for 'CustomizeAnimals.HarmonyPatches' threw an exception. ---> System.NullReferenceException: Null method for syrus.customize_animals"
"Exception from asynchronous event: System.TypeLoadException: Could not resolve type with token 0100003c from typeref (expected class 'RimWorld.CompProperties_AbilityRequiresTrainable' in assembly 'Assembly-CSharp, Version=1.6.9371.18214, ...)"
Those are the exceptions, out of the many, many other errors, that stood out in regards to CustomizeAnimals - and to be honest, I have no idea how either of these two is possible to occur.
There is nothing that should be null during the HarmonyPatches initialization, nor should the base-game type "CompProperties_AbilityRequiresTrainable" be unresolved.
But I'm probably missing something in all that mess...
Well, that's almost 13k lines of log...guess that's the biggest log I had to look through for an error and there are a lot of them.
Could you post a log you get when doing the exact same thing while not using Customize Animals?
This is the log. Thanks
Code update, mainly for SpecialTrainables
I'll play with it even with a few bugs here and there haha (although this is the first one I ever found)
Much love and good day to you!
Fixed CanCrossBreedWith, CrossAggroWith & SpecialTrainables being cleared when other settings are modified while these are unchanged
---
The three settings should now no longer be cleared when unchanged.
Also did some other reworking, hopefully all still works properly.
While I'm unhappy about bugs, I'm happy when they are found and reported, that way I can fix them, and at some point, maybe, it will be bug free! The issues are ususally careless copy-paste and not testing all the edge cases, coupled with many reworks as I get new ideas for how to tackle certain issues... sorry!