Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1496950785
or here more strange things:
https://steamhost.cn/steamcommunity_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!