Page 16 of 30

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-12

Posted: Tue Mar 13, 2018 12:13 am
by Erqco
May be everyone know it, I found that Exp for army, navy and air is n*32768 where "" is the actual exp.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-12

Posted: Tue Mar 13, 2018 12:45 am
by Zxeait
Recifense wrote:
Mon Mar 12, 2018 11:07 pm
Hi guys,
A table was updated to version 1.5.1 (dd05) beta. I also added two more features. Please look at the first post.
Cheers!
Recifense, would you be willing to add National Focus takes 1 day?

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-12

Posted: Tue Mar 13, 2018 6:35 am
by Hopit
Zxeait wrote:
Tue Mar 13, 2018 12:45 am
Recifense wrote:
Mon Mar 12, 2018 11:07 pm
Hi guys,
A table was updated to version 1.5.1 (dd05) beta. I also added two more features. Please look at the first post.
Cheers!
Recifense, would you be willing to add National Focus takes 1 day?
That's very simple to do by yourself.
Just search for the days the focus has been going, like if it's 11/75, search for 11000 (exact value, 4 bytes) Then on the next day search for 12000 etc...
If you get many results after a few scans (Because you and all the AI nations have the same focus progress), when you finish a focus, wait for 11 or 12 days and then search again.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-12

Posted: Tue Mar 13, 2018 1:51 pm
by The Mogician
Zxeait wrote:
Tue Mar 13, 2018 12:45 am
Recifense wrote:
Mon Mar 12, 2018 11:07 pm
Hi guys,
A table was updated to version 1.5.1 (dd05) beta. I also added two more features. Please look at the first post.
Cheers!
Recifense, would you be willing to add National Focus takes 1 day?
DIY. When you start the game, search for 1000 and don't choose a focus. Wait for 11(or more) days and search for 10000 (because you can only store 10000 and you have to wait for yours and the other countries' to separate). Choose a focus, wait a day, and search 11000 (or days progressed * 1000), until you get a number. Change it to a big number and lock it. From then on, focus will only take a day.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-12

Posted: Tue Mar 13, 2018 3:40 pm
by CompactDisc
The code that crashes the game on console usage is still elusive.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-12

Posted: Tue Mar 13, 2018 3:43 pm
by Zxeait
The Mogician wrote:
Tue Mar 13, 2018 1:51 pm
DIY. When you start the game, search for 1000 and don't choose a focus. Wait for 11(or more) days and search for 10000 (because you can only store 10000 and you have to wait for yours and the other countries' to separate). Choose a focus, wait a day, and search 11000 (or days progressed * 1000), until you get a number. Change it to a big number and lock it. From then on, focus will only take a day.
Hopit wrote:
Tue Mar 13, 2018 6:35 am
That's very simple to do by yourself.
Just search for the days the focus has been going, like if it's 11/75, search for 11000 (exact value, 4 bytes) Then on the next day search for 12000 etc...
If you get many results after a few scans (Because you and all the AI nations have the same focus progress), when you finish a focus, wait for 11 or 12 days and then search again.
Big thank you, you two. I seemed to have been having issues but I will give this a whirl.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Tue Mar 13, 2018 11:16 pm
by Recifense
Hi guys,

A table was updated to version 1.5.1 (bccb) Beta. A new feature was also added. Please look at the first post.

Cheers!

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Wed Mar 14, 2018 6:20 pm
by BringChaos
Since CD is busy with things and I don't own a a real copy of the game on steam, I could use a volunteer to help test an update for 1.5.0 table extension if anyone is willing.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Wed Mar 14, 2018 7:15 pm
by Ioannes
BringChaos wrote:
Wed Mar 14, 2018 6:20 pm
Since CD is busy with things and I don't own a a real copy of the game on steam, I could use a volunteer to help test an update for 1.5.0 table extension if anyone is willing.
*raises hand*

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Wed Mar 14, 2018 7:40 pm
by thelastbeluga
Sorry to bother you Recifense but I think the beta was updated again. I believe it is 1.5.1 (a8e9) now.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Wed Mar 14, 2018 8:05 pm
by renorp
thelastbeluga wrote:
Wed Mar 14, 2018 7:40 pm
Sorry to bother you Recifense but I think the beta was updated again. I believe it is 1.5.1 (a8e9) now.
Devs planning to release 1.5.1 patch tommorow.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Wed Mar 14, 2018 10:26 pm
by Recifense
Hi guys,

I don't intend to release any additional table for 1.5.1 beta. You guys will have to wait for the official release.

But here is a script that may interest some of you guys:

Code: Select all

//=========================================
[ENABLE]
//=========================================
label(CHP1)
label(CHP2)
label(CHP3)
label(CHP4)
label(CHP5)

registersymbol(CHP1)
registersymbol(CHP2)
registersymbol(CHP3)
registersymbol(CHP4)
registersymbol(CHP5)

aobscanmodule(aob1,$process,80 79 0c 00 74 09 80 79 0d 00 74 03 32 c0 c3 b0 01 c3 cc cc) //show console
aobscanmodule(aob2,$process,80 7f 0c 00 c7 45 fc 00 00 00 00 ?? ?? 80 7f 0d 00)    //ironman
aobscanmodule(aob3,$process,80 7f 0c 00 ?? ?? 68 ?? ?? ?? ?? 8d 4d c8 c6 45 c4 00) //dev mode
aobscanmodule(aob4,$process,8b ce 88 47 0e 8d 45 c4 50 e8 ?? ?? ?? ?? 8d 4d e0)    //console was used
aobscanmodule(aob5,$process,8B 4D 08 88 47 0e 8d 45 c4 50 e8 ?? ?? ?? ?? 8d 4d e0) //console was used

//=========================================
// Actual script
//=========================================

//Enable to show the console
aob1:
CHP1:
 mov al,01
 ret

//bypass the check of using console in ironman mode
aob2:
CHP2:
 nop
 nop
 cmp eax,eax

//Removes the check for developer mode
aob3:
CHP3:
 nop
 nop
 cmp eax,eax

//Console was used
aob4:
CHP4:
 mov ecx,esi
 nop
 nop
 nop

aob5:
CHP5:
 mov ecx,[ebp+08]
 nop
 nop
 nop

//=========================================
[DISABLE]
//=========================================

CHP1:
//cmp byte ptr [eac+0C],00
 db 80 79 0C 00

CHP2:
//cmp byte ptr [edi+0C],00
 db 80 7F 0C 00

CHP3:
//cmp byte ptr [edi+0C],00
 db 80 7F 0C 00

CHP4:
//mov ecx,esi
//mov [edi+0E],al
 db 8b ce 88 47 0e

CHP5:
//mov ecx,[ebp+08]
//mov [edi+0E],al
 db 8b 4d 08 88 47 0e

unregistersymbol(CHP1)
unregistersymbol(CHP2)
unregistersymbol(CHP3)
unregistersymbol(CHP4)
unregistersymbol(CHP5)

//=========================================
Cheers!

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Wed Mar 14, 2018 11:00 pm
by CompactDisc
You fixed the darned thing?! Awesome! You're the best! ;)
I feel a little sad that I couldn't do it but I'm happy that you did ^^
I hope BringChaos doesn't mind :P We've both been working on it for a while as well now.
I'll try to release the extension completely tomorrow then.

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Thu Mar 15, 2018 5:24 am
by HHGDEllen
that is a very very very good news!!!

Re: Hearts of Iron IV v1.5.1 Steam (GM and More) 2018-Mar-13

Posted: Thu Mar 15, 2018 9:21 am
by CompactDisc
The new extension is here!

viewtopic.php?f=4&t=14&p=756#p756

A big thanks to BringChaos and Recifense for taking the load off of me while I'm moving out of the house :D
They both did the console cheat, BringChaos updated the upgrade script.