• 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.
Dec 24, 2008
3
0
Once I distribute all the provinces within a scenario, will it run?

Also, does this .INC file look correct? (aside from lack of tech)

Code:
### Main Data for the Socialist Union of Britain
	
country = 
{
tag = ENG
capital = 19
manpower = 550
transports = 200
escorts = 55

#Domestic Policy 

policy = 
{ 
	date = { year = 0 month = january day = 0 }
	democratic 		= 6
	political_left 		= 9
	freedom 		= 4
	free_market 		= 8
	professional army 	= 1
	defense_lobby 		= 4
	interventionism 	= 5
}


#Provinces

nationalprovinces = { 19 20 21 23 22 17 16 15 13 14 12 11 10 9 8 7 6 5 3 } 
ownedprovinces = { 19 20 21 23 22 17 16 15 13 14 12 11 10 9 8 7 6 5 3 }
controlledprovinces = { 19 20 21 23 22 17 16 15 13 14 12 11 10 9 8 7 6 5 3 }

#Resource Reserves

energy = 1000
metal  = 1000
rare_materials = 500
oil = 500
supplies = 2000
money = 150

#Diplomacy

diplomacy = 

{ 
relation = { TAG = FRA value = 175 guaranteed = { day = 30 month = december year = 1932 } }
}

#Military

	landunit =
{
		location = 19
		name = "I. British Army"
		id = { type = 1 id = 1 } 
	division = 
	{
	id 		= { type = 1 id = 2 }
	name 		= "1. British Infantry Division"
	type 		= infantry
	model 		= 2
	strength 	= 100
	}
	division =
	{
	id 		= { type 1 id = 3 }
	name 		= "2. British Infantry Division"
	type 		= infantry
	model 		= 2
	strength 	= 100
	}
	division =
	{
	id 		= { type = 1 id = 3 }
	name 		= "3. British Infantry Division"
	type 		= infantry
	model 		= 2
	strength 	= 100
	}
}

	landunit = 
{
		location = 16
		name = "I. National Defense Army"
		id = { type = 1 id = 4}
	division =
	{
	id 		= { type = 1 id = 5 }
	name 		= "1. "Birmingham" Infantry Division"
	type 		= infantry
	model 		= 2
	strength	= 100
	}
	division =
	{
	id 		= { type = 1 id = 6 }
	name 		= "2. Infantry Division"
	type		= infantry
	model 		= 2
	strength	= 100
	}
}	

}