Fortress settings - please help

Post here if you need help setting up your server, etc.
Post Reply
gnorty
Core Dumper
Posts: 187
Joined: Wed Nov 02, 2005 2:45 am

Fortress settings - please help

Post by gnorty »

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/
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Fortress settings - please help

Post by Z-Man »

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?
FORTRESS_MAX_PER_TEAM 1 helps here.
gnorty 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_COLOR 1
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.
gnorty
Core Dumper
Posts: 187
Joined: Wed Nov 02, 2005 2:45 am

Post by gnorty »

Thanks z-man.
Post Reply