Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









I’ll try to check out the other tools when I can. Sorry if I don’t reply to everyone, I’ve just been a lot less active lately and only pop in occasionally.
Add the following into exec.lua in your WH3 install folder and press F9 in game to run the script. This will remove undivided corruption on turn start for the wissenland province, tweak as needed:
cm:remove_faction_turn_start_listener_by_name('remove_chaos_corruption_wissenland');
local faction_name = cm:get_local_faction_name(true);
cm:add_faction_turn_start_listener_by_name(
"remove_chaos_corruption_wissenland",
faction_name,
function()
cm:change_corruption_in_province_by(
'wh3_main_combi_province_wissenland',
'wh3_main_corruption_chaos',
-100,
'other_corruption'
);
end,
true
);
Thanks for the awesome mod.