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
You need
TWEAKABLE_PATIENT_LEAVE_TIME_HOURS
TWEAKABLE_PATIENT_LEAVE_WARNING_HOURS
TWEAKABLE_PATIENT_MAX_WAIT_TIME_HOURS
I don't know if I'm in the right place.
What should the lines look like if patients stay 2 days before leaving?
The file you need locate here:
\Steam\steamapps\common\Project Hospital\ProjectHospital_Data\StreamingAssets\Database
Steam folder is where you've installed Steam
The file you need is Tweakables.xml open it with any text editor, I use Notepad++
<GameDBTweakableFloat ID="TWEAKABLE_PATIENT_LEAVE_TIME_HOURS"> <Value>72</Value> </GameDBTweakableFloat>
<GameDBTweakableFloat ID="TWEAKABLE_PATIENT_LEAVE_WARNING_HOURS"> <Value>20</Value> </GameDBTweakableFloat>
<GameDBTweakableFloat ID="TWEAKABLE_PATIENT_MAX_WAIT_TIME_HOURS"> <Value>48</Value> </GameDBTweakableFloat>
it is probably. at the dlc`s? does something have to be rewritten?
it worked for me anyway
<Database>
<GameDBTweakableInt ID="DLC_DOC_MODE_MODE_ENABLED"> <Value>1</Value> </GameDBTweakableInt>
<GameDBTweakableInt ID="DLC_DOC_CHAR_EDITOR_POSITIVE_PERKS"> <Value>2</Value> </GameDBTweakableInt>
<GameDBTweakableInt ID="DLC_DOC_CHAR_EDITOR_NEGATIVE_PERKS"> <Value>1</Value> </GameDBTweakableInt>
<GameDBTweakableInt ID="DLC_DOC_CHAR_EDITOR_PRICE"> <Value>10000</Value> </GameDBTweakableInt>
</Database>