安裝 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!