Page 1 of 2

War Hospital

Posted: Thu Jan 11, 2024 3:51 pm
by The Mogician
Pointer Table for:
Requisition points, freight points, alcohol, surgical supplies and staff permits.

Too lazy to bother with the other ones, they should be pretty close together.

Pro tip: build the engineering housing first and order all the engineers you can get your hands on, then upgrade the hospital. The game will be a breeze with everything upgraded.

Re: War Hospital

Posted: Thu Jan 11, 2024 4:02 pm
by dhanayha
The Mogician wrote:
Thu Jan 11, 2024 3:51 pm
Pointer Table for:
Requisition points, freight points, alcohol, surgical supplies and staff permits.

Too lazy to bother with the other ones, they should be pretty close together.

Pro tip: build the engineering housing first and order all the engineers you can get your hands on, then upgrade the hospital. The game will be a breeze with everything upgraded.
can u tell me how to use it, do i need activated mono feature?
because my pointer just get ???

Re: War Hospital

Posted: Thu Jan 11, 2024 9:58 pm
by hackbeater
same, I couldnt get table working either
Its just "??" in values

Re: War Hospital

Posted: Thu Jan 11, 2024 10:09 pm
by IWH_Yoruichi
The same,not work

Re: War Hospital

Posted: Thu Jan 11, 2024 10:50 pm
by kolonus
hi!Could you please tell us, how the table work for you?

Re: War Hospital

Posted: Fri Jan 12, 2024 3:54 am
by hackbeater
I tired many things, couldn't get this table to work. If this table is updated, is it possible to making "resting" faster for staff.
Thank you

Re: War Hospital

Posted: Fri Jan 12, 2024 5:58 am
by dogandcar678
not work

Re: War Hospital

Posted: Fri Jan 12, 2024 7:20 am
by hackbeater
hackbeater wrote:
Fri Jan 12, 2024 3:54 am
I tired many things, couldn't get this table to work. If this table is updated, is it possible to making "resting" faster for staff. The save of the game is located in "AppData\LocalLow\Brave Lamb Studio\War Hospital\Steam\" , I wonder if we can edit the stats of staff by editing save files.
Thank you

Re: War Hospital

Posted: Fri Jan 12, 2024 11:08 am
by gorsan
this topic shall be deleted. This is not exactly a table.

Re: War Hospital

Posted: Fri Jan 12, 2024 12:26 pm
by lemaun
With the double type search you can find practically all the resources in case it helps someone.

Re: War Hospital

Posted: Fri Jan 12, 2024 1:03 pm
by dogandcar678
is it working?

Re: War Hospital

Posted: Fri Jan 12, 2024 1:57 pm
by NomuNomu
Not sure those pointers from the mono module are reproducible.

Although the game does come with a disabled terminal and cheat command checks strewn all over which make it quite easy to just nop out a couple jumps for the regular things.

Resources:
FieldHospital.PlayerResourcesContainer:GetAmount+41
Build/Upgrade Speed:
FieldHospital.AIBehaviourUpgradeRoom+Part_ConstructLoop:Update+235

You could probably hook DebugConsole.GetCheat if you really wanted to instead of patching each check though.

Re: War Hospital

Posted: Fri Jan 12, 2024 3:32 pm
by hackbeater
NomuNomu wrote:
Fri Jan 12, 2024 1:57 pm
Not sure those pointers from the mono module are reproducible.

Although the game does come with a disabled terminal and cheat command checks strewn all over which make it quite easy to just nop out a couple jumps for the regular things.

Resources:
FieldHospital.PlayerResourcesContainer:GetAmount+41
Build/Upgrade Speed:
FieldHospital.AIBehaviourUpgradeRoom+Part_ConstructLoop:Update+235

You could probably hook DebugConsole.GetCheat if you really wanted to instead of patching each check though.
How do you enable the disabled terminal?

Re: War Hospital

Posted: Fri Jan 12, 2024 3:59 pm
by danielyee
hi sir the magician
can sir please update the table
is not all option working sir,thanks

Re: War Hospital

Posted: Fri Jan 12, 2024 9:40 pm
by sirarisma
As hackbeater says there are at least 2 easy ways to do this.
1) FieldHospital.PlayerResourcesContainer.GetAmount(), for example on +35 (2 nops).
2) Base.DebugConsole:GetCheat, e.g. offset +23. And it can also be done in different ways. Performing the jump always or manipulating registers.

Other not so simple ways, in the table you set values for the different resources and in {Get/Set}Amount you set it to the value you get from the table.
War Hospital_FR.CT
Old versión.
(2.28 KiB) Downloaded 859 times
PD: I think it is better to use another thread
viewtopic.php?f=4&t=27287