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
Either you create your own mod, instructions can be found here Modding tutorial: creating new mods [projecthospital.forumotion.com]
or you can use the code from my mod Github Code here [github.com] and put the folder called modMoneyAndy from the zip under StreamingAssets\Addons\ Then you only need to edit the ModTweakables.xml in the Database folder from the mod folder.
Hope this helps
i have a question, where exactly do i find that xml file? 2x is too much money, i want it to change to 1,5x or lesser. can you help me with that?
Original Tweakable.xml content
<GameDBTweakableInt ID="TWEAKABLE_PATIENT_PAYMENTS_PERCENT">
<Value>100</Value>
</GameDBTweakableInt>
tweakable.xml from this mod
<GameDBTweakableInt ID="TWEAKABLE_PATIENT_PAYMENTS_PERCENT">
<Value>200</Value>
</GameDBTweakableInt>
Hope you can see the difference