Hearts of Iron IV

Hearts of Iron IV

176 평점
2000 MAX EXPERIENCE LIMIT
4
4
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
49.648 KB
2020년 7월 1일 오후 5시 15분
1개의 변경 사항 ( 보기 )

다운로드 위해 구독하기
2000 MAX EXPERIENCE LIMIT

설명
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
Theta-6 2024년 8월 7일 오전 8시 16분 
Is this compatible with Rt56?
"Monk" Jeremus  [작성자] 2022년 3월 16일 오전 4시 43분 
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 2022년 3월 15일 오후 7시 43분 
What happened with the Road to 56 version?
"Monk" Jeremus  [작성자] 2021년 7월 16일 오후 12시 22분 
"Monk" Jeremus  [작성자] 2021년 7월 16일 오전 11시 43분 
@Arcangel Yep, you're right, probably last time i did something wrong.
Arcangel 2021년 7월 16일 오전 10시 05분 
@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  [작성자] 2021년 7월 15일 오후 10시 54분 
@Arcangel This is not a solution, since along with the maximum limit, the daily increase in the command resource increases.
Arcangel 2021년 7월 15일 오후 8시 46분 
@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 2021년 4월 9일 오전 6시 24분 
finnaly i can max out planes without grining forever to get more
"Monk" Jeremus  [작성자] 2020년 10월 21일 오전 1시 27분 
I've tried make that mod, but value of command power just dont want to be changed. I've no idea :steamsad: