Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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!