Hearts of Iron IV

Hearts of Iron IV

176 ratings
2000 MAX EXPERIENCE LIMIT
4
4
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
49.648 KB
1 Jul, 2020 @ 5:15pm
1 Change Note ( view )

Subscribe to download
2000 MAX EXPERIENCE LIMIT

Description
It’s always unpleasant when 500 experience points are only enough to improve one aircraft, for example. This mod is intended to fix this.

This mod supports any version!

Should be compatible with all mods

Should be compatible with saves

(Ironman is not compatible)

Any language ofc.
28 Comments
Theta-6 7 Aug @ 8:16am 
Is this compatible with Rt56?
"Monk" Jeremus  [author] 16 Mar, 2022 @ 4:43am 
I've deleted it, cuz im not gonna support it anymore. But you can modify it by yourself. Find "r56_defines" in SteamLibrary/steamapps/workshop/content and change there
NDefines.NMilitary.MAX_ARMY_EXPERIENCE = X -- Max army experience a country can store
NDefines.NMilitary.MAX_NAVY_EXPERIENCE = X -- Max navy experience a country can store
NDefines.NMilitary.MAX_AIR_EXPERIENCE = X -- Max air experience a country can store
Burner345-BR 15 Mar, 2022 @ 7:43pm 
What happened with the Road to 56 version?
"Monk" Jeremus  [author] 16 Jul, 2021 @ 11:43am 
@Arcangel Yep, you're right, probably last time i did something wrong.
Arcangel 16 Jul, 2021 @ 10:05am 
@Jeremus Monk
I don't see why that's a problem, but if you want to keep the same absolute gain per day you need to change BASE_COMMAND_POWER_GAIN. Using 200 as example:

NDefines.NCountry.BASE_MAX_COMMAND_POWER = 200.0;
NDefines.NCountry.BASE_COMMAND_POWER_GAIN= 0.003

The daily gain of CP is BASE_COMMAND_POWER_GAIN * BASE_MAX_COMMAND_POWER. To keep the same absolute value, simply follow this relation:

BASE_COMMAND_POWER_GAIN = 0.006 * (100/BASE_MAX_COMMAND_POWER).

BTW, you can put this on a single file. The ";" at the end of the line allows for arbitrary number of lines per file. Just keep in mind to not put ";" on the very last line and everything will work fine.
"Monk" Jeremus  [author] 15 Jul, 2021 @ 10:54pm 
@Arcangel This is not a solution, since along with the maximum limit, the daily increase in the command resource increases.
Arcangel 15 Jul, 2021 @ 8:46pm 
@Jeremus Monk, @Field Marshal Paul Von Lettow
Late, but to increase the max value of command power this line suffices:
NDefines.NCountry.BASE_MAX_COMMAND_POWER = 200.0
Change 200 to the desired cap.
scifiteckfive 9 Apr, 2021 @ 6:24am 
finnaly i can max out planes without grining forever to get more
"Monk" Jeremus  [author] 21 Oct, 2020 @ 1:27am 
I've tried make that mod, but value of command power just dont want to be changed. I've no idea :steamsad: