+ Reply to Thread
Results 1 to 8 of 8

Thread: attacking hordes to stop paying tribute

  1. #1
    Field Marshal jdrou's Avatar
    EU3 Collectors Edition OwnerHoI AnthologyNapoleonic MarshalDeus Vult!Hearts of Iron 2: Armageddon
    Victoria: RevolutionsEuropa Universalis III: In NomineEU3 CompleteRome GoldEast India Company
    Hearts of Iron IIISupreme Ruler 2020 GoldFor The GloryArsenal of DemocracyHeir to the Throne
    200k ClubSemper FiVictoria 2Divine WindEU3: Chronicles
    Darkest HourCrusader Kings IIFor the MotherlandHOI3: Their Finest Hour

    Join Date
    Jun 2002
    Location
    Michigan, USA
    Posts
    22,041

    attacking hordes to stop paying tribute

    There doesn't seem to be any way to allow a CB to work against hordes. However, you can offset the stability hit for attacking with no CB. I added this mission to my personal mod:
    Code:
    attack_nomads = {
    
    	type = neighbor_countries
    
    	allow = {
    		
    		nomad = yes
    		NOT = { truce_with = THIS }
    		NOT = { war_with = THIS }
    
    		THIS = { 
    			war = no
    			is_lesser_in_union = no
    			is_subject = no
    			nomad = no
    		}
    		
    	}
    
    	abort = {
    		or = {
    			this = {
    				or = {
    					is_subject = yes
    					is_lesser_in_union = yes
    				}
    			}
    			not = { num_of_cities = 1 }
    			NOT = { neighbour = THIS }
    		}
    	}
    
    	success = {
    		war_with = THIS
    	}
    	
    	chance = {
    		factor = 2
    		modifier = {
    			factor = 1.5
    			THIS = { MIL = 6 }
    		}
    	}
    	effect = {
    		THIS = { stability = 1 prestige = 0.05 }
    	}	
    }
    localisation:
    Code:
    attack_nomads_title;Attack $COUNTRY$;Attaquer $COUNTRY$;Greift $COUNTRY$ an;;Ataca $COUNTRY$;;;;;;;;;x
    attack_nomads_desc;Our people are tired of paying tribute to nomadic barbarians.  It also makes us look weak in the eyes of our neighbors.;Attaquer $COUNTRY$;Greift $COUNTRY$ an;;Ataca $COUNTRY$;;;;;;;;;x
    Any mods are free to use this.
    Last edited by jdrou; 26-09-2011 at 11:52. Reason: add war_with trigger
    "The trouble with fighting for human freedom is that one spends most of one's time defending scoundrels. For it is against scoundrels that oppressive laws are first aimed, and oppression must be stopped at the beginning if it is to be stopped at all." --H. L. Mencken

    Playing EU3 Divine Wind 5.2 latest beta

    Download the Fix-it-Yourself Pack for HoI 1.06c (updated 11/14/05)
    Download the Unofficial fixpack for EU3 4.1b 4/29 beta or final 11/24 patch (updated 12/25/10)
    Download the text fixpack for EU3 Divine Wind (updated 2/11/11)

  2. #2
    Field Marshal jdrou's Avatar
    EU3 Collectors Edition OwnerHoI AnthologyNapoleonic MarshalDeus Vult!Hearts of Iron 2: Armageddon
    Victoria: RevolutionsEuropa Universalis III: In NomineEU3 CompleteRome GoldEast India Company
    Hearts of Iron IIISupreme Ruler 2020 GoldFor The GloryArsenal of DemocracyHeir to the Throne
    200k ClubSemper FiVictoria 2Divine WindEU3: Chronicles
    Darkest HourCrusader Kings IIFor the MotherlandHOI3: Their Finest Hour

    Join Date
    Jun 2002
    Location
    Michigan, USA
    Posts
    22,041
    Updated to fix a problem where the mission could fire when you were already at war with the target horde. The war_with trigger seems to work for horde wars.
    "The trouble with fighting for human freedom is that one spends most of one's time defending scoundrels. For it is against scoundrels that oppressive laws are first aimed, and oppression must be stopped at the beginning if it is to be stopped at all." --H. L. Mencken

    Playing EU3 Divine Wind 5.2 latest beta

    Download the Fix-it-Yourself Pack for HoI 1.06c (updated 11/14/05)
    Download the Unofficial fixpack for EU3 4.1b 4/29 beta or final 11/24 patch (updated 12/25/10)
    Download the text fixpack for EU3 Divine Wind (updated 2/11/11)

  3. #3
    Trainee Scocou's Avatar
    EU3 CompleteHeir to the ThroneDivine Wind

    Join Date
    Jan 2011
    Location
    Hither & thither, perchance anon whither... ?
    Posts
    1,969
    Good idea, thanks for making it. I'll add it to my collection. Will give feedback if I notice anything regarding the "war_with" note mentioned. Cheers
    OPTIMUM SCHOLARUM COGITATIONIS
    A Europa Universalis III: Divine Wind Mod focusing on Europe & Asia from 1411-1789.

    "Go slow, don't get rushed, ask for help and, most importantly, remember that our scouts report vague rumors that life outside of EU3 exists" - 17blue17


  4. #4
    Deus lo Vult! ChristianMolina's Avatar
    Hearts of Iron 2: ArmageddonVictoria 2EU3: ChroniclesCrusader Kings IIHearts of Iron III Collection
    HOI3: Their Finest HourWar of the Roses

    Join Date
    Nov 2009
    Location
    España
    Posts
    348
    Which is exactly what makes this mod? I do not understand much, since I do not speak very good English.

    And another thing: what file I have to add your mod?

  5. #5
    Field Marshal jdrou's Avatar
    EU3 Collectors Edition OwnerHoI AnthologyNapoleonic MarshalDeus Vult!Hearts of Iron 2: Armageddon
    Victoria: RevolutionsEuropa Universalis III: In NomineEU3 CompleteRome GoldEast India Company
    Hearts of Iron IIISupreme Ruler 2020 GoldFor The GloryArsenal of DemocracyHeir to the Throne
    200k ClubSemper FiVictoria 2Divine WindEU3: Chronicles
    Darkest HourCrusader Kings IIFor the MotherlandHOI3: Their Finest Hour

    Join Date
    Jun 2002
    Location
    Michigan, USA
    Posts
    22,041
    The mod adds a mission that may fire when you are paying tribute to a horde. When you declare war on the horde the mission will succeed and reward you with +1 stability and +5 prestige to partially offset the -2 stability loss for declaring war without a casus belli.

    Put the first chunk of code in a new .txt file in the missions folder and the second chunk in a new .csv file in the localisation folder (csv is actually also a text file). Make sure the csv file has exactly one blank line at the end. Might be easiest to create the csv file in notepad/wordpad and then change the extension to .csv.
    "The trouble with fighting for human freedom is that one spends most of one's time defending scoundrels. For it is against scoundrels that oppressive laws are first aimed, and oppression must be stopped at the beginning if it is to be stopped at all." --H. L. Mencken

    Playing EU3 Divine Wind 5.2 latest beta

    Download the Fix-it-Yourself Pack for HoI 1.06c (updated 11/14/05)
    Download the Unofficial fixpack for EU3 4.1b 4/29 beta or final 11/24 patch (updated 12/25/10)
    Download the text fixpack for EU3 Divine Wind (updated 2/11/11)

  6. #6
    Deus lo Vult! ChristianMolina's Avatar
    Hearts of Iron 2: ArmageddonVictoria 2EU3: ChroniclesCrusader Kings IIHearts of Iron III Collection
    HOI3: Their Finest HourWar of the Roses

    Join Date
    Nov 2009
    Location
    España
    Posts
    348
    Quote Originally Posted by jdrou View Post
    The mod adds a mission that may fire when you are paying tribute to a horde. When you declare war on the horde the mission will succeed and reward you with +1 stability and +5 prestige to partially offset the -2 stability loss for declaring war without a casus belli.

    Put the first chunk of code in a new .txt file in the missions folder and the second chunk in a new .csv file in the localisation folder (csv is actually also a text file). Make sure the csv file has exactly one blank line at the end. Might be easiest to create the csv file in notepad/wordpad and then change the extension to .csv.
    Thank you very much for the clarification

    Greetings.

  7. #7
    Thanks for this. Nice idea, wonder if it might have other applications?

  8. #8
    Field Marshal jdrou's Avatar
    EU3 Collectors Edition OwnerHoI AnthologyNapoleonic MarshalDeus Vult!Hearts of Iron 2: Armageddon
    Victoria: RevolutionsEuropa Universalis III: In NomineEU3 CompleteRome GoldEast India Company
    Hearts of Iron IIISupreme Ruler 2020 GoldFor The GloryArsenal of DemocracyHeir to the Throne
    200k ClubSemper FiVictoria 2Divine WindEU3: Chronicles
    Darkest HourCrusader Kings IIFor the MotherlandHOI3: Their Finest Hour

    Join Date
    Jun 2002
    Location
    Michigan, USA
    Posts
    22,041
    Quote Originally Posted by redgreen99 View Post
    Thanks for this. Nice idea, wonder if it might have other applications?
    The general idea of missions canceling out other penalties is not new; in older versions where annexing vassals moved your decentralization slider France's missions gave +1 centralization when you annexed a vassal to complete the mission.
    "The trouble with fighting for human freedom is that one spends most of one's time defending scoundrels. For it is against scoundrels that oppressive laws are first aimed, and oppression must be stopped at the beginning if it is to be stopped at all." --H. L. Mencken

    Playing EU3 Divine Wind 5.2 latest beta

    Download the Fix-it-Yourself Pack for HoI 1.06c (updated 11/14/05)
    Download the Unofficial fixpack for EU3 4.1b 4/29 beta or final 11/24 patch (updated 12/25/10)
    Download the text fixpack for EU3 Divine Wind (updated 2/11/11)

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts