PDA

View Full Version : red team only


schobbejak
29th Mar 2006, 12:17 PM
I'm making half a ctf map (don't ask why), theres 1 flag (red), and don't want enemies in the map. I've set all the playerstarts' teamnumbers to 0, but when i play the map, there are both red and blue bots fighting eachother.
Why?

Helgso
29th Mar 2006, 12:33 PM
because when you open Unreal Tournament and select the map you will need to enter 0 bots. So, when you say start you will be only one.

MrSmiles
29th Mar 2006, 12:33 PM
I'm making half a ctf map (don't ask why)
I'm gonna ask anyways

Ironblayde
29th Mar 2006, 01:32 PM
If you only have PlayerStarts for one team in a gametype like CTF, then the game spawns players of both teams at your PlayerStarts because it doesn't know what to do with them otherwise. Maybe you could try a bit of UnrealScript that forces every player who joins onto the same team when the game starts? I'm not sure...

schobbejak
30th Mar 2006, 12:56 PM
Thanks guys, that answers it for me.