Banking Filters

If you liked this item, please rate it up on Steam Workshop page.

Author: Hansa

Last revision: 1 Dec, 2025 at 23:11 UTC

File size: 2.28 MB

On Steam Workshop

Description:
Description

This tiny mod aims to add Quality of Life improvements for Economic Diplomatic Actions. Such as Offering Loans and Taking Over Debts. Making it easier to find potential countries to lend gold to.

New Country Filters added

-Has Debt
-At War

New Country Sorting added

-Total Debt

Screenshot

Files

/in_game/gui/
select_country_diplomacy_lateralview.gui (edited)
text = "[Country.GetEconomy.GetTotalDebt|2V]@gold!"

/in_game/gui/filters/
99_banking.txt (new)
country_has_debt = {
scope = country
tag = diplomacy
group = 6
trigger = {total_debt > 0}}

country_is_at_war = {
scope = country
tag = diplomacy
group = 7
trigger = {at_war = yes}}

/main_menu/localization/english/
mod_banking_filters_l_english.yml (new)
search_filter_country_has_debt_name: "Has Debt"
search_filter_country_has_debt_desc: "Shows countries that are currently in [debt|e]"
search_filter_country_is_at_war_name: "At War"
search_filter_country_is_at_war_desc: "Shows countries that are currently at [war|e]"