dam it its not working and i don't know why. the civ contacts have been removed from the file but i still have contact.
WBCleaner does not remove everything that is unwanted. So make sure that each team only has this info:
BeginTeam
TeamID=0
ContactWithTeam=0
RevealMap=0
EndTeam
BeginTeam
TeamID=1
ContactWithTeam=1
RevealMap=0
EndTeam
Then for the players either the minimum:
BeginPlayer
Team=0
LeaderType=LEADER_ASOKA
CivType=CIVILIZATION_INDIA
PlayableCiv=1
MinorNationStatus=0
StartingGold=0
StartingX=62, StartingY=31
RandomStartLocation=false
EndPlayer
Or if you want to add more detail (in this case selecting national flags). You do not have to do this as the flags will be assigned for you.:
BeginPlayer
Team=0
LeaderType=LEADER_ASOKA
LeaderName=TXT_KEY_LEADER_ASOKA
CivDesc=Indian Tribe
CivShortDesc=India
CivAdjective=Indian
FlagDecal=Art/Interface/TeamColor/FlagDECAL_India.dds
WhiteFlag=1
CivType=CIVILIZATION_INDIA
Color=PLAYERCOLOR_PURPLE
ArtStyle=ARTSTYLE_INDIA
PlayableCiv=1
MinorNationStatus=0
StartingGold=0
StartingX=62, StartingY=31
StateReligion=
StartingEra=ERA_PREHISTORIC
RandomStartLocation=false
Handicap=HANDICAP_NOBLE
EndPlayer
Get rid of anything else.
i.e. CivicOption=CIVICOPTION_GOVERNMENT, Civic=CIVIC_ANARCHISM etc.