Search found 7 matches

by linkencuz8192
Mon Apr 04, 2022 11:34 pm
Forum: Tables
Topic: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20
Replies: 529
Views: 495482

Re: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20

Thanks for the update, Recifense. The tradition cheat doesnt work for Navy like the last table. But the same fix will work. Changing mov ebx,[ecx+00000E04] // Army cmp ebx,eax cmovs ebx,eax mov [ecx+00000E04],ebx mov ebx,[ecx+00000E08] // Naval cmp ebx,eax cmovs ebx,eax mov [ecx+00000E08],ebx Into ...
by linkencuz8192
Wed Mar 30, 2022 7:43 pm
Forum: Tables
Topic: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20
Replies: 529
Views: 495482

Re: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20

Thanks for the update, Recifense. The tradition cheat doesnt work for Navy like the last table. But the same fix will work. Changing mov ebx,[ecx+00000E04] // Army cmp ebx,eax cmovs ebx,eax mov [ecx+00000E04],ebx mov ebx,[ecx+00000E08] // Naval cmp ebx,eax cmovs ebx,eax mov [ecx+00000E08],ebx Into m...
by linkencuz8192
Wed Mar 16, 2022 5:30 am
Forum: Tables
Topic: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20
Replies: 529
Views: 495482

Re: Europa Universalis IV x64 v1.32.0.0 (GM and More) 2021-Nov-11

gogumagog wrote:
Tue Mar 15, 2022 9:47 am
I actually need just minimum power thing but i cant find it in this can anyone help me
Select EU4 process, load table.
Activate "pPlayer Address", then "Pointers"
Activate "Country" -> "General"
The powers should be there. Change value to 999 or whatever, then Activate to freeze value.
by linkencuz8192
Thu Nov 18, 2021 12:46 am
Forum: Tables
Topic: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20
Replies: 529
Views: 495482

Re: Europa Universalis IV x64 v1.32.0.0 (GM and More) 2021-Nov-11

mov ebx,[ecx+00000E04] // Army cmp ebx,eax cmovs ebx,eax mov [ecx+00000E04],ebx mov ebx,[ecx+00000E08] // Naval cmp ebx,eax cmovs ebx,eax mov [ecx+00000E08],ebx change to mov ebx,[ecx+00000E08] // Army cmp ebx,eax cmovs ebx,eax mov [ecx+00000E08],ebx mov ebx,[ecx+00000E0C] // Naval cmp ebx,eax cmov...
by linkencuz8192
Wed Nov 17, 2021 1:53 am
Forum: Tables
Topic: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20
Replies: 529
Views: 495482

Re: Europa Universalis IV x64 v1.32.0.0 (GM and More) 2021-Nov-11

Ah, you are using recifenses table. I am using the extension table. You need Reci's table to get the player pointer and the extension table for the offset. It should be under.. country -> military, if memory serves. Cool that worked. Never used the extension before. Seems pretty cool though. Thanks...
by linkencuz8192
Tue Nov 16, 2021 12:27 am
Forum: Tables
Topic: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20
Replies: 529
Views: 495482

Re: Europa Universalis IV x64 v1.32.0.0 (GM and More) 2021-Nov-11

Thanks for the updated table. I've noticed that the navy tradition cheat doesnt work. The army tradition one does, but not navy. Are you sure? I started as England, and had 4960 as navy tradition in CE, and 4.9 in the military tab. Changed it to 14960 and the military tab value changed to 14.9. Yes...
by linkencuz8192
Sun Nov 14, 2021 11:01 pm
Forum: Tables
Topic: Europa Universalis IV x64 v1.33.2.0 (GM and More) 2022-Mar-20
Replies: 529
Views: 495482

Re: Europa Universalis IV x64 v1.32.0.0 (GM and More) 2021-Nov-11

Thanks for the updated table. I've noticed that the navy tradition cheat doesnt work. The army tradition one does, but not navy.