Page 2 of 30

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Mon Mar 13, 2017 9:23 pm
by otakusquared
Decided I'd try and give a little back to the community. Spent some time today messing with CompactDisc's table extension and got the Tank/Air/Naval upgrades max level increase to 99 fixed. Please find the script in the attached table, enjoy.
unitsupgrades_HOI41-3-3-2dd2.CT
(4.14 KiB) Downloaded 170 times

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Mon Mar 13, 2017 9:48 pm
by CompactDisc
otakusquared wrote:
Mon Mar 13, 2017 9:23 pm
Decided I'd try and give a little back to the community. Spent some time today messing with CompactDisc's table extension and got the Tank/Air/Naval upgrades max level increase to 99 fixed. Please find the script in the attached table, enjoy.
unitsupgrades_HOI41-3-3-2dd2.CT
I thank you for this! I hope you don't mind, but I included this fix in the extension with credit to you of course.
Also: I fixed a bug with the dynamic nature of the console hack. I hope it'll work all the time now :)
Redownload here please:
viewtopic.php?f=4&t=14#p756

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Fri Mar 24, 2017 12:05 pm
by Chatin
Can I use this table in a multiplayer game?

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Fri Mar 24, 2017 3:30 pm
by throwaway2000
Chatin wrote:
Fri Mar 24, 2017 12:05 pm
Can I use this table in a multiplayer game?
Nope, it'll desync the game.

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Sat Mar 25, 2017 10:11 am
by kreker
Hi.

Could somebody update the script for maximum constructions?

Code: Select all

[ENABLE] 
aobscanmodule(inj_buildslot,hoi4.exe,8B 4C D7 04 5F 5E 89 08) 
registersymbol(inj_buildslot) 
alloc(newmem,248) 
label(returnhere) 

newmem: 
mov [edi+edx*8+04],#25000 
mov ecx,[edi+edx*8+04] 
pop edi 
jmp returnhere 

inj_buildslot: 
jmp newmem 
returnhere: 
[DISABLE] 
dealloc(newmem) 
inj_buildslot: 
db 8B 4C D7 04 5F 
//mov ecx,[edi+edx*8+04] 
//pop edi 
unregistersymbol(inj_buildslot)
Also, why HoI4 thread is locked at [Link]?

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Sun Apr 16, 2017 7:49 pm
by HappyGamer
Hi,

first of all thanks to Recifense for the great table and also CompactDisc for the extender.
Sadly I must say the pointers won't work for me, but at least the 99 upgrade option work.
I tried several map modes, menus and also different countries, but they don't find the correct adresses and so no value. :-(
Any suggestions? Maybe a problem due to the addon?

Cheers, Happy

Edit: magically it is now working.
While opening and merging the table after Recifense ones it didn't work, but it does so after saving the merged one into a single CT file.
Dunno why, but it is working now. :-)

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Wed Jun 14, 2017 3:03 pm
by CompactDisc
The first update in ages is out now :) Expect new tables soon!

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Wed Jun 14, 2017 6:02 pm
by xman7318
Could you upload a cheat table for 1.4.0 (9b1f)?

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Wed Jun 14, 2017 7:21 pm
by Pernicio
I was wondering if you could make the Console Hack for the 1.4.0 update first, so that we can get some cheats enabled before the full cheat table?

Thank you very much for your incredible contributions! ^^

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Thu Jun 15, 2017 5:47 am
by CompactDisc
Pernicio wrote:
Wed Jun 14, 2017 7:21 pm
I was wondering if you could make the Console Hack for the 1.4.0 update first, so that we can get some cheats enabled before the full cheat table?

Thank you very much for your incredible contributions! ^^
I'd love to, but they changed a bit of how the console works. It might take some time to figure out.
Edit:
I got the ironman and developer mode to work again, but it won't do much good yet since the entire console is hidden.
It just has to be made visible and I can publish the next version :)

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Thu Jun 15, 2017 9:59 am
by gorgutzer
how can u make the console visible?

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Thu Jun 15, 2017 10:38 am
by gorgutzer
cant make visible the console in ironman :(

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Thu Jun 15, 2017 11:03 am
by gorgutzer
ok i got the address for the console
[hoi4.exe+E903E4]+0D but the game crashes everytime i try to use a command..

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Thu Jun 15, 2017 1:42 pm
by CompactDisc
gorgutzer wrote:
Thu Jun 15, 2017 11:03 am
ok i got the address for the console
[hoi4.exe+E903E4]+0D but the game crashes everytime i try to use a command..
Thanks to you I got the console thing working, though the value needed was actually [hoi4.exe+E903E4]+0C.

Here is a beta test because I don't trust it. It's possible that the option disables achievements like in CK2.
If anyone could confirm getting achievements using the option that would be nice. Thanks!

Edit: removed due to crashes; I'll try again soon.

Re: Hearts of Iron IV v1.3.3 Steam (GM and More) 2017-Mar-04

Posted: Thu Jun 15, 2017 1:52 pm
by gorgutzer
CompactDisc wrote:
Thu Jun 15, 2017 1:42 pm
gorgutzer wrote:
Thu Jun 15, 2017 11:03 am
ok i got the address for the console
[hoi4.exe+E903E4]+0D but the game crashes everytime i try to use a command..
Thanks to you I got the console thing working, though the value needed was actually [hoi4.exe+E903E4]+0C.

Here is a beta test because I don't trust it. It's possible that the option disables achievements like in CK2.
If anyone could confirm getting achievements using the option that would be nice. Thanks!
Game crashed when i put the first command on the console :/