Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Upload your cheat tables here (No requests)
aki007
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Nov 19, 2020 9:00 am
Reputation: 0

Re: Europa Universalis 4 1.36.2 by Pedro

Post by aki007 »

Pedroma34 wrote:
Wed May 08, 2024 3:19 am
aki007 wrote:
Mon May 06, 2024 11:11 am
Hi Pedro. Can you add stats for ruler's adm, dip and mil points? Thanks.
Hello! I just uploaded the updated table with the new stats for the ruler's power points. Please, let me know if it works. Thank you.
Thanks! You are the hero.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Fosik
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jun 16, 2024 1:59 pm
Reputation: 0

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by Fosik »

How can I write a script that opens the console for use while playing multiplayer with friends?

User avatar
tafoplaka
Expert Cheater
Expert Cheater
Posts: 70
Joined: Mon May 08, 2017 1:20 pm
Reputation: 10

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by tafoplaka »

Can you add unlimited nation creation points like Reci used to have on his table?

Namelessy
Table Makers
Table Makers
Posts: 334
Joined: Wed Feb 24, 2021 7:46 am
Reputation: 481

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by Namelessy »

tafoplaka wrote:
Fri Jul 05, 2024 10:17 pm
Can you add unlimited nation creation points like Reci used to have on his table?
Here is the one I am using for the extension table (Basically: eu4.exe+0233CD60 )

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>7386</ID>
      <Description>"Custom Nation Max Points"</Description>
      <ShowAsSigned>0</ShowAsSigned>
      <Color>FF00FF</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>eu4.exe+0233CD60</Address>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Bandit_6
Noobzor
Noobzor
Posts: 9
Joined: Mon Mar 15, 2021 9:28 pm
Reputation: 0

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by Bandit_6 »

Quick question: Anyone know how to find reform desire? I've tried every variation I can think of and even tried to effect reform desire growth but I can't find either.

Namelessy
Table Makers
Table Makers
Posts: 334
Joined: Wed Feb 24, 2021 7:46 am
Reputation: 481

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by Namelessy »

Bandit_6 wrote:
Wed Jul 10, 2024 9:43 am
Quick question: Anyone know how to find reform desire? I've tried every variation I can think of and even tried to effect reform desire growth but I can't find either.
Start new game, no mods, no ironman
Pick a country, check reform desire
Assuming reform desire is 0 (pick Austria, for instance)
open console
run: reform_desire 1
close console
Search for value (4 bytes, value between, 10 and 20)
open console
reform_desire 1
close console
search between 20 and 30
repeat until you find the reform desire value
Add selected address to the address list call it "ReformDesire"
Right click and "Find out what access this address", see that the offset is E4

To make it semi-permanent (until next update)
(you can do some debugging here and see if you can find other offsets, which will help for scanning, but for now, let's ignore that)
Right click and "Generate Pointer map", call it "ReformDesireAustria"

Run scan, and wait
When done, and scan is saved, shut down CE and EU4, start up again and find the reform_desire address again (pick another country, France for instance)
Add selected address to the address list, name it ReformDesire
Right click and "Generate Pointer map", call it "ReformDesireFrance"

Run scan, and wait
When done, and scan is saved, shut down CE and EU4, start up again and find the reform_desire address again (pick another country, England for instance)
Add selected address to the address list, name it ReformDesire
Right click and "pointer scan for this address"
Use settings (these are the ones I used):
Compare results with saved pointermap(s): Add ReformDesireAustria, select ReformDesire if it is not already done
Do the same for ReformDesireFrance
Base address must be in specific range: From: eu4.exe To: eu4.exe+getModuleSize('eu4.exe')
Pointers must end in specific offset: e4
Maximum Offset Value: 8192
Max Level: 6

After doing this, I had 15 entries. You might want to do a few more "Generate Pointer Maps" to lower the number of hits, or add all 15 to a temp table (double click on the entry in the pointer scan, and it will be added with offsets) and save the table. Restart a few times with different countries to see which ones survives. You could also change Max Level to 5, to limit the number of hits (I find that fewer offsets are usually better)

One of the entries was this:
Base Address: eu4.exe+0233CE38
Offset 0: 1838
Offset 1: D60
Offset 2: 30
Offset 3: 40
Offset 4: E4

Which is the one I use in the extension table, but some of the other 14 might also be valid.

You could also try to find some other values and then see if there are any similaries (offset 4: 100, for instance, is curia coffers)

YotsubaRyuuji
Noobzor
Noobzor
Posts: 6
Joined: Thu Jul 08, 2021 3:35 pm
Reputation: 0

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by YotsubaRyuuji »

can some one make table for activate achievements in iron mode? i'd love to play with Xorme AI mod. I can't get achievements because of this mod.

Namelessy
Table Makers
Table Makers
Posts: 334
Joined: Wed Feb 24, 2021 7:46 am
Reputation: 481

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by Namelessy »

YotsubaRyuuji wrote:
Sun Aug 04, 2024 7:35 am
can some one make table for activate achievements in iron mode? i'd love to play with Xorme AI mod. I can't get achievements because of this mod.
As far as I know, the extension table still works (console and achievements, at least).

YotsubaRyuuji
Noobzor
Noobzor
Posts: 6
Joined: Thu Jul 08, 2021 3:35 pm
Reputation: 0

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by YotsubaRyuuji »

Namelessy wrote:
Sun Aug 04, 2024 8:41 am
YotsubaRyuuji wrote:
Sun Aug 04, 2024 7:35 am
can some one make table for activate achievements in iron mode? i'd love to play with Xorme AI mod. I can't get achievements because of this mod.
As far as I know, the extension table still works (console and achievements, at least).

It doesn't work for me. Everything works in the extension table except achievements

Namelessy
Table Makers
Table Makers
Posts: 334
Joined: Wed Feb 24, 2021 7:46 am
Reputation: 481

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by Namelessy »

YotsubaRyuuji wrote:
Tue Aug 06, 2024 4:34 pm

It doesn't work for me. Everything works in the extension table except achievements
Just tested it, and it seemed to work for me (achievements enabled while running mods). You need to enable it before "Loading databases" is done, which might be an issue if it is cached or you have a fast hard drive.

Pedroma34
Cheater
Cheater
Posts: 32
Joined: Mon Aug 07, 2017 11:17 pm
Reputation: 14

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by Pedroma34 »

I am not supporting this table anymore as of august 2024

flamingredalpha
Noobzor
Noobzor
Posts: 8
Joined: Thu Nov 03, 2022 8:38 pm
Reputation: 3

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by flamingredalpha »

Namelessy wrote:
Tue Aug 06, 2024 4:42 pm
YotsubaRyuuji wrote:
Tue Aug 06, 2024 4:34 pm

It doesn't work for me. Everything works in the extension table except achievements
Just tested it, and it seemed to work for me (achievements enabled while running mods). You need to enable it before "Loading databases" is done, which might be an issue if it is cached or you have a fast hard drive.
I also can't get it to work.

I don't know how you got it because I did the same thing you did. I have the mod Extended Timeline in and loaded up a 1444 Ottomans and the Achievements button says achievements are disabled because I have the mod installed.

Jolan
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Apr 19, 2017 6:09 pm
Reputation: 1

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by Jolan »

There was an update today and activating console in ironman doesn't work anymore. Can someone advise on how to fix this? I don't know jack about CE myself.

snamjoo0325
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Oct 02, 2024 1:20 am
Reputation: 0

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by snamjoo0325 »

flamingredalpha wrote:
Tue Sep 10, 2024 4:38 am
Namelessy wrote:
Tue Aug 06, 2024 4:42 pm
YotsubaRyuuji wrote:
Tue Aug 06, 2024 4:34 pm

It doesn't work for me. Everything works in the extension table except achievements
Just tested it, and it seemed to work for me (achievements enabled while running mods). You need to enable it before "Loading databases" is done, which might be an issue if it is cached or you have a fast hard drive.
I also can't get it to work.

I don't know how you got it because I did the same thing you did. I have the mod Extended Timeline in and loaded up a 1444 Ottomans and the Achievements button says achievements are disabled because I have the mod installed.
I just tested it and can confirm that it works with achievements. However, I did use the Recifense's newest 1.37.2 version of the CheatEngine table as a base, which is only available for his patreons.

User avatar
tafoplaka
Expert Cheater
Expert Cheater
Posts: 70
Joined: Mon May 08, 2017 1:20 pm
Reputation: 10

Re: Europa Universalis 4 1.37.0 MAY-2024 by Pedro

Post by tafoplaka »

snamjoo0325 wrote:
Wed Oct 02, 2024 1:30 am

I just tested it and can confirm that it works with achievements. However, I did use the Recifense's newest 1.37.2 version of the CheatEngine table as a base, which is only available for his patreons.
Can you share his newest table?

Post Reply

Who is online

Users browsing this forum: admantx, Google [Bot], ilwars333, kukareka, Leunsel, Link20, Truhel