Hearts of Iron IV

Hearts of Iron IV

+++Easybuff - Millennium Dawn
 This topic has been pinned, so it's probably important
Realbloodik  [developer] 16 May, 2023 @ 1:13pm
Bugs and Offers
If you encounter any bug or want me to add/change something - feel free to write here. If you want to change something in translation - you can write here, too.
Last edited by Realbloodik; 20 Jul, 2023 @ 2:43am
< >
Showing 1-15 of 106 comments
Sable Code 20 May, 2023 @ 10:57am 
Perhaps you could add a decision to add/remove euroscepticism?
Realbloodik  [developer] 21 May, 2023 @ 12:36pm 
Originally posted by Sable Code:
Perhaps you could add a decision to add/remove euroscepticism?
Added with new update
totoro 17 Nov, 2023 @ 1:07pm 
appears to be breaking the power system, unemployment system and productivity system as of now. Productivity only changes by focuses, all power stats are 0, I have no workforce to be unemployed. Only submod I have.
totoro 17 Nov, 2023 @ 1:18pm 
oh, nuclear material production may / may not also be broken
Realbloodik  [developer] 17 Nov, 2023 @ 2:41pm 
totoro, I really don't get where the problems are exactly. All text under only applies to last versions of MD+this.
Played as China for a few month:
1) Energy balance changes exactly as it should, with construction and production buffs activated - more energy needed to work etc.
2) Unemployed - value changes without any problems;
3) Productivity - changes every month by the stated value;
4) Nuclear material production - my mod changes only weapon-grade material production with a buff activated and it works;
Realbloodik  [developer] 17 Nov, 2023 @ 2:45pm 
So, at first try resubscribing to this mod, maybe it didn't update as it should.
If nothing helps, than try to make a video or capture photos of this problems, try to give me more detailed explanation of this problems.
Because I really don't see this problems, even the error log doesn't show me anything about this.
If these problems are real and you will give me full explanation of problems, of course I will fix them.
totoro 19 Nov, 2023 @ 5:39am 
weird. I switched to just MD and it worked fine, but i'll try resubbing.
MrColossus 20 Nov, 2023 @ 11:20am 
Can you add an Energy production buff increase option?
Realbloodik  [developer] 20 Nov, 2023 @ 12:05pm 
MrColossus, I am working on this. Soon soon but not soon soon :lunar2019grinningpig: this feature will be added.
alekc1711 28 Nov, 2023 @ 11:24am 
Добрый вечер, не могу понять почему, нет ни одной идеи в любом из пунктов чита. Я могу прислать скрин , что бы было более понятно в чем проблема
Last edited by alekc1711; 28 Nov, 2023 @ 12:14pm
Realbloodik  [developer] 28 Nov, 2023 @ 1:11pm 
alekc1711, как вариант можно попробовать переподписаться на моды, переустановить лаунчер парадоксов, оставить включенными только MD и этот моды. Если не поможет, то жду фото. Можно через Lightshot сфоткать, залить на их сайт и скинуть ссылку сюда. Хотя, конечно, всё должно работать, сам только что проверил.
alekc1711 30 Nov, 2023 @ 10:59am 
всё заработало, после третей переустановки игры)
alekc1711 14 Dec, 2023 @ 10:53am 
Вопрос, есть ли способ увеличить мнение какой либо фракции?
Realbloodik  [developer] 14 Dec, 2023 @ 11:29am 
Originally posted by alekc1711:
Вопрос, есть ли способ увеличить мнение какой либо фракции?
Если вопрос про популярность политических партий/фракций, то да - в оригинальном моде Millenium Dawn сделана такая возможность через решения или можно зайти в окно политики и бустить нужные партии.
Если вопрос про отношения с остальными странами - стоковая функция по бусту отношений за политическую власть.
Если же вопрос о чём-то другом - нет.
alekc1711 19 Dec, 2023 @ 7:50am 
Originally posted by Realbloodik:
Originally posted by alekc1711:
Вопрос, есть ли способ увеличить мнение какой либо фракции?
Если вопрос про популярность политических партий/фракций, то да - в оригинальном моде Millenium Dawn сделана такая возможность через решения или можно зайти в окно политики и бустить нужные партии.
Если вопрос про отношения с остальными странами - стоковая функция по бусту отношений за политическую власть.
Если же вопрос о чём-то другом - нет.

Я имею ввиду: олигархов, землевладельцев, банкиров и так далее.
Но уже нашел как это дописать в Ваш ивент, на базе ивента из мода.
Вот что получилось:

#High Debt Causes Companies to Leave
country_event = {
id = Easybuff.45
title = econvent.13.t
desc = econvent.13.d
picture = GFX_banking_crisis
is_triggered_only = yes
mean_time_to_happen = { days = 0 }
option = { # Purchase the Company
name = Easybuff.45.a

set_temp_variable = { temp_opinion = 5 }
change_international_bankers_opinion = yes
change_small_medium_business_owners_opinion = yes
change_industrial_conglomerates_opinion = yes
change_chaebols_opinion = yes
change_the_bazaar_opinion = yes
change_fossil_fuel_industry_opinion = yes
change_farmers_opinion = yes
change_landowners_opinion = yes
change_oligarchs_opinion = yes
change_defense_industry_opinion = yes
change_maritime_industry_opinion = yes

ai_chance = {
base = 0
modifier = {
add = 10
check_variable = { interest_rate < 10 }
}
}
country_event = Easybuff.40
}
option = { # Purchase the Company
name = Easybuff.45.b

set_temp_variable = { temp_opinion = 10 }
change_international_bankers_opinion = yes
change_small_medium_business_owners_opinion = yes
change_industrial_conglomerates_opinion = yes
change_chaebols_opinion = yes
change_the_bazaar_opinion = yes
change_fossil_fuel_industry_opinion = yes
change_farmers_opinion = yes
change_landowners_opinion = yes
change_oligarchs_opinion = yes
change_defense_industry_opinion = yes
change_maritime_industry_opinion = yes

ai_chance = {
base = 0
modifier = {
add = 10
check_variable = { interest_rate < 10 }
}
}
country_event = Easybuff.40
}
option = {
name = Easybuffback
country_event = Easybuff.40
}
}
< >
Showing 1-15 of 106 comments
Per page: 1530 50