Political Power - Works, not sure if it affects AI.
Inf army/navy/air XP - Works. Possible to make this a higher number(327680000, or 100000 in regular decimal), combined with enabling over 5 points when upgrading units? (See CompactDisk's CE table)
//=========================================
[ENABLE]
//=========================================
// Check if the code at HP1,2,3 exists.
// If it doesn't, the game version is probably wrong and the script will not load
//=========================================
registersymbol(HP1)
registersymbol(HP2)
//=========================================
// Actual script
//=========================================
//Changes the maximum levels for the UI to 99
HP1:
mov bl,#99
nop
//Prevent the game from locking upgrade levels
HP2:
nop
nop
nop
nop
nop
//=========================================
[DISABLE]
//=========================================
// This part restores all original code
//=========================================
HP1:
//mov al,[edi+5C]
db 8A 5E 50
HP2:
//cmp cl,[eax+50]
//jae hoi4.exe+24B16C
db 3A 48 50 73 E9
unregistersymbol(HP1)
unregistersymbol(HP2)
Fast National Focus - Works, also given to AI/other nations. Possible to fix?
Fast Research - Works, not sure if it affects AI.
Fast Recruiting - Works.
Instant War Goal - Works, have to be used with No World Tension.
Super Production - Works, not sure if it affects AI.
Super Resources - Works.
Inf Man Power - Works.
Super Factories Limit - Very buggy. It gets reset at unknown intervals (Not based on day change, nor seemingly other buildings being built). Have to go into production interface and click somewhere to reset it to high limit. Also get canceled trade agreements because the number fluctuates between normal and "super".
Fast Construction - Works.
No World Tension - (Typo Tention) Works, tho you have to do something that causes tension for it to reset to 0.
Thank you for the trainer(s), greatly appreciate the work you've put into sucking the fun out of a lot of different games.
Question about the No World Tension:
I see that something has to cause world tension to reset it to zero, but otherwise, does it just keep world tension static?
Is it possible to add a trainer option to give xp for general or troops (I mean higher lvl on general and higher ranks for troops, for ex. Veterans)? I would be grateful for that!
fast recrutment dos not work i activates but nothiung happens. thats the only one giving me truble right now. and some options like fast construction mus t be activated many times before it works .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.