Results 1 to 3 of 3

Thread: g_teambalance Cvar bug?

  1. #1

    Default g_teambalance Cvar bug?

    When set to "1" the g_teambalance cvar also applies in Free for All mode?
    If there are already a lot of players on the Allies side it will put you
    on the Axis team, even when you specifically chose the Allied team.

    Tested on the Windows RC3 (3.1??) patch release.
    Internal version number 1.105

    Might have been fixed in the latest release though. Had no chance to
    test the newest 3.5 release "live" yet..
    -=With One Well Placed Blow Thorin Cleaves Your Skull=-

    http://www.twinbee.org/hob/play.php?snap=hobbit


    <KILL THORIN>
    You attack Thorin.
    But the effort is wasted. His defense is
    too strong.
    Thorin attacks -you- !!!
    With one well placed blow Thorin cleaves
    your skull.
    You are dead.
    You have mastered 0.0% of this adventure.

  2. #2
    Developer Sor's Avatar
    Join Date
    Aug 2010
    Location
    The Medieval City of Bruges
    Posts
    747

    Default

    Until Razo fixes it, put this in DMPrecache.scr:
    Code:
     if ( (getcvar "g_gametype") == 1 ) {
            setcvar "g_teambalance" "0"
    } else {
           if ( (getcvar "g_teambalance") ==  "0") {
            setcvar "g_teambalance" "1"
           }
    }

  3. #3
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default

    This is because auto_join_team works that way even on FFA. I may add an additional check for g_gametype CVar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •