View Full Version : Contact With Team


GeneralSpecific
Jan 06, 2007, 02:32 PM
I have a map in the world builder where when you start out, you have already made contact with other nations. I do not want this and I can't figure out what is causing contact. I looked through the code for contactwithteam= but it is not under any nation. Is there a way to get rid of this in the world builder?

-General Specific-

Dale
Jan 06, 2007, 11:26 PM
It doesn't appear under player but under the team settings in the WBS file. :)

strategyonly
Jan 07, 2007, 08:29 AM
This is how it works: Whomever is in Team 0 BeginTeam
TeamID=0
ContactWithTeam=0
RevealMap=0
EndTeam
BeginTeam
TeamID=1
ContactWithTeam=1
RevealMap=0
EndTeam
BeginTeam
TeamID=2
ContactWithTeam=2
RevealMap=0
EndTeamwill start the game unless you pick a different team, but if you do not pick team 0 then the other players will be pre-positioned on the map before your team.
But if you pick the first civ listed (team 0)when the map is loaded(or change it in the map itself to what you want) then you will be the first one on the map, hope this helps?
btw, Welcome to CCF!;)