+ Reply to Thread
Results 1 to 8 of 8

Thread: Help needed for forming kingdom of Jerusalem

  1. #1
    First Lieutenant Kaazmodan's Avatar
    EU3 OwnerNapoleonic MarshalDeus Vult!Europa Universalis III: In NomineEU3 Complete
    Supreme Ruler 2020East India CompanyFor The GloryHeir to the ThroneEast India Company Collection
    Mount & Blade: WarbandVictoria 2Divine WindCrusader Kings IIHearts of Iron III Collection
    Victoria II: A House Divided

    Join Date
    Jul 2008
    Location
    Copenhagen, Mighty Denmark
    Posts
    295

    Help needed for forming kingdom of Jerusalem

    I'm playing as the Knights, and for that game, I had created a decision, that would let the Knights reestablish Jerusalem. The problem however is, that when I press the decision, nothing happens.

    I was wondering that one of the problems with it, might be, that it overlaps/interferes with the release the kingdom of jerusalem decision. Another problem might be, that the ingame tooltip mentions nothing of the change to feudal monarchy, nor does it mention the intentioned capital move.

    formkingdomofjerusalem.txt
    Code:
    country_decisions = {
    
    	kingdom_of_jerusalem = {
    		potential = {
    			NOT = { exists = KOJ }
    			NOT = { tag = PAP }
    			NOT = { tag = HRE }
    			OR = {
    			culture_group = french
    			culture_group = iberian
    			culture_group = english
    			culture_group = latin
    			culture_group = byzantine
    			}
    			OR = {
    			tag = KNI
    			tag = cyp
    			}
    			religion = catholic
    			
    		}
    		allow = 
    		{
    			owns = 379
    			379 = { religion = catholic }
    			war = no
    		
    		}
    	  
    	  effect = {
    			prestige = 0.20	
    			centralization_decentralization = -1
    			change_tag = KOJ
    			KOJ = {
    				government = feudal_monarchy
    				add_core = 379		# Judea
    				add_core = 1855         # Sidon
    				capital = 379
    				}	
    				
    			379 = { culture = THIS }
    			379 = { base_tax = 1 }
    			
    		}
    		ai_will_do = {
    			factor = 1
    		}
    	
    	}
    }

  2. #2
    Grand Master videonfan's Avatar
    Deus Vult!EU3 CompleteRome: Vae VictisRome GoldHeir to the Throne
    Victoria 2Divine WindDarkest HourCrusader Kings IIMount & Blade: With Fire and Sword
    For the MotherlandSupreme Ruler: Cold WarSengokuHearts of Iron III CollectionVictoria II: A House Divided
    Crusader Kings II Holy KnightHOI3: Their Finest Hour

    Join Date
    Feb 2011
    Location
    Where no man has gone before!
    Posts
    2,418
    I think government = feudal_monarchy is out of KOJ = { }
    and check your syntax of things
    It is said that if you spell my name wrong,a ghost will haunt you for the rest of your life

  3. #3
    First Lieutenant Kaazmodan's Avatar
    EU3 OwnerNapoleonic MarshalDeus Vult!Europa Universalis III: In NomineEU3 Complete
    Supreme Ruler 2020East India CompanyFor The GloryHeir to the ThroneEast India Company Collection
    Mount & Blade: WarbandVictoria 2Divine WindCrusader Kings IIHearts of Iron III Collection
    Victoria II: A House Divided

    Join Date
    Jul 2008
    Location
    Copenhagen, Mighty Denmark
    Posts
    295
    Quote Originally Posted by videonfan View Post
    I think government = feudal_monarchy is out of KOJ = { }
    and check your syntax of things
    moving the "government = feudal_monarchy" and the "capital = 379" out of the KOJ = { } brackets did help making them appear on the tooltip. Which is a bit weird, since I basicly just copied those from the TEU Form Prussian Nation, where they were inside the PRU = { } brackets. But the end result is still the same, nothing happens when I click the decision.

    I'm playing a form of 5.2 beta (30th march), albeit with several smaller additions, the colony name change mod for example, if that helps.

    EDIT: Well, now I just moved the "jerusalem.txt" (original release Jerusalem txt file) file out from the decisions folder, and my decision worked in-game. Apparently I was right about my decision colliding with my other in some way.

    Now I can continue my game, but if someone has a fix to the collide, please feel free to add, but I have a feeling, it's because they are simply named the same.
    Last edited by Kaazmodan; 02-04-2012 at 20:15.

  4. #4
    Grand Master videonfan's Avatar
    Deus Vult!EU3 CompleteRome: Vae VictisRome GoldHeir to the Throne
    Victoria 2Divine WindDarkest HourCrusader Kings IIMount & Blade: With Fire and Sword
    For the MotherlandSupreme Ruler: Cold WarSengokuHearts of Iron III CollectionVictoria II: A House Divided
    Crusader Kings II Holy KnightHOI3: Their Finest Hour

    Join Date
    Feb 2011
    Location
    Where no man has gone before!
    Posts
    2,418
    country_decisions = { kingdom_of_jerusalem = { <------------------ ProblemChange that kingdom_of_jerusalem to jerusalemite_nationNo longer will they collide
    It is said that if you spell my name wrong,a ghost will haunt you for the rest of your life

  5. #5
    First Lieutenant Kaazmodan's Avatar
    EU3 OwnerNapoleonic MarshalDeus Vult!Europa Universalis III: In NomineEU3 Complete
    Supreme Ruler 2020East India CompanyFor The GloryHeir to the ThroneEast India Company Collection
    Mount & Blade: WarbandVictoria 2Divine WindCrusader Kings IIHearts of Iron III Collection
    Victoria II: A House Divided

    Join Date
    Jul 2008
    Location
    Copenhagen, Mighty Denmark
    Posts
    295
    That made the decision work, the only problem now, is that the decision is titled jerusalemite_nation_title. Where do I change the title?

    Sorry if this seems basic, but I have only edited files before, never introduced completely new ones.

  6. #6
    Grand Master videonfan's Avatar
    Deus Vult!EU3 CompleteRome: Vae VictisRome GoldHeir to the Throne
    Victoria 2Divine WindDarkest HourCrusader Kings IIMount & Blade: With Fire and Sword
    For the MotherlandSupreme Ruler: Cold WarSengokuHearts of Iron III CollectionVictoria II: A House Divided
    Crusader Kings II Holy KnightHOI3: Their Finest Hour

    Join Date
    Feb 2011
    Location
    Where no man has gone before!
    Posts
    2,418
    Neither do i know that.Many nation formation events are shown in localisation as events and therefore i don't know how to make it able for them to have a localisation
    It is said that if you spell my name wrong,a ghost will haunt you for the rest of your life

  7. #7
    Sergeant
    EU3 CompleteHeir to the ThroneVictoria 2Divine WindCrusader Kings II
    Victoria II: A House Divided

    Join Date
    Sep 2011
    Location
    United States
    Posts
    74
    kingdom_of_jerusalemite_title;Form Jerusalem;;;;;;;;;;;;;x
    kingdom_of_jerusalemite_desc;Allow us to retake our rightful place in the holy lands!;;;;;;;;;;;;;x


    try dropping these into your localization folder if its called kingdom of jerusalemite

  8. #8
    First Lieutenant Kaazmodan's Avatar
    EU3 OwnerNapoleonic MarshalDeus Vult!Europa Universalis III: In NomineEU3 Complete
    Supreme Ruler 2020East India CompanyFor The GloryHeir to the ThroneEast India Company Collection
    Mount & Blade: WarbandVictoria 2Divine WindCrusader Kings IIHearts of Iron III Collection
    Victoria II: A House Divided

    Join Date
    Jul 2008
    Location
    Copenhagen, Mighty Denmark
    Posts
    295
    thanks alot for the help. I had to switch the localisation from kingdom_of_jerusalemite_title to jerusalemite_nation_title, as that was what the decision was called. And after trying it out several times, I realised that I had to save the file as .csv, not .xls. But now it works fine, and then I also learned how to create localisation files.

+ 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