Page 47 of 49

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

Posted: Sun Oct 29, 2023 9:43 pm
by MandoPatriot
mulrich wrote:
Fri Oct 27, 2023 6:22 pm
MandoPatriot wrote:
Fri Oct 27, 2023 4:27 pm
Extension table pointers not working and achievements with custom game rules not working.
There's an option for achievements with custom game rules? Where do you see that?
It was part of the extension table before and it is still part of the script. Just open it up and you will see one line is for achievements and two for custom game rules, but one of the custom games rules is commented out.

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

Posted: Mon Oct 30, 2023 2:04 am
by HeartofAxioms
Namelessy wrote:
Mon Oct 16, 2023 9:18 pm
Pastelcio121 wrote:
Mon Oct 16, 2023 8:46 pm

How do i use that? It says it need the Recifense script, do i merge the files? I'm pretty new with this, sorry.
The achievements, console and "upgrade some things" script works without Recufense original table. I have not updated the actual extension bits yet (values depending on his base pointers)
Hello! When I edit the 99 to 500 in the upgrade script, actually the game still prevent the click after 244 level upgrade. Does the number 244 mean something? I'm not good at ct editing, and changing number is all I can do. I don't know if it's available to bypass the 244 limit

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

Posted: Mon Oct 30, 2023 11:26 am
by Namelessy
HeartofAxioms wrote:
Mon Oct 30, 2023 2:04 am

Hello! When I edit the 99 to 500 in the upgrade script, actually the game still prevent the click after 244 level upgrade. Does the number 244 mean something? I'm not good at ct editing, and changing number is all I can do. I don't know if it's available to bypass the 244 limit
If I remember correctly it is a byte. So when you type 1F4 (500) only the F4 (244) is used.

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

Posted: Mon Oct 30, 2023 4:50 pm
by Namelessy
Updated the extension table to 1.13.4. Removed decision in a day (use console command), updated pointers and fuel script. You can't edit the buildings in a region any more using the pointers, but if you pause the game, use the console command "InstantConstruction", build what you want, run the command again, then unpause (also affects AI, so you should pause), you can still be a powerhouse of production.

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

Posted: Tue Oct 31, 2023 4:42 am
by HeartofAxioms
Namelessy wrote:
Mon Oct 30, 2023 11:26 am
HeartofAxioms wrote:
Mon Oct 30, 2023 2:04 am

Hello! When I edit the 99 to 500 in the upgrade script, actually the game still prevent the click after 244 level upgrade. Does the number 244 mean something? I'm not good at ct editing, and changing number is all I can do. I don't know if it's available to bypass the 244 limit
If I remember correctly it is a byte. So when you type 1F4 (500) only the F4 (244) is used.
OK, thank you!

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

Posted: Wed Nov 01, 2023 8:38 pm
by mulrich
Namelessy wrote:
Mon Oct 30, 2023 4:50 pm
Updated the extension table to 1.13.4. Removed decision in a day (use console command), updated pointers and fuel script. You can't edit the buildings in a region any more using the pointers, but if you pause the game, use the console command "InstantConstruction", build what you want, run the command again, then unpause (also affects AI, so you should pause), you can still be a powerhouse of production.
The game was just updated to 1.13.5, and the console cheat no longer works. Nor does anything in Recifence's table, but that's for him to update.

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

Posted: Thu Nov 02, 2023 6:14 pm
by Namelessy
mulrich wrote:
Wed Nov 01, 2023 8:38 pm

The game was just updated to 1.13.5, and the console cheat no longer works. Nor does anything in Recifence's table, but that's for him to update.
Damn, already?
I might have time for some more thorough testing this weekend, but in the mean time, you can change the AOB for CHP5 and CHP6 to:

Code: Select all

// Disable 'bUsedCheats' part 2, crash on focus.autocomplete
aobScanModule(CHP5,$process, 4A 05 00 41 88 BE D0 00 00 00 )

// Crash on console use
aobscanmodule(CHP6,hoi4.exe,4B 05 00 41 88 BE D0 00 00 00)
and see if that works. (Basically, change 3F to 4A, and change 40 to 4B)

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

Posted: Thu Nov 02, 2023 8:29 pm
by edl
Namelessy wrote:
Thu Nov 02, 2023 6:14 pm
and see if that works. (Basically, change 3F to 4A, and change 40 to 4B)
Seems to be working, thank you!

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

Posted: Fri Nov 03, 2023 11:07 am
by mulrich
Recifence has released a table for 1.13.5, by the way. :-)

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

Posted: Fri Nov 03, 2023 11:20 am
by Nipun
For those still waiting!

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

Posted: Sat Nov 04, 2023 7:16 pm
by jojo179
Namelessy wrote:
Thu Nov 02, 2023 6:14 pm
mulrich wrote:
Wed Nov 01, 2023 8:38 pm

The game was just updated to 1.13.5, and the console cheat no longer works. Nor does anything in Recifence's table, but that's for him to update.
Damn, already?
I might have time for some more thorough testing this weekend, but in the mean time, you can change the AOB for CHP5 and CHP6 to:

Code: Select all

// Disable 'bUsedCheats' part 2, crash on focus.autocomplete
aobScanModule(CHP5,$process, 4A 05 00 41 88 BE D0 00 00 00 )

// Crash on console use
aobscanmodule(CHP6,hoi4.exe,4B 05 00 41 88 BE D0 00 00 00)
and see if that works. (Basically, change 3F to 4A, and change 40 to 4B)

Thanks. Here is an upload with the change you suggested. Works well.

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

Posted: Sun Dec 31, 2023 7:36 pm
by Legion501
mulrich wrote:
Fri Nov 03, 2023 11:07 am
Recifence has released a table for 1.13.5, by the way. :-)
Where is it?

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

Posted: Tue Jan 02, 2024 7:36 pm
by mulrich
Legion501 wrote:
Sun Dec 31, 2023 7:36 pm
mulrich wrote:
Fri Nov 03, 2023 11:07 am
Recifence has released a table for 1.13.5, by the way. :-)
Where is it?
It's on Patreon, but someone kindly attached it to a post just three entries above this one; two entries above yours.

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

Posted: Sun Jan 07, 2024 7:28 pm
by MythOfTheLight
Update for 1.13.6?

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

Posted: Sun Jan 07, 2024 11:17 pm
by MarvinEhre
MythOfTheLight wrote:
Sun Jan 07, 2024 7:28 pm
Update for 1.13.6?
The table posted by jojo179 3 posts above yours works for 1.13.6.