GoldenEye: Source Forums

Debriefing => Bug Reports & Fixes => Topic started by: SuperSonic on September 16, 2012, 05:22:29 pm

Title: [Bug] Auto balance
Post by: SuperSonic on September 16, 2012, 05:22:29 pm
I've coded a game mode that prevents certain players from changing teams.  When auto balance kicked in, it reported that the player that cannot switch teams, just did.  After this, it selected a player that could change teams, moved him, and didn't report the switch.
Title: Re: [Bug] Auto balance
Post by: killermonkey on September 16, 2012, 06:04:32 pm
Auto balance overrides anything the gamemode has in place. Easy solution... disable autobalance.
Title: Re: [Bug] Auto balance
Post by: SuperSonic on September 16, 2012, 07:58:48 pm
No, I have a better idea.  How about you code it when the person actually switches teams it says, "PlayerX was switched to MI6/Janus."  The way you have it now, if the game mode doesn't allow it, it still says, "PlayerX was switched to MI6/Janus."  It should be when they're actually placed on that team, it says it.
Title: Re: [Bug] Auto balance
Post by: killermonkey on September 16, 2012, 08:01:58 pm
I think you need a trip to Walgreens to pickup some more Midol

(http://www.audiobooksonline.com/media/ss_size1/Stop-Whining-Start-Living-Dr-Laura-Schlessinger-unabridged-compact-discs-Harper-Audio-books.jpg)

btw, I fixed the logic so that auto balance will exclude players blocked from changing teams by the game mode. If no players are eligible it will reschedule the auto balance for a later time.
Title: Re: [Bug] Auto balance
Post by: SuperSonic on September 16, 2012, 09:54:07 pm
Midol, no thanks.  Looks to me like you need an attitude adjustment.
Title: Re: [Bug] Auto balance
Post by: TriDefiance on September 16, 2012, 10:08:17 pm
Midol, no thanks.  Looks to me like you need an attitude adjustment.

Troy?
Title: Re: [Bug] Auto balance
Post by: SuperSonic on September 17, 2012, 03:01:32 am
btw, I fixed the logic so that auto balance will exclude players blocked from changing teams by the game mode. If no players are eligible it will reschedule the auto balance for a later time.

Good work. ;)