安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Public Schools institution does not increase fervor now for nationals, it did so in vanilla. Haven't checked other ones. There are probably other overrides sneaked in.
I see that exclusion laws still get overriden and old approach does not work with new cultural traits.
It's either this one or "soft pop" mod
- Updated for vanilla 1.10
- Bureaucrats investment contribution added under command economy
However, I do have Tech & Res enabled and will disable it for my next run to see if it is still and issue.
Do you have any other mods that touch laws?
Cause that bug was dealt with a very long time ago, and if it's actually come back it's a whole thing for more than just this mod.
- Trade Policy laws reworked so Mercantilism isn't so good and GP's don't have a fit.
- Dynamic modifier added to increase migration restrictiveness if SPA is loaded so there isn't a mismatch in functions.
- New Institution: Border Controls - the law alone now only gives you half of the effect.
- Localisation updated for all languages
(save-game compatible, will fix the institution being missing automatically within the first month of loading a new game)
- Updated for 1.9
*This mod is unreviewed, but I'm not aware of reason it should have issues.
Try unsubscribing and resubscribing to this mod, see if that changes anything.
This sort of error does not cause crashes tho.
[14:57:41][jomini_script_system.cpp:270]: Script system error!
Error: Invalid right side during comparison 'var'
Script location: file: common/scripted_triggers/dict.txt line: 6 file: common/on_actions/yMoG_PLP_LA_code_on_actions.txt line: 162 file: common/scripted_effects/yMoG_PLP_cache.txt line: 42 file: common/scripted_effects/dict.txt line: 17
Let me if you want more info and/or a save. Its like 100% repro. I've disabled the mod for now just because its super annoying.
In practice, in this era, it’s not, it’s best used when you already have a vibrantly healthy private sector.
If you are on interventionism and the private sector has bought up everything and invests enough that you can pause construction and they just keep going full steam - then you should be switching to LF.
But before that, interventionism is meant to be better.
This is LF
state_shopkeepers_investment_pool_efficiency_mult = 0.25
state_capitalists_investment_pool_efficiency_mult = 0.25
country_government_dividends_reinvestment_add = 0
country_government_dividends_efficiency_add = 0.65
This is Interventionism
building_nationalization_investment_return_add = 0.5
country_government_dividends_reinvestment_add = 0.7
country_government_dividends_efficiency_add = 0.5
The extra Cap and Shop's investment boost are not able to be close to the 70% investment bonus from unterventionism in my games which has resulted in me having lower investment pool/building money overall.
I know you mentioned having to lower taxes to simulate capitalist economies but in game that does very little to boost the economy.
Maybe it is supposed to work like this but it just feels bad.
I'll fix this asap!
I think it's because of this bit in the law definition:
on_enact = {
recalculate_pop_ig_support = yes
if = {
limit = {
# has_law = law_type:law_state_atheism
country_has_state_religion = rel:atheist
}
set_state_religion = root.country_definition.religion
}
if = {
limit = {
has_modifier = antireligious_policies
}
remove_modifier = antireligious_policies
}
}
on_activate = {
set_state_religion = root.country_definition.religion
}
The on_enact checks for atheism but the on_activate doesn't so it still changes the religion if you don't have atheism.