Hearts of Iron IV

Hearts of Iron IV

Reformed Armed Forces (deprecated)
Showing 31-40 of 44 entries
< 1  2  3  4  5 >
Update: Feb 11, 2022 @ 7:16am

just forgot to include the national files for other majors than JAP, should be complete now

Update: Feb 11, 2022 @ 7:05am

- changed the rank system to make xp-gain work to a max of 47 division per commander
- had to keep max for armies at default but reduced capacity of lower ranked field marshals
- invented rookie-ranks which are applied on start-up and creation of new commanders (on_action) to prevent vanilla-ranks with higher max-division capacity. lowest rank brigadier starts with -22 div capacity = 2
- cleaned up the code and simplified the method to award medals

Update: Feb 8, 2022 @ 5:24pm

- some tweaking of the xp-gain for service medals
- during war promotions are done automatically for player and ai-controlled countries

Update: Feb 5, 2022 @ 6:46pm

version 0.63 beta:

- fixed the lack of leader experience gain from previous versions, might still need some tweaking though
- added more ranks for admirals now equivalent with army ranks but with different skill-modifications
- added military academy with staff and war colleges for army and navy which grant permanent and temporary skill-boosts if a class is concluded
- added service-medals which are automatically granted on given experience levels
- added medals which are recommended by the military high command and can also be manually granted (used some ideas, icons and adapted or extended code snippets from "GSP's National Decorations" for that)
- ai now grants medals too - in my playthrough the ai-opponents had more medals than I
- added a startup feature to force ai to at least use some lower ranks, not sure yet if it will later promote on it's own
- skill-levels increased to 12

Update: Jan 28, 2022 @ 1:23pm

fixed all bugs I found, also the one which granted multiple ranks at once. added automatic promotion to field marshal and some other nice features ...

Update: Jan 26, 2022 @ 12:30pm

fixed a typo which caused one of the promote-buttons to show the description instead of the title

Update: Jan 26, 2022 @ 8:32am

version 0.40: optimized the graphics, divided the promotion-decision into 2 seperate decisions, one for lower ranked Generals (Corps Commander Level) and one for higher ranked Generals (Field Marshal Level)

Update: Jan 26, 2022 @ 4:09am

lowered the skill requirement for highest ranked field marshals, added dependency for Support Company Expansion 1.11 - https://steamcommunity.com/sharedfiles/filedetails/?id=2690847683

Update: Jan 26, 2022 @ 2:35am

version 0.32: removed some unnecessary code-lines, tried to harmonize detail-view of ranks for generals (no connecting lines between ranks) and field marshals (with connecting lines between ranks), but failed. code for this looks exactly the same (parent = ..., parents needed = -1) but when viewing it still looks different. I'll leave it that way for now ...

Update: Jan 26, 2022 @ 2:13am

I just added some brief descriptions into the code. No changes in gameplay.