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
" Both the Facial Stuff and Psychology mods coded their integration with Prepare Carefully in a way that ties them to a specific version. If I ever release a new version, those mod authors have to recompile their mods against that new version, even if I didn't make any changes to the parts of Prepare Carefully with which they are integrating. There are other ways to code it on their end to avoid that problem (using a technique called "reflection", which admittedly is a kind of an annoying way to have to code it), but that's not the way it's done now.
ive looked at flipping the integration so that Prepare Carefully is integrating with them instead of the other way around, but to do that, I have to copy code that belongs to their mods into Prepare Carefully. If I do that, I would have to maintain that code moving forward. If they change something on their end, I have to do updates on my end--it flips the problem, and I don't know if I want to take ownership of that. If those mods really are no longer being developed, maybe that ends up not being a real problem. Let me consider it."