From 5dbd019905c2f13ae0165073887afcf80f84ea20 Mon Sep 17 00:00:00 2001 From: Wolferos Date: Thu, 6 Oct 2022 12:55:18 +0200 Subject: [PATCH] Open Beta 0.19.2 RC --- mod/TheGreatWar.mod | 2 +- .../common/decisions/CHI_decisions.txt | 1 + mod/thegreatwar/common/decisions/GRE.txt | 1 + .../common/decisions/MTG_congress.txt | 1 + mod/thegreatwar/common/decisions/POR.txt | 1 + mod/thegreatwar/common/decisions/PRC.txt | 1 + mod/thegreatwar/common/decisions/SAF.txt | 1 + mod/thegreatwar/common/decisions/SS.txt | 1 + .../WTT_politcal_power_struggle_decisions.txt | 1 + .../_exiled_governments_decisions.txt | 674 +++++++++++ .../decisions/formable_nation_decisions.txt | 1 + mod/thegreatwar/descriptor.mod | 2 +- mod/thegreatwar/events/Generic.txt | 38 + mod/thegreatwar/events/WW1_Mexico.txt | 46 +- mod/thegreatwar/gfx/flags/BEG_communism.tga | Bin 0 -> 17100 bytes mod/thegreatwar/gfx/flags/BEG_democratic.tga | Bin 0 -> 17100 bytes mod/thegreatwar/gfx/flags/BEG_fascism.tga | Bin 0 -> 17100 bytes mod/thegreatwar/gfx/flags/BEG_neutrality.tga | Bin 0 -> 17100 bytes .../gfx/flags/medium/BEG_communism.tga | Bin 0 -> 4282 bytes .../gfx/flags/medium/BEG_democratic.tga | Bin 0 -> 4282 bytes .../gfx/flags/medium/BEG_fascism.tga | Bin 0 -> 4282 bytes .../gfx/flags/medium/BEG_neutrality.tga | Bin 0 -> 4282 bytes mod/thegreatwar/gfx/flags/small/BEG.tga | Bin 0 -> 298 bytes .../gfx/flags/small/BEG_communism.tga | Bin 0 -> 298 bytes .../gfx/flags/small/BEG_democratic.tga | Bin 0 -> 298 bytes .../gfx/flags/small/BEG_fascism.tga | Bin 0 -> 298 bytes .../gfx/flags/small/BEG_neutrality.tga | Bin 0 -> 298 bytes mod/thegreatwar/gfx/interface/logo_game.dds | Bin 458880 -> 458880 bytes .../history/countries/QEM - Qemant.txt | 3 +- .../history/countries/SPR - Spain.txt | 16 +- mod/thegreatwar/history/units/AUH_1914.txt | 326 +++--- mod/thegreatwar/history/units/BEL_1914.txt | 95 +- mod/thegreatwar/history/units/FRA_1914.txt | 140 +-- mod/thegreatwar/history/units/GER_1914.txt | 667 ++++++----- mod/thegreatwar/history/units/RUS_1914.txt | 1019 ++++++++--------- mod/thegreatwar/history/units/SER_1914.txt | 242 ++-- mod/thegreatwar/history/units/TUR_1914.txt | 198 +++- .../interface/frontendgamesetupview.gui | 16 +- mod/thegreatwar/interface/texticons.gfx | 24 + .../replace/ww1_countries_l_english.yml | 13 + .../replace/ww1_parties_l_english.yml | 5 + 41 files changed, 2204 insertions(+), 1331 deletions(-) create mode 100755 mod/thegreatwar/common/decisions/_exiled_governments_decisions.txt create mode 100755 mod/thegreatwar/gfx/flags/BEG_communism.tga create mode 100755 mod/thegreatwar/gfx/flags/BEG_democratic.tga create mode 100755 mod/thegreatwar/gfx/flags/BEG_fascism.tga create mode 100755 mod/thegreatwar/gfx/flags/BEG_neutrality.tga create mode 100755 mod/thegreatwar/gfx/flags/medium/BEG_communism.tga create mode 100755 mod/thegreatwar/gfx/flags/medium/BEG_democratic.tga create mode 100755 mod/thegreatwar/gfx/flags/medium/BEG_fascism.tga create mode 100755 mod/thegreatwar/gfx/flags/medium/BEG_neutrality.tga create mode 100755 mod/thegreatwar/gfx/flags/small/BEG.tga create mode 100755 mod/thegreatwar/gfx/flags/small/BEG_communism.tga create mode 100755 mod/thegreatwar/gfx/flags/small/BEG_democratic.tga create mode 100755 mod/thegreatwar/gfx/flags/small/BEG_fascism.tga create mode 100755 mod/thegreatwar/gfx/flags/small/BEG_neutrality.tga diff --git a/mod/TheGreatWar.mod b/mod/TheGreatWar.mod index ad55073da..9bb960545 100755 --- a/mod/TheGreatWar.mod +++ b/mod/TheGreatWar.mod @@ -14,6 +14,6 @@ tags={ "Technologies" } picture="tgw_picture.png" -version="0.19.1" +version="0.19.2" supported_version="1.12.2" remote_file_id="699709023" \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/CHI_decisions.txt b/mod/thegreatwar/common/decisions/CHI_decisions.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/CHI_decisions.txt +++ b/mod/thegreatwar/common/decisions/CHI_decisions.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/GRE.txt b/mod/thegreatwar/common/decisions/GRE.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/GRE.txt +++ b/mod/thegreatwar/common/decisions/GRE.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/MTG_congress.txt b/mod/thegreatwar/common/decisions/MTG_congress.txt index e69de29bb..4287ca861 100644 --- a/mod/thegreatwar/common/decisions/MTG_congress.txt +++ b/mod/thegreatwar/common/decisions/MTG_congress.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/POR.txt b/mod/thegreatwar/common/decisions/POR.txt index e69de29bb..4287ca861 100644 --- a/mod/thegreatwar/common/decisions/POR.txt +++ b/mod/thegreatwar/common/decisions/POR.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/PRC.txt b/mod/thegreatwar/common/decisions/PRC.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/PRC.txt +++ b/mod/thegreatwar/common/decisions/PRC.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/SAF.txt b/mod/thegreatwar/common/decisions/SAF.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/SAF.txt +++ b/mod/thegreatwar/common/decisions/SAF.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/SS.txt b/mod/thegreatwar/common/decisions/SS.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/SS.txt +++ b/mod/thegreatwar/common/decisions/SS.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/WTT_politcal_power_struggle_decisions.txt b/mod/thegreatwar/common/decisions/WTT_politcal_power_struggle_decisions.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/WTT_politcal_power_struggle_decisions.txt +++ b/mod/thegreatwar/common/decisions/WTT_politcal_power_struggle_decisions.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/_exiled_governments_decisions.txt b/mod/thegreatwar/common/decisions/_exiled_governments_decisions.txt new file mode 100755 index 000000000..7fedb5edc --- /dev/null +++ b/mod/thegreatwar/common/decisions/_exiled_governments_decisions.txt @@ -0,0 +1,674 @@ +governments_in_exile = { + + request_reinstatement = { + + icon = generic_independence + + days_re_enable = 120 # Prevent event spam + + cost = 10 + + available = { + all_owned_state = { + is_controlled_by = ROOT + } + } + + visible = { + FROM = { is_hosting_exile = ROOT } + any_owned_state = { + is_controlled_by = ROOT + } + } + + + targets = { host } + + target_trigger = { FROM = { is_hosting_exile = ROOT } } + + complete_effect = { + FROM = { + country_event = { id = mtg_exile_government.2 } + } + } + + ai_will_do = { + factor = 1 + } + } + + grant_parliamentary_audience = { + + icon = eng_install_government + + available = { + FROM = { + has_legitimacy < 95 + } + OR = { + political_power_daily > 0.25 + has_political_power > 30 + } + } + + visible = { + FROM = { is_exiled_in = ROOT } + FROM = { + has_legitimacy < 100 + } + } + + + target_array = exiles + + target_trigger = { FROM = { is_exiled_in = ROOT } } + + modifier = { + political_power_cost = 0.15 + } + + targeted_modifier = { + tag = FROM + targeted_legitimacy_daily = 0.05 + } + + days_remove = 120 + + ai_will_do = { + factor = 0.03 + modifier = { + has_political_power < 150 + political_power_daily < 0.85 + factor = 0 + } + modifier = { + factor = 0 + FROM = { + has_legitimacy > 60 + } + } + modifier = { + factor = 0 + has_opinion = { + target = FROM + value < 60 + } + } + } + } + + lobby_for_parliamentary_support = { + + icon = eng_install_government + + available = { + OR = { + political_power_daily > 0.25 + has_political_power > 30 + } + } + + visible = { + FROM = { is_hosting_exile = ROOT } + has_legitimacy < 100 + } + + + targets = { host } + + target_trigger = { FROM = { is_hosting_exile = ROOT } } + + modifier = { + political_power_cost = 0.25 + legitimacy_daily = 0.05 + } + + days_remove = 120 + + ai_will_do = { + factor = 0.1 + modifier = { + factor = 0 + has_war = no + } + } + } + + public_support_for_from = { + + icon = eng_install_government + + available = { + OR = { + political_power_daily > 0.25 + has_political_power > 30 + } + } + + visible = { + is_major = yes + FROM = { is_in_faction_with = ROOT } + FROM = { + has_legitimacy < 100 + } + } + + + target_root_trigger = { + is_major = yes + has_capitulated = no + } + target_array = allies + target_trigger = { + FROM = { + is_in_faction_with = ROOT + is_government_in_exile = yes + var:host = { + is_faction_leader = yes + } + } + } + + modifier = { + political_power_cost = 0.25 + } + + targeted_modifier = { + tag = FROM + targeted_legitimacy_daily = 0.05 + } + + days_remove = 120 + + ai_will_do = { + factor = 0 + } + } + + exile_recruitment_campaign = { + + icon = eng_propaganda_campaigns + + days_remove = 120 + + available = { + OR = { + political_power_daily > 1.0 + has_political_power > 120 + } + FROM = { + has_legitimacy > 20 + } + } + + visible = { + has_war = yes + FROM = { is_hosting_exile = ROOT } + FROM = { + has_legitimacy > 10 + } + } + + + targets = { host } + + target_trigger = { + FROM = { is_hosting_exile = ROOT } + FROM = { NOT = { original_tag = POL } } + } + + modifier = { + political_power_cost = 1.0 + exile_manpower_factor = 0.5 + } + + ai_will_do = { + factor = 0.01 + modifier = { + has_political_power < 150 + political_power_daily < 0.75 + factor = 0 + } + } + } + + exile_extraction_campaign = { + + icon = oppression + + cost = 0 + + days_remove = 60 + + custom_cost_trigger = { + command_power > 25 + } + + custom_cost_text = custom_cost_joint_training_exercise + + available = { + FROM = { + has_legitimacy > 40 + } + FROM = { + any_war_score > 4 + } + } + + visible = { + has_war = yes + FROM = { is_exiled_in = ROOT } + FROM = { + has_legitimacy > 30 + any_war_score > 2 + } + } + + + target_array = exiles + + target_trigger = { + FROM = { is_exiled_in = ROOT } + FROM = { NOT = { original_tag = POL } } + } + + targeted_modifier = { + tag = FROM + exile_manpower_factor = 0.5 + } + + complete_effect = { + hidden_effect = { + add_command_power = -25 + } + } + + ai_will_do = { + factor = 0.05 + + modifier = { + factor = 0 # Save for more immediately useful stuff + command_power < 50 + } + modifier = { + factor = 100 + command_power > 98 # Not doing you any good so spend it + } + } + } + + purge_infiltrators = { + + icon = generic_political_discourse + + available = { + FROM = { + has_legitimacy > 50 + OR = { + fascism > 0.1 + communism > 0.1 + } + } + } + + visible = { + FROM = { + is_exiled_in = ROOT + has_legitimacy > 40 + OR = { + fascism > 0.05 + communism > 0.05 + } + } + } + + target_array = exiles + + target_trigger = { + FROM = { + is_exiled_in = ROOT + has_legitimacy > 40 + OR = { + fascism > 0.05 + communism > 0.05 + } + } + } + + #targeted_modifier = { + # tag = ETH + # targeted_legitimacy_daily = -1 + # democratic_drift = 0.05 + #} + complete_effect = { + FROM = { + add_timed_idea = { + idea = ETH_purge_ideology_boost_idea + days = 30 + } + } + } + + remove_effect = { + add_political_power = 50 + } + + days_remove = 30 + + ai_will_do = { + factor = 0 + } + } + + expatriate_donations = { + + icon = ger_military_buildup + + cost = 25 + + days_remove = 360 + + available = { + FROM = { + has_legitimacy > 60 + any_war_score > 9 + } + } + + visible = { + FROM = { + is_exiled_in = ROOT + has_legitimacy > 50 + any_war_score > 5 + } + } + + + target_array = exiles + + target_trigger = { FROM = { is_exiled_in = ROOT } } + + modifier = { + industrial_factory_donations = 1 + military_factory_donations = 1 + } + + ai_will_do = { + factor = 0.05 + modifier = { + factor = 0 + has_war = no + } + } + } + + request_control_of_navy = { + + icon = generic_naval + + cost = 25 + fire_only_once = yes + + available = { + FROM = { + has_legitimacy < 80 + } + } + + visible = { + FROM = { is_exiled_in = ROOT } + } + + + target_array = exiles + + target_trigger = { + FROM = { + is_exiled_in = ROOT + has_navy_size = { + size > 0 + } + } + } + + complete_effect = { + effect_tooltip = { + FROM = { + transfer_navy = { + target = ROOT + is_government_in_exile = yes + } + add_legitimacy = 10 + } + } + custom_effect_tooltip = HOL_request_equipment_tt_2 + FROM = { + country_event = { id = mtg_exile_government.3 hours = 6 } + } + } + + ai_will_do = { + factor = 5 + } + } +} + +category_exile_forces = { + + weapons_for_the_resistance = { + + icon = generic_ignite_civil_war + + cost = 50 + + available = { + hidden_trigger = { + FROM = { + set_temp_variable = { resistance_equipment_needed = num_owned_states } + subtract_from_temp_variable = { resistance_equipment_needed = num_owned_controlled_states } + } + multiply_temp_variable = { resistance_equipment_needed = 75 } + } + has_equipment = { infantry_equipment > resistance_equipment_needed } + FROM = { + has_legitimacy > 25 + } + } + + visible = { + FROM = { + has_legitimacy > 15 + is_exiled_in = ROOT + } + any_enemy_country = { + FROM = { + any_owned_state = { + is_controlled_by = PREV.PREV + } + } + } + } + + + target_array = exiles + + target_trigger = { + FROM = { is_exiled_in = ROOT } + } + + days_remove = 120 + + complete_effect = { + hidden_effect = { + FROM = { + set_temp_variable = { resistance_equipment_needed = num_owned_states } + subtract_from_temp_variable = { resistance_equipment_needed = num_owned_controlled_states } + } + multiply_temp_variable = { resistance_equipment_needed = -75 } + } + add_equipment_to_stockpile = { + type = infantry_equipment + amount = resistance_equipment_needed + } + FROM = { + add_timed_idea = { + idea = idea_weapons_for_the_resistance + days = 120 + } + } + } + + ai_will_do = { + factor = 0.01 + } + } + + unity_parade = { + + icon = generic_nationalism + + cost = 50 + + available = { + FROM = { + has_legitimacy > 50 + any_war_score > 2 + } + has_war_support < 0.8 + } + + visible = { + has_war = yes + FROM = { + is_exiled_in = ROOT + has_legitimacy > 40 + } + } + + fire_only_once = yes + target_array = exiles + + target_trigger = { FROM = { is_exiled_in = ROOT } } + + targeted_modifier = { + tag = FROM + targeted_legitimacy_daily = -0.5 + } + + modifier = { + war_support_weekly = 0.01 + political_power_cost = 0.15 + } + + days_remove = 45 + + ai_will_do = { + factor = 0.03 + modifier = { + factor = 0 + has_war_support > 0.7 + } + modifier = { + has_political_power < 150 + political_power_daily < 0.85 + factor = 0 + } + modifier = { + has_war_support < 0.5 + factor = 2 + } + modifier = { + has_war_support < 0.3 + factor = 10 + } + } + } + + joint_training_exercise = { + + icon = eng_blackshirt_march + + cost = 0 + + days_re_enable = 270 + + custom_cost_trigger = { + command_power > 25 + } + + custom_cost_text = custom_cost_joint_training_exercise + + available = { + FROM = { + has_legitimacy > 35 + any_war_score > 9 + } + } + + visible = { + has_war = yes + FROM = { + is_exiled_in = ROOT + has_legitimacy > 25 + } + } + + + target_array = exiles + + target_trigger = { FROM = { is_exiled_in = ROOT } } + + complete_effect = { + + army_experience = 25 + air_experience = 50 + navy_experience = 50 + + FROM = { + army_experience = 25 + air_experience = 50 + navy_experience = 50 + } + + hidden_effect = { + add_command_power = -25 + } + } + + ai_will_do = { + factor = 0.05 + modifier = { + OR = { + has_army_experience < 25 + has_air_experience < 25 + has_navy_experience < 25 + } + factor = 2 + } + + modifier = { + factor = 0 # Save for more immediately useful stuff + command_power < 50 + } + modifier = { + factor = 100 + command_power > 98 # Not doing you any good so spend it + } + modifier = { + factor = 0.1 # Reached limit of an experience type + OR = { + has_army_experience > 475 + has_air_experience > 450 + has_navy_experience > 450 + } + } + modifier = { + factor = 0 # Spend some of your damn experience!! + has_army_experience > 475 + has_air_experience > 450 + has_navy_experience > 450 + } + } + } +} + diff --git a/mod/thegreatwar/common/decisions/formable_nation_decisions.txt b/mod/thegreatwar/common/decisions/formable_nation_decisions.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/formable_nation_decisions.txt +++ b/mod/thegreatwar/common/decisions/formable_nation_decisions.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/descriptor.mod b/mod/thegreatwar/descriptor.mod index 49d755438..c083adcb9 100644 --- a/mod/thegreatwar/descriptor.mod +++ b/mod/thegreatwar/descriptor.mod @@ -12,6 +12,6 @@ tags={ "Technologies" } picture="tgw_picture.png" -version="0.19.1" +version="0.19.2" supported_version="1.12.2" remote_file_id="699709023" \ No newline at end of file diff --git a/mod/thegreatwar/events/Generic.txt b/mod/thegreatwar/events/Generic.txt index 8eaa846f6..817a9629d 100755 --- a/mod/thegreatwar/events/Generic.txt +++ b/mod/thegreatwar/events/Generic.txt @@ -4,6 +4,44 @@ add_namespace = generic + +# President dies (Vanilla EVENT) +country_event = { + id = generic.1 + title = generic.1.t + desc = { + text = generic.1.d_neutral_good + trigger = { + has_government = FROM + } + } + desc = { + text = generic.1.d_bad + trigger = { + NOT = { has_government = FROM } + } + } + picture = GFX_report_event_generic_read_write + + is_triggered_only = yes + + option = { + name = generic.1.a + trigger = { + has_government = FROM + } + } + option = { + name = generic.1.b + trigger = { + NOT = { has_government = FROM } + } + } +} + + + + # Generic request to join major Alliance country_event = { id = generic.2 diff --git a/mod/thegreatwar/events/WW1_Mexico.txt b/mod/thegreatwar/events/WW1_Mexico.txt index e78ba0015..cbd350978 100755 --- a/mod/thegreatwar/events/WW1_Mexico.txt +++ b/mod/thegreatwar/events/WW1_Mexico.txt @@ -40,36 +40,30 @@ country_event = { hidden_effect = { MEX = { - #BBA#set_capital = { state = 482 } # Chihuahua State - start_civil_war = { - keep_all_characters = yes - ruling_party = democratic - ideology = neutrality - size = 0.5 - capital = 277 - states = { 277 477 479 478 485} - } - random_other_country = { - limit = { - original_tag = MEX - has_government = neutrality + set_capital = { state = 482 } # Chihuahua State + + # BEG is used to make Fake Mexico + BEG = { + transfer_state = 277 + transfer_state = 477 + transfer_state = 479 + transfer_state = 478 + transfer_state = 485 + + set_politics = { + ruling_party = neutrality + elections_allowed = no } - load_oob = "MEX_1910" - set_equipment_fraction = 0.4 - set_stability = 0.35 - - recruit_character = MEX_porfirio_diaz_2 - recruit_character = MEX_victoriano_huerta_2 - recruit_character = MEX_BernardoReyes_2 - recruit_character = MEX_FelixDiaz_2 - add_manpower = -80000 + set_capital = { state = 277 } + load_oob = "MEX_1910" - add_popularity = { - ideology = neutrality - popularity = 1 - } + declare_war_on = { + type = annex_everything + target = MEX + } } + news_event = { hours = 6 id = ww1_mexico.101 } set_global_flag = SUPER_GLOBAL_Mexican_Revolution_1910 diff --git a/mod/thegreatwar/gfx/flags/BEG_communism.tga b/mod/thegreatwar/gfx/flags/BEG_communism.tga new file mode 100755 index 0000000000000000000000000000000000000000..9bfc8eb4c411975edb491dd1688e767c4b22ce5d GIT binary patch literal 17100 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 literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/BEG_democratic.tga b/mod/thegreatwar/gfx/flags/BEG_democratic.tga new file mode 100755 index 0000000000000000000000000000000000000000..9bfc8eb4c411975edb491dd1688e767c4b22ce5d GIT binary patch literal 17100 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 literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/BEG_fascism.tga b/mod/thegreatwar/gfx/flags/BEG_fascism.tga new file mode 100755 index 0000000000000000000000000000000000000000..a8de6da9efe84555a97bcdd77ce526d27bc612f0 GIT binary patch literal 17100 zcmeI4X;4&G7RS3XiJHonsi~<{Vx|&}D7c_wj5D~SVRd3e1!dQ9VH1~0L?X6q3Mh*r zI#I`!MFlrTWDzXI9YM`Vqcq5-sGt&10YRGOH@6#QNTmd76hAcYb=~eupL6-}RJr(4^*<`^k)d}F<;^(b+C^La0E zd~=5C^;hC3aqMiLlJ=RmvyV$0C61lN@>2ZR8KJJ(C5~O=)R~vWu`@zlvr8Pi#;G%} zp31SMrG* zx0tbMcRbf`JVjafjJ*f4NW7Rp?747G|NL(hCFdzByZJhd^hA!eb+yEv-^lC@{czqg zh8gPyF#3BLBkV?FU~&+{X^9xv*fDOY4(9R!I7dtnzMm6##F4DLG@jN}{Dx;w;`qG& z8Ik9LnY!Kpn++3~yGftRxrxMG3}^b11@s>k#=ucg=zSF{K10znT1j-$N$&rWM`XG` zHlh8P>i>I!k2q2BwCq@Ga5EYnUT1Ke}i41K3n2f;uc|q!SddW_4oiI z&(B!B#}SwCiA1M`aO+N{W{j#y#pd`GEDRrqMbM|@lw@eW*LIGLjSW10TFQ(KpD}V( zA4YqAfJ=k{ai=5Lml}ZUCPNIpWEgwDk3-OKTtW?56l%b-2s2E)`)F)4yuT#jd?XJZ zm6Dou0Pnr_q+L6}ie0nFRGxduu}-V+&!{<;Ro!LnerK`1Z5MMp1>Z<}#{M7^>!gft zSAWXnl^9zh&R6!X_dXhhPsz zIyp0cdoq*4V$k*V$Ks#MDY&m-cd{RG=@FDZx-I@Z;?>+j$gu_NOkGW3L5tSvF(%QU zhgEm52^q}1@R5{OD5-n#T%#rRxv>3ptE7yvZhq*@v!cJPJwq4zvEZkpoGyCE(tUxX zTuautx1AAR4p#HM`%p=Ko=R&us_(n1<38oxtK6?BXpgO}ujW}-yO?xLqe#)Km22I)I;Vm$G8pQ4E~cGiat9 z9SaXWwlJcvg$2VM^CanJb;I+exRbdqGi%&sAKpR^>Dfany;tDd!uZ{N}O`0=-OQZ1BKKIKG4HZxZ3V3@5p zLu|YlICB+)=LGU++x7fuhJ(niM&FaPeT=BGqtNC}3?>R0swH95gm4e?Ip)((b zJFI1j`!-Hx8_xRl>-^O@1Z$579##Ht zPf;~CaVfi)g&U$7wa}kI)}DOr6o_ABvWTfF#d)SdE8`v$!Es}Z2a3W{DxTExqCtg9 z+;maLi@%P*HFBct*%Ryz9%a_n1eOHu;_&HHB3^IJiM4vPzSlQ2l5wk0#6pJz&j2Pa z4##I-5}DVZU}mnZ=RzMEn_jfX@Y;TTLmgX_w&M}$!(p_N1%gJlVSLbqMmMG4JkU;u4E6GRYGh-%brr zM>S{KTqmVeiu!OfsXn|by6ebCo8um-KK#vVa;3WFH)kl-hrb<$5=V(+NAb=pn>NQi z(th1hG}CpP#IftFI`Wh_c0{M^Hi=``S#{(oaqNgr*KJzOG2z`k4?vk$kEyxHQ>gQ1 zLqyJ}yPEhP`62o_n7Y0vo(b@Nx3|d)WgJQi75T^3I?=8x>;Lo2%&6fn!*4S1^K5kc jcVp|9%`hDWubx(6In&B`w)rgc>EG#Fo0xxVJY4o)i8Gt} literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/BEG_neutrality.tga b/mod/thegreatwar/gfx/flags/BEG_neutrality.tga new file mode 100755 index 0000000000000000000000000000000000000000..a8de6da9efe84555a97bcdd77ce526d27bc612f0 GIT binary patch literal 17100 zcmeI4X;4&G7RS3XiJHonsi~<{Vx|&}D7c_wj5D~SVRd3e1!dQ9VH1~0L?X6q3Mh*r zI#I`!MFlrTWDzXI9YM`Vqcq5-sGt&10YRGOH@6#QNTmd76hAcYb=~eupL6-}RJr(4^*<`^k)d}F<;^(b+C^La0E zd~=5C^;hC3aqMiLlJ=RmvyV$0C61lN@>2ZR8KJJ(C5~O=)R~vWu`@zlvr8Pi#;G%} zp31SMrG* zx0tbMcRbf`JVjafjJ*f4NW7Rp?747G|NL(hCFdzByZJhd^hA!eb+yEv-^lC@{czqg zh8gPyF#3BLBkV?FU~&+{X^9xv*fDOY4(9R!I7dtnzMm6##F4DLG@jN}{Dx;w;`qG& z8Ik9LnY!Kpn++3~yGftRxrxMG3}^b11@s>k#=ucg=zSF{K10znT1j-$N$&rWM`XG` zHlh8P>i>I!k2q2BwCq@Ga5EYnUT1Ke}i41K3n2f;uc|q!SddW_4oiI z&(B!B#}SwCiA1M`aO+N{W{j#y#pd`GEDRrqMbM|@lw@eW*LIGLjSW10TFQ(KpD}V( zA4YqAfJ=k{ai=5Lml}ZUCPNIpWEgwDk3-OKTtW?56l%b-2s2E)`)F)4yuT#jd?XJZ zm6Dou0Pnr_q+L6}ie0nFRGxduu}-V+&!{<;Ro!LnerK`1Z5MMp1>Z<}#{M7^>!gft zSAWXnl^9zh&R6!X_dXhhPsz zIyp0cdoq*4V$k*V$Ks#MDY&m-cd{RG=@FDZx-I@Z;?>+j$gu_NOkGW3L5tSvF(%QU zhgEm52^q}1@R5{OD5-n#T%#rRxv>3ptE7yvZhq*@v!cJPJwq4zvEZkpoGyCE(tUxX zTuautx1AAR4p#HM`%p=Ko=R&us_(n1<38oxtK6?BXpgO}ujW}-yO?xLqe#)Km22I)I;Vm$G8pQ4E~cGiat9 z9SaXWwlJcvg$2VM^CanJb;I+exRbdqGi%&sAKpR^>Dfany;tDd!uZ{N}O`0=-OQZ1BKKIKG4HZxZ3V3@5p zLu|YlICB+)=LGU++x7fuhJ(niM&FaPeT=BGqtNC}3?>R0swH95gm4e?Ip)((b zJFI1j`!-Hx8_xRl>-^O@1Z$579##Ht zPf;~CaVfi)g&U$7wa}kI)}DOr6o_ABvWTfF#d)SdE8`v$!Es}Z2a3W{DxTExqCtg9 z+;maLi@%P*HFBct*%Ryz9%a_n1eOHu;_&HHB3^IJiM4vPzSlQ2l5wk0#6pJz&j2Pa z4##I-5}DVZU}mnZ=RzMEn_jfX@Y;TTLmgX_w&M}$!(p_N1%gJlVSLbqMmMG4JkU;u4E6GRYGh-%brr zM>S{KTqmVeiu!OfsXn|by6ebCo8um-KK#vVa;3WFH)kl-hrb<$5=V(+NAb=pn>NQi z(th1hG}CpP#IftFI`Wh_c0{M^Hi=``S#{(oaqNgr*KJzOG2z`k4?vk$kEyxHQ>gQ1 zLqyJ}yPEhP`62o_n7Y0vo(b@Nx3|d)WgJQi75T^3I?=8x>;Lo2%&6fn!*4S1^K5kc jcVp|9%`hDWubx(6In&B`w)rgc>EG#Fo0xxVJY4o)i8Gt} literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/medium/BEG_communism.tga b/mod/thegreatwar/gfx/flags/medium/BEG_communism.tga new file mode 100755 index 0000000000000000000000000000000000000000..f0af23c1de1ea124f6201c86033acf9bfea7da2d GIT binary patch literal 4282 zcmeH~ZAg<*6vrQJ>E?{;i;yA9sF`318of}hFo#Y{(lka;>16d7ibx>oBz3x85a*NA zMp=Z0nwVykAS+X51)CJIJ_I5WWRU4(W|l8=|F%aqwIp;Ot{7f8&%InO+~575^PIz> zC{M~cf+>G$3pYBAk0{!A3C73QfdPz-O}S-X`hQ`&um{4R#am2+9@u04kV3 zl$QyhQ45f++nJYet5E{_Av9D(+!8YhzTuuF0gT}Bg{Ue_VLG6wD4O-L%-iixRl zqPa)ecoH(L5YoJDc-LoSS*=zpJ8u-F;$eLq5D)=0bfp<_2k4-zlRMnuSx|-$wJoo`sZ8wSPn07lH+UJ?j zc2pv<;1VuWcEU%T4PM+0aQ3CLTna@l!oqj6YsV+Lh(k=rkcR|^b zYxnmz@DH5_H@+0UA{takB0T(pLGk@uj1l=1%mjTsJv|e94uA^%D?~A!;Mv)D2@JgV z%iw+NDmdY1Km~|gj5gSa`r3K1)&8&68eW2mNXOdP5^yBN@Y-_@oX}I?2=?Ncq0f1g zok{1OxtHH>Zbv551io0o>gXAnk0*N5+#}1*=m4E?{;i;yA9sF`318of}hFo#Y{(lka;>16d7ibx>oBz3x85a*NA zMp=Z0nwVykAS+X51)CJIJ_I5WWRU4(W|l8=|F%aqwIp;Ot{7f8&%InO+~575^PIz> zC{M~cf+>G$3pYBAk0{!A3C73QfdPz-O}S-X`hQ`&um{4R#am2+9@u04kV3 zl$QyhQ45f++nJYet5E{_Av9D(+!8YhzTuuF0gT}Bg{Ue_VLG6wD4O-L%-iixRl zqPa)ecoH(L5YoJDc-LoSS*=zpJ8u-F;$eLq5D)=0bfp<_2k4-zlRMnuSx|-$wJoo`sZ8wSPn07lH+UJ?j zc2pv<;1VuWcEU%T4PM+0aQ3CLTna@l!oqj6YsV+Lh(k=rkcR|^b zYxnmz@DH5_H@+0UA{takB0T(pLGk@uj1l=1%mjTsJv|e94uA^%D?~A!;Mv)D2@JgV z%iw+NDmdY1Km~|gj5gSa`r3K1)&8&68eW2mNXOdP5^yBN@Y-_@oX}I?2=?Ncq0f1g zok{1OxtHH>Zbv551io0o>gXAnk0*N5+#}1*=m40c>}>@z+oGZxbF7EElTHeEm<;29b`6H#52l?l5((k-%{sgo z?Z)b31hyy^V?*a0?d^7BKiE|@V2kU~ z_u7Fjb64V=ez8+`icHq)n&xXL5T5|AT#1|=BJg*qu)aZqFJ6CwGZVg!Qn^!JHDUQ) z6$&K^R4A_FlF5wRtrDm@&EQp@!is%o;0yd@IMdB&b-lx;#*4_WkYlY>1D)X+0>LTt zzIlqg(j$}tfezzya4MDHS1U0#;ZEzf7RdGk+uciy?E*GV8VY|^dA+4M76 f#_Sz8>zNr${FkFq2i0G5ss6f<`v3fIP`&sc8jojd literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/medium/BEG_neutrality.tga b/mod/thegreatwar/gfx/flags/medium/BEG_neutrality.tga new file mode 100755 index 0000000000000000000000000000000000000000..7b467342e56f3cb21e1bc5ee324c1131f01c9552 GIT binary patch literal 4282 zcmeH~{cBQD7{@OK8T1dV1u@d;9E>0c>}>@z+oGZxbF7EElTHeEm<;29b`6H#52l?l5((k-%{sgo z?Z)b31hyy^V?*a0?d^7BKiE|@V2kU~ z_u7Fjb64V=ez8+`icHq)n&xXL5T5|AT#1|=BJg*qu)aZqFJ6CwGZVg!Qn^!JHDUQ) z6$&K^R4A_FlF5wRtrDm@&EQp@!is%o;0yd@IMdB&b-lx;#*4_WkYlY>1D)X+0>LTt zzIlqg(j$}tfezzya4MDHS1U0#;ZEzf7RdGk+uciy?E*GV8VY|^dA+4M76 f#_Sz8>zNr${FkFq2i0G5ss6f<`v3fIP`&sc8jojd literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/small/BEG.tga b/mod/thegreatwar/gfx/flags/small/BEG.tga new file mode 100755 index 0000000000000000000000000000000000000000..afa6876aaf5497c75f1b8a3af0378fd1962fa512 GIT binary patch literal 298 zcmZQzU}As)E(Uf61rD!Vw*Owa>|nh2)YAVjuy6mT|LU5T;TWa{L_^g511rU+Zt2dp z|6MEU{!dvq;s2u5=iz37%tbbD>5jJlGd8dPpEtGh|GLe0ajKiMapM0~2TuN9xb5Ko Y-kDc$s>AD#931}L2lTH7(7#X&0AZ`I0{{R3 literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/small/BEG_communism.tga b/mod/thegreatwar/gfx/flags/small/BEG_communism.tga new file mode 100755 index 0000000000000000000000000000000000000000..afa6876aaf5497c75f1b8a3af0378fd1962fa512 GIT binary patch literal 298 zcmZQzU}As)E(Uf61rD!Vw*Owa>|nh2)YAVjuy6mT|LU5T;TWa{L_^g511rU+Zt2dp z|6MEU{!dvq;s2u5=iz37%tbbD>5jJlGd8dPpEtGh|GLe0ajKiMapM0~2TuN9xb5Ko Y-kDc$s>AD#931}L2lTH7(7#X&0AZ`I0{{R3 literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/small/BEG_democratic.tga b/mod/thegreatwar/gfx/flags/small/BEG_democratic.tga new file mode 100755 index 0000000000000000000000000000000000000000..afa6876aaf5497c75f1b8a3af0378fd1962fa512 GIT binary patch literal 298 zcmZQzU}As)E(Uf61rD!Vw*Owa>|nh2)YAVjuy6mT|LU5T;TWa{L_^g511rU+Zt2dp z|6MEU{!dvq;s2u5=iz37%tbbD>5jJlGd8dPpEtGh|GLe0ajKiMapM0~2TuN9xb5Ko Y-kDc$s>AD#931}L2lTH7(7#X&0AZ`I0{{R3 literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/small/BEG_fascism.tga b/mod/thegreatwar/gfx/flags/small/BEG_fascism.tga new file mode 100755 index 0000000000000000000000000000000000000000..afa6876aaf5497c75f1b8a3af0378fd1962fa512 GIT binary patch literal 298 zcmZQzU}As)E(Uf61rD!Vw*Owa>|nh2)YAVjuy6mT|LU5T;TWa{L_^g511rU+Zt2dp z|6MEU{!dvq;s2u5=iz37%tbbD>5jJlGd8dPpEtGh|GLe0ajKiMapM0~2TuN9xb5Ko Y-kDc$s>AD#931}L2lTH7(7#X&0AZ`I0{{R3 literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/flags/small/BEG_neutrality.tga b/mod/thegreatwar/gfx/flags/small/BEG_neutrality.tga new file mode 100755 index 0000000000000000000000000000000000000000..afa6876aaf5497c75f1b8a3af0378fd1962fa512 GIT binary patch literal 298 zcmZQzU}As)E(Uf61rD!Vw*Owa>|nh2)YAVjuy6mT|LU5T;TWa{L_^g511rU+Zt2dp z|6MEU{!dvq;s2u5=iz37%tbbD>5jJlGd8dPpEtGh|GLe0ajKiMapM0~2TuN9xb5Ko Y-kDc$s>AD#931}L2lTH7(7#X&0AZ`I0{{R3 literal 0 HcmV?d00001 diff --git a/mod/thegreatwar/gfx/interface/logo_game.dds b/mod/thegreatwar/gfx/interface/logo_game.dds index 26807d6eb1577f92bccb4b765594565919c33f92..5f3b711f2ffc79298d5140da8080c93557c77c16 100644 GIT binary patch delta 434 zcmZ9Ize~el5QdX_{peaHh|o>47FVa@ARRi04i-AQ3jGsW2sqZsOm1!tVksWoGF0qv z7CUsZV4&DS9Ms9F)%W20pcwLSm*>6k{b;pIExeH*<)V!q-F1RJ&+{I@Cs=?kDD$90 z3zM&)|Bf&3Y1=>K;T64^kf7edFPMQkI0jRoE(Lj(YkD=I{;p1`0{0xCalXuQqqC=Q zKbC?UL@fa~d%|){A0}{dV=dcf>AGwOer~fAHOJCNRxF|y>sP2%9wyE|Td!-K^WaJS z7W$F(I^X1Eq-&^uv3`kq20TtCxUx{QF>rg1(O3Sl$uh;6{iFEnk#_wW%WVDgLNWrl I#mw}AKVFb*4FCWD delta 433 zcmZo@lxYB>7RDB)7UnH1>-$CR85kJ;BjNKvHpBKK{VdPfWI;@<@?bS5rm@^-Qw1?W zKmdrHfp`NDgUkb)1Ej%V`