Page 34 of 49

Re: Hearts of Iron IV x64 v1.11.4 (GM and More) 2021-Dec-15

Posted: Mon Mar 28, 2022 8:20 pm
by SomaTGW
Namelessy wrote:
Fri Mar 25, 2022 4:46 pm
SomaTGW wrote:
Wed Mar 23, 2022 9:30 pm

I never got the max air upgrade to ever work. It just says "The array of byte named UPG1b could not be found"
Are you running HOI through steam? If so, are you using any mods? Some mods might change a few things here and there. You could also disable (comment out) all the UPG1b bits. You will then not be able to lower the upgraded level down if you pass... 6 I think.
Steam launch, yeah. And I just ran it with no mods, and it's still having an issue with it.

Re: Hearts of Iron IV x64 v1.11.7 (GM and More) 2022-Mar-01

Posted: Mon Mar 28, 2022 8:21 pm
by SomaTGW
Res1stancE wrote:
Fri Mar 25, 2022 10:07 pm
Is there a way to use Cheat Engine on HOI4 by just putting in the value? Or should the table always be used?
It's possible, but you need to re-scan every time you relaunch the game.

Re: Hearts of Iron IV x64 v1.11.7 (GM and More) 2022-Mar-01

Posted: Thu Mar 31, 2022 2:29 pm
by renorp
Looks like God Mode not working for Fleets. Ships still sink during battles.

Re: Hearts of Iron IV x64 v1.11.7 (GM and More) 2022-Mar-01

Posted: Thu Apr 07, 2022 5:44 pm
by momozahara
so for the super production we can edit just one line in recif script to gain that power
in the script under Production Progress (airplanes, weapons, etc) (when day changes)
find: add r11d,r11d
replace with: add r11d,#26280000
and year we just replace 1 day production with super production

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Sat Apr 16, 2022 9:26 pm
by Recifense
Hi guys,

A table for version 1.11.10 (09ac) was added at the first post.

- A new feature was added.

Cheers!

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Sat May 14, 2022 12:37 pm
by Anon123813
Anyone know the new list for the Extension's Air Upgrade? Or can teach me how to find it?

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Sat May 14, 2022 4:48 pm
by Namelessy
Anon123813 wrote:
Sat May 14, 2022 12:37 pm
Anyone know the new list for the Extension's Air Upgrade? Or can teach me how to find it?
When you try to enable it, it usually says "The array of byte named UPG1b could not be found". So open the table in a text editor, search for UPG1b, and you will find:

Code: Select all

aobScanModule(UPG1b,$process, 2? 5F 00 84 C0 74 08 40 88 7B 08) // will break with update, check from 84 C0...  usually 2.nd hit
So search for AOB in CE for "84 C0 74 08 40 88 7B 08", and you will find 2 hits. Assuming it is the second, select it and click on "Disassemble this memory region". If we do this, and scroll a line up, we get:

Code: Select all

hoi4.exe+84DE06 - E8 E53D5F00           - call hoi4.exe+E41BF0
hoi4.exe+84DE0B - 84 C0                 - test al,al <-- this is the hit for the "cut down" aob
hoi4.exe+84DE0D - 74 08                 - je hoi4.exe+84DE17
If we check the bytes, the 2? has changed to 3D while the 5F 00 are the same, so we put that into the AOB like so:

Code: Select all

aobScanModule(UPG1b,$process, 3D 5F 00 84 C0 74 08 40 88 7B 08) // will break with update, check from 84 C0...  usually 2.nd hit
Then check the UPG1b+5 (that is the "74 08" bit) in the Disable part of the script, to make sure the two bytes are the same:

Code: Select all

UPG1b+5:
 db 74 08
Which they are. So load up your changed table and see if it enables, check that you can increase and decrease the plane upgrades. If all is well, you are good to go.

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Sat May 28, 2022 8:40 pm
by kekeface123
some parts of table dont work. (air upgrades?) also the 1 day decision automatic activates at random(i notice if using the fast spying cheat it does so more often)

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Tue May 31, 2022 4:07 pm
by joebno2
kekeface123 wrote:
Sat May 28, 2022 8:40 pm
some parts of table dont work. (air upgrades?) also the 1 day decision automatic activates at random(i notice if using the fast spying cheat it does so more often)
when you use (if you do) the add factories cheat do they stay or despawn for you? ill get them for a short period of time but ill need to keep adding and removing factories on production lines to keep them

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Wed Jun 01, 2022 5:32 pm
by defnotme
When update

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Thu Jun 02, 2022 8:03 am
by kekeface123
joebno2 wrote:
Tue May 31, 2022 4:07 pm
kekeface123 wrote:
Sat May 28, 2022 8:40 pm
some parts of table dont work. (air upgrades?) also the 1 day decision automatic activates at random(i notice if using the fast spying cheat it does so more often)
when you use (if you do) the add factories cheat do they stay or despawn for you? ill get them for a short period of time but ill need to keep adding and removing factories on production lines to keep them
there is no cheatfor add factories?

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Thu Jun 02, 2022 4:16 pm
by IgnisGlaciem
kekeface123 wrote:
Thu Jun 02, 2022 8:03 am
joebno2 wrote:
Tue May 31, 2022 4:07 pm
kekeface123 wrote:
Sat May 28, 2022 8:40 pm
some parts of table dont work. (air upgrades?) also the 1 day decision automatic activates at random(i notice if using the fast spying cheat it does so more often)
when you use (if you do) the add factories cheat do they stay or despawn for you? ill get them for a short period of time but ill need to keep adding and removing factories on production lines to keep them
there is no cheatfor add factories?
I believe he's referring to the pointers in the extension table, which has a field allowing building editing. I noticed my spawned factories would sometimes spawn with damage, but it was inconsistent and while reproducible (simply add factories in a state, rinse and repeat until) it wasn't predictable.

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Fri Jun 10, 2022 5:09 pm
by bonebag15
is there a new change for air upgrades? old update of changing 2? to 3d does not seem to work anymore

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Mon Jun 13, 2022 10:10 am
by kokdk
bonebag15 wrote:
Fri Jun 10, 2022 5:09 pm
is there a new change for air upgrades? old update of changing 2? to 3d does not seem to work anymore
Namelessy did very clear guide for change the pointer

change 3D to 59 in v1.11.11

Re: Hearts of Iron IV x64 v1.11.10 (GM and More) 2022-Apr-16

Posted: Wed Jun 29, 2022 12:23 pm
by SomaTGW
kokdk wrote:
Mon Jun 13, 2022 10:10 am
bonebag15 wrote:
Fri Jun 10, 2022 5:09 pm
is there a new change for air upgrades? old update of changing 2? to 3d does not seem to work anymore
Namelessy did very clear guide for change the pointer

change 3D to 59 in v1.11.11
Seems like the new update changed this again, changing it to 56 doesn't work anymore.