Page 1 of 1

Make aliens vs. aliens and humans vs humans a possibility

Posted: Sat Jan 09, 2016 11:33 pm UTC
by vitamins

We should be able to set the type of each team on the server:
team 1 aliens
team 2 humans
team 3 aliens
...

For starters:
Right now, if you spawn as a human in the alien team, by editing sg_cmds.cpp:
newClass = PCL_HUMAN_NAKED;
the alien defense structures start attacking you, altough you are on the alien team, and only changed your class to a human one. So i guess there is a lot of things hardcoded to react on the class instead of the team.


Re: Make aliens vs. aliens and humans vs humans a possibility

Posted: Tue Jan 12, 2016 1:23 pm UTC
by poVoq

I agree that this would make sense to have as an option.


Re: Make aliens vs. aliens and humans vs humans a possibility

Posted: Fri Jun 17, 2016 8:22 pm UTC
by Viech
vitamins wrote:

So i guess there is a lot of things hardcoded to react on the class instead of the team.

"A lot" doesn't cut it. As it stands now doing what you ask isn't feasible.