HI,
I am playing with a variation on the fortress theme, and have a working map, and the config is OK in general, but I am having problems getting the teamplay aspects to work. These are the problems I am having- in no particular order. I have looked in the wiki, and scanned the example configs but can't see what the problem is.
1- fortress zones
map has 2 zones, but they both allocate to the same team, apparently at random. How do I make one zone attach to each team?
2- Teams
I cannot get the teams to appear in the team colour. Also, I would like to change the team names.
Both of these problems are twisting my melon to an unacceptable degree, so any hints appreciated/
Fortress settings - please help
Re: Fortress settings - please help
FORTRESS_MAX_PER_TEAM 1 helps here.gnorty wrote:1- fortress zones
map has 2 zones, but they both allocate to the same team, apparently at random. How do I make one zone attach to each team?
ALLOW_TEAM_NAME_COLOR 1gnorty wrote:2- Teams
I cannot get the teams to appear in the team colour. Also, I would like to change the team names.
ALLOW_TEAM_NAME_PLAYER 0
will force the teams to be blue and gold instead of "player X's team". To change the names, edit language/english_base.txt, the lines starting with team_name_. The colors are hardcoded in eTeam.cpp, there was another post about it somewhere here.