I'm working on the AATW mod, and working on campagin map.

here's what i'm working on

Code:
faction	romans_brutii, balanced stalin 
denari	5000 
settlement 
{ 
         level city 
         region Midway_Island 
 
         	year_founded 0 
	population 2800 
	settlement_tax 51 
	plan_set default_set 
	faction_creator romans_brutii 
	building 
	{ 
		type core_building governors_palace 
	} 
	building 
	{ 
		type defenses stone_wall 
	} 
	building 
	{ 
		type amphitheatres stone_amphitheatre 
	} 
	building 
	{ 
		type barracks city_barracks 
	} 
	building 
	{ 
		type missiles practice_field 
	} 
	building 
	{ 
		type smith blacksmith 
	} 
	building 
	{ 
		type market forum 
	} 
	building 
	{ 
		type hinterland_roads roads 
	} 
	building 
	{ 
		type hinterland_farms farms+2 
	} 
	building 
	{ 
		type hinterland_mines mines+1 
                } 
	building 
	{ 
		type port_buildings shipwright 
                } 
} 
 
 
character	Tiberius Brutus, named character, leader, command 0, influence 0, management 0, subterfuge 0, age 52, , x 3, y 155 
traits GoodCommander 1, NaturalMilitarySkill 1, GoodAttacker 1, PoliticsSkill 2, Intelligent 1 
ancillaries drillmaster 
army 
unit		roman generals guard cavalry early				exp 1 armour 0 weapon_lvl 0 
unit		roman hastati				exp 1 armour 0 weapon_lvl 0 
unit		roman velite				exp 1 armour 0 weapon_lvl 0 
 
character	Aulus Brutus, named character, heir, command 0, influence 0, management 0, subterfuge 0, age 34, , x 2, y 155 
traits GoodCommander 1, PoliticsSkill 2, Rabblerouser 2, GoodAdministrator 2 
ancillaries quartermaster 
army 
unit		roman generals guard cavalry early				exp 1 armour 0 weapon_lvl 0 
unit		roman hastati				exp 1 armour 0 weapon_lvl 0 
unit		roman velite				exp 0 armour 0 weapon_lvl 0 
 
character	Amulius Brutus, named character, command 0, influence 0, management 0, subterfuge 0, age 31, , x 4, y 155 
traits GoodCommander 1, NaturalMilitarySkill 2, PoliticsSkill 1, Intelligent 2 
ancillaries doctor 
army 
unit		roman generals guard cavalry early				exp 0 armour 0 weapon_lvl 0 
unit		roman light cavalry				exp 1 armour 0 weapon_lvl 0 
unit		roman hastati				exp 0 armour 0 weapon_lvl 0 
unit		roman hastati				exp 0 armour 0 weapon_lvl 0 
unit		roman velite				exp 0 armour 0 weapon_lvl 0 
 
character_record		Cassius Brutus, 	male, command 0, influence 0, management 0, subterfuge 0, age 14, alive, never_a_leader 
character_record		Titus Brutus, 	male, command 0, influence 0, management 0, subterfuge 0, age 10, alive, never_a_leader 
character_record		Cornelius Brutus, 	male, command 0, influence 0, management 0, subterfuge 0, age 7, alive, never_a_leader 
character_record		Oppius Brutus, 	male, command 0, influence 0, management 0, subterfuge 0, age 3, alive, never_a_leader 
character_record		Galla, 	female, command 0, influence 0, management 0, subterfuge 0, age 50, alive, never_a_leader 
character_record		Hostia, 	female, command 0, influence 0, management 0, subterfuge 0, age 30, alive, never_a_leader 
character_record		Lucilla, 	female, command 0, influence 0, management 0, subterfuge 0, age 28, alive, never_a_leader 
character_record		Paulina, 	female, command 0, influence 0, management 0, subterfuge 0, age 12, alive, never_a_leader 
 
relative 	Tiberius Brutus, 	Galla,		Aulus Brutus,	Amulius Brutus,	Vibius Brutus,	end 
relative 	Aulus Brutus, 	Hostia,		Paulina,	Titus Brutus,	Oppius Brutus,	end 
relative 	Amulius Brutus, 	Lucilla,		Cassius Brutus,	Cornelius Brutus,	end
I'm not sure if it's something wrong there, or if it's with the cords. Any help?