安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Failed to find RimWorld.BodyTypeDef named FemaleBB. There are 5 defs of this type loaded.
Verse.Log:Error(String, Boolean)
Verse.DefDatabase`1:GetNamed(String, Boolean)
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Reflection.MethodBase:Invoke(Object, Object[])
Verse.GenGeneric:InvokeStaticMethodOnGenericType(Type, Type, String, Object[])
Verse.GenDefDatabase:GetDef(Type, String, Boolean)
RimWorld.DefOfHelper:BindDefsFor(Type)
RimWorld.DefOfHelper:RebindAllDefOfs(Boolean)
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.Root:<Start>m__1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()
thanks for the report. I do have suspect and will be fixed soon
-----------------------------------------------------------------------------------------
Alright. the error should've popped for non-alien race users.
I fixed code so that the part of code doesn't get loaded when you don't use alien race.
if problem continues, let me know.
Some of them stays the same if I felt it isn't necessary to refit BB type
did u meant normal clothing or normal body?.
If the first one, that is an incompatibility. pawn should wear normal clothing if there aren't BB cloth not pink box.
list me your mods then I 'll try to fix the pink box
Hi having a bit of trouble with the FemaleBB BodyType for Human mod. I get these errors when trying to start a new world, or use the wildlife and numbers tab mods. All works fine when the mod is deactivated. Its load order is after all your other bb mods and their dependencies. I'll keep tweaking the load order to see is that's the problem. This seems to have started over the last couple of days.
Error while generating pawn. Rethrowing. Exception: System.TypeLoadException: Could not load type 'BBBodySupport.BBbodyOption' from assembly 'HumanBBBody'.
Root level exception in OnGUI(): System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeLoadException: Could not load type 'BBBodySupport.BBbodyOption' from assembly 'HumanBBBody'.
https://justpaste.it/7mt21 <- link to full log
Love your work!
aye thanks for the report. try update or redownload BBsupport mod and humanBB mod while I look into it
It looked like the very same named assembly file in Kijin mod overwriting new one.
so I updated Kijin mod assembly file. Let me know if this is fixed. and also let me know if you were n't using Kijin, and getting this error
That seems to have fixed it right up! I am using Kijin and after your update no errors.
Thanks a bunch!