Yup, everything works BUT we need more resources :/
i cant change it with wpepro or cheat engine haha...
I was lucking getting billions of resources with Cheat Engine. It's not straight forward though.
0) Go completely offline. Unplug your network cable.
1) Run Mr.Antifun's trainer so it removes EAC. Don't activate his trainer or any of its functions.
2) Start the game and load up your campaign.
3) Search for your resource values. They should be 4 byte values and there should be 2 for each one.
4) Activate the code entry in the cheat engine file I provide below.
5) Change the resource values to a ridiculous high amount, like a couple of millions for each.
Check that the values do not revert back on their own! The values displayed in the game will not change!
6) Force the game to save by opening the skills tab a bunch of times and opening the game menu a bunch of times. Wait for it to save.
7) Go back to the start screen of the game by exiting your campaign.
8)
Deactivate the code entry of the cheat engine file!
9) Load up your campaign again. You should have millions of those resources now.
10) Repeat as often as needed, but you will have to search for the resource values again manually.
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="26">
<CheatEntries/>
<CheatCodes>
<CodeEntry>
<Description>Code :mov [rbx+08],eax</Description>
<Address>050207B3</Address>
<ModuleName>GRW.exe</ModuleName>
<ModuleNameOffset>4BF85B2</ModuleNameOffset>
<Before>
<Byte>2E</Byte>
<Byte>01</Byte>
<Byte>8B</Byte>
<Byte>47</Byte>
<Byte>08</Byte>
</Before>
<Actual>
<Byte>89</Byte>
<Byte>43</Byte>
<Byte>08</Byte>
</Actual>
<After>
<Byte>48</Byte>
<Byte>89</Byte>
<Byte>D8</Byte>
<Byte>48</Byte>
<Byte>8B</Byte>
</After>
</CodeEntry>
</CheatCodes>
<UserdefinedSymbols/>
</CheatTable>