Project Hospital

Project Hospital

2x Money
8 Comments
M3ALVES 27 Jul @ 1:23pm 
como faz pra funcionar o mod
Miami Yacshak 23 Jan, 2024 @ 3:10pm 
thank you very much
Andy.Fritz  [author] 20 Jan, 2024 @ 6:44am 
The game itself comes with a file called Tweakables.xml (under \steamapps\common\Project Hospital\ProjectHospital_Data\StreamingAssets\Database) In this file you will find the entry TWEAKABLE_PATIENT_PAYMENTS_PERCENT . I would not suggest to edit this file directly because a game update will reset it to his default values.

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
Miami Yacshak 19 Jan, 2024 @ 8:37pm 
first of all, thanks for ur mod.

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?
abel1717 27 Sep, 2023 @ 4:55pm 
I just realized all my mods are made by you lol. You target the right things.
Andy.Fritz  [author] 23 Feb, 2023 @ 8:53am 
Maybe check again

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
DieselWiesel 23 Feb, 2023 @ 8:32am 
I checked the xml files from the Orginial Game. Its the same payout with your mod. So its not working
trash 14 Feb, 2023 @ 9:38am 
Awesome. I used another money mod that was triple and I felt like it was way too much. This should be perfect. Thanks for the mod!