安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I see what you mean--it looks like some backstories are getting lost. I'll figure it out. Thanks for the bug report.
It's not just in this screen, sometimes in other describtions in game, too.
I dont know if this is caused from your Mod ?
Like the Button in the middle:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1496950785
or here more strange things:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1496963719
You'll see those strange characters if you are in development mode and you are missing the translations for some text. Since Prepare Carefully does not include any translations, you would need a Prepare Carefully translation mod for your language to fix it.
If you turn off development mode, you will not see the strange characters. It will instead just display the mod's default English-language translations.
Prepare Carefully failed to generate a pawn/animal for the equipment list: Cults_BlackGoat
Verse.Log:Warning(String, Boolean)
EdB.PrepareCarefully.EquipmentDatabase:CreatePawn(ThingDef, ThingDef, Gender)
EdB.PrepareCarefully.EquipmentDatabase:CreateEquipmentEntry(ThingDef, ThingDef, Gender, EquipmentType)
EdB.PrepareCarefully.EquipmentDatabase:CreateEquipmentEntry(ThingDef, Gender, EquipmentType)
EdB.PrepareCarefully.EquipmentDatabase:AddThingDef(ThingDef, EquipmentType)
EdB.PrepareCarefully.EquipmentDatabase:BuildEquipmentLists()
EdB.PrepareCarefully.EquipmentDatabase:.ctor()
EdB.PrepareCarefully.PrepareCarefully:Clear()
EdB.PrepareCarefully.PrepareCarefully:Initialize()
EdB.PrepareCarefully.HarmonyPatches:DoWindowContentsPostfix(Rect, Page_ConfigureStartingPawns)
RimWorld.Page_ConfigureStartingPawns:DoWindowContents_Patch1(Object, Rect)
Verse.<WindowOnGUI>c__AnonStorey0:<>m__0(Int32)
UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, Int32, GUISkin, Int32, Single, Single, GUIStyle)
Are you on Windows, Mac or Linux?
Are you using the Steam Workshop version or did you manually install the mod from github?
Do you know how to enable development mode or how to look at the game's log file? If so, do you see any errors?
Do you know how to enable development mode or how to look at the game's log file? If so, do you see any errors in there?
This problem is almost always caused by another mod doing something that Prepare Carefully is not expecting--not always, but almost always. By looking at the logs, you can often tell which mod is causing the problem. Re-ordering mods usually doesn't help, but disabling them should help you narrow it down. First, disable all of your mods to make sure it's related to other mods and not to something else.
I fixed it by deleting and redownloading the ''Core'' in modlist, apparently there was some leftovers from B18 in it and it made this mod not work properly. Works fine now, thank you for your attention.
Thanks for the update!