• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(64529)

Captain
Jan 15, 2007
470
0
gamingcentral.boardzero.com
Code:
         war = {
	        id = { type = 9430 id = 1 }
	        startdate = {
	            year = 1939
	            month = september
	            day = 1
	            hour = 1
            }
            enddate = {
        		year = 1941
        		month = january
        		day = 5
        	}
        	[COLOR=DarkRed]attackers[/COLOR] = {
        	    id = { type = 9430 id = 2 }
        	    participant = { CRO }
        	}
	        defenders = {
       			id = { type = 9430 id = 3 }
            		participant = { YUG }
        	}
	}

Why doesn't this war work? It said something about 'unexpected field' attackers.
 

GanguGengu

First Lieutenant
13 Badges
Aug 16, 2006
284
0
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
Code:
	war = {
	        id = { type = 9430 id = 1 }
	        date = { year = 1935 month = october day = 3 }
	        enddate = { year = 1936 month = january day = 0 }
        	attackers = {
        	    id = { type = 9430 id = 2 }
        	    participant = { ITA }
        	}
	        defenders = {
       			id = { type = 9430 id = 3 }
            		participant = { ETH }
        	}
	}
Wich version you have?
Here is example how war should look in scenario file with 1.3 and DD. You can copy this, just change dates and ataccers+defenders.