安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Is there something I am missing, has anyone come across this issue and found a solution as bedside examinations seems like a must have.
Thanks
Is there a separate code I need to add for to queuing these exams back into the AI doctor's usual chain of actions? The examination type is clearly available, and it works if I click it, but the AI doesn't always choose to do it itself and sometimes just stops doing examinations at that point.
<Tag>examinations_no_equipment</Tag>
<Tag>examinations_basic_equipment</Tag>
I assume you mean ModExaminationsBEDLC.xml
Fix:
Open ....\Steam\steamapps\workshop\content\868360\2704508459\Database\ModRoomTypesBEDLC.xml
Find <GameDBExamination ID="EXM_SEROLOGY_TESTING_SAMPLING"> and add <SkillRef>SKILL_DOC_QUALIF_GENERAL_MEDICINE</SkillRef> under <RequiredDoctorQualificationList> and <Tag>emergency_doctors_office</Tag> under <RequiredRoomTags>
Worked for me.
I saw your mod by chance, and I wondered if I could do a french translation of it. I have already helped to translate another mod of this game and it would be my pleasure to help
{链接已删除} Bedside Examinations (DLCs Version) Update 4 Ger Localization
Reading through comments and bug reports on this page: I advise against this mod until it is more polished. When it is, I would even pay for it.
Additionally, They're able to order Serological testing in observation in emergency, so I had to put <Tag>observation</Tag> in required room tags. The testing is never accomplished and keeps saying "waiting for room" or whatever.
So in summery added:
under:<RequiredDoctorQualificationList>
<SkillRef>SKILL_DOC_QUALIF_GENERAL_MEDICINE</SkillRef>
under: <RequiredRoomTags>
<Tag>emergency_doctors_office</Tag>
<Tag>observation</Tag>
Hopefully it'll work in all situations it can be ordered now.
I had issues in my ER Clinics right away with both Serology and Stool lab tests being ordered, but after inserting the missing codes ID'd below, that fixed everything right away... so thanks to all again!
<SkillRef>SKILL_DOC_QUALIF_GENERAL_MEDICINE</SkillRef>
Into
<RequiredDoctorQualificationList>
Go into your Steam > Steamapps > Workshop > Content folder and select the project hospital file (868360). Find the mod folder (ends in 8549, it's the end number on the mod URL). Open the ModExaminationsBEDLC.xml file with a text editor like notepad or notepad++ and search (Ctrl+F) for Serological. You'll notice that you can do it at places like ICU, wards etc, if you add in <Tag>emergency_doctors_office</Tag> you'll be able to do it at the ER doctors offices. Make sure to add it in like the other tags are, and before the </RequiredRoomTags> or it'll be outside that section of code.
NOTE: I am not a modder, nor do I know anything about code. I simply tweak and have had no issues on my game. Nevertheless, if attempting this I recommend making pre-edit backups incase you make a whoopsie.
So, this is my sutuation : i can't know, Influenza A or Influenza B. All i need is do Serologic sampling but i can't. Only Differential diagnosis can help, but in at the start of the game such patients usually come and i have to reassign them to other doctors (which means hiring a doctor with Advanced diagnosis) or hospitalize him in another department (which are not yet open)
https://imgur.com/a/ZpZ4yML
@Bee The mod definitely changes things linked to the Infectious Diseases department. You can try using this version (you'd probably be fine) but if you run into any issues just use the non DLC version
the off-steam-link in the NO DLC version is also just including the NO DLC version, isn't it? I wanted to investigate a possible compatibility with other department mods. I think it's too much to ask you for it and steam doesn't like edited files in its cryptic folders
I replied to you in the feedback and suggestions thread. Let's move the conversation over there.