[quake3-bugzilla] [Bug 6030] Team Arena Single Player broken, always spectator

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Tue Mar 21 10:22:25 EDT 2017


https://bugzilla.icculus.org/show_bug.cgi?id=6030

James Canete <use.less01 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |use.less01 at gmail.com

--- Comment #11 from James Canete <use.less01 at gmail.com> ---
g_teamAutoJoin isn't a great solution, because of two things.

First, I really don't want to override user cvars.

Second, it can lead to joining the wrong team.  Try starting a CTF game in
Quake 3 (through single player...skirmish) with g_teamAutoJoin 1 and using
default settings, except change your team to red.  You'll magically join blue
when the game starts.

As well, I tried making the g_teamAutoJoin check in g_session.c
G_InitSessionData() line 110 to (g_teamAutoJoin.integer ||
client->pers.localClient) and that didn't work, I'm guessing localClient isn't
set at that point.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/quake3-bugzilla/attachments/20170321/43775177/attachment.html>


More information about the quake3-bugzilla mailing list