安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
" 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."