Raised This Month: $51 Target: $400
 12% 

[TF2] gScramble Team Balancer/Scrambler -- 3.0.33 4/14/2015


Post New Thread Reply   
 
Thread Tools Display Modes
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 04-06-2015 , 15:35   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.32 3/12/2015
Reply With Quote #1461

Would it really not possible to remove admins/vips from the ATB/ATS list completly?
I have the 'z' flag and got auto balanced today, even though the server only had 2 vips out of 24 players.

Or, if you don't want to do it, can you point me to the code lines I have to modify?
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster is offline
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 04-06-2015 , 16:37   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.32 3/12/2015
Reply With Quote #1462

Quote:
Originally Posted by pcmaster View Post
Would it really not possible to remove admins/vips from the ATB/ATS list completly?
I have the 'z' flag and got auto balanced today, even though the server only had 2 vips out of 24 players.

Or, if you don't want to do it, can you point me to the code lines I have to modify?
Are you using the latest release? I thought I fixed that function from misbehaving...
Anway, setting gs_balance_checkummunity_percent to 0 will end that function from being called at all.

You do have gs_ab_immunity set to 1 or 3 right?
__________________
My Pluggies If you like, consider to me.

Last edited by BrutalGoerge; 04-06-2015 at 16:42.
BrutalGoerge is offline
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 04-06-2015 , 18:08   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.32 3/12/2015
Reply With Quote #1463

Quote:
Originally Posted by BrutalGoerge View Post
Are you using the latest release? I thought I fixed that function from misbehaving...
Anway, setting gs_balance_checkummunity_percent to 0 will end that function from being called at all.

You do have gs_ab_immunity set to 1 or 3 right?
Just checked, still running .29, didn't see the update lol.
And yes, immunity is set to 3.
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster is offline
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 04-07-2015 , 06:11   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.32 3/12/2015
Reply With Quote #1464

Quote:
Originally Posted by pcmaster View Post
Just checked, still running .29, didn't see the update lol.
And yes, immunity is set to 3.
ah yea that function was definitely misbehaving in .29, updating it should fix it.
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline
aao
Member
Join Date: Aug 2009
Old 05-05-2015 , 06:52   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.33 4/14/2015
Reply With Quote #1465

L 05/04/2015 - 00:14:45: [SM] Native "SetEventInt" reported: Invalid game event handle 0 (error 4)
L 05/04/2015 - 00:14:45: [SM] Displaying call stack trace for plugin "gscramble.smx":
L 05/04/2015 - 00:14:45: [SM] [0] Line 434, gscramble/gscramble_autoscramble.sp::FireScrambleEvent( )
L 05/04/2015 - 00:14:45: [SM] [1] Line 426, gscramble/gscramble_autoscramble.sp::timer_ScrambleDela y()
L 05/04/2015 - 00:16:45: Error log file session closed.
L 05/04/2015 - 00:17:06: SourceMod error session started
__________________
aao is offline
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 05-05-2015 , 18:33   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.33 4/14/2015
Reply With Quote #1466

Quote:
Originally Posted by aao View Post
L 05/04/2015 - 00:14:45: [SM] Native "SetEventInt" reported: Invalid game event handle 0 (error 4)
L 05/04/2015 - 00:14:45: [SM] Displaying call stack trace for plugin "gscramble.smx":
L 05/04/2015 - 00:14:45: [SM] [0] Line 434, gscramble/gscramble_autoscramble.sp::FireScrambleEvent( )
L 05/04/2015 - 00:14:45: [SM] [1] Line 426, gscramble/gscramble_autoscramble.sp::timer_ScrambleDela y()
L 05/04/2015 - 00:16:45: Error log file session closed.
L 05/04/2015 - 00:17:06: SourceMod error session started
Im not seeing that error, does it depend on the map if that's a valid event? :\
I can add a valid handle check I suppose, but it doesn't make sense to me.
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 06-06-2015 , 18:37   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.33 4/14/2015
Reply With Quote #1467

Would you be able to add an option to only balance dead players?
__________________
Phaiz is offline
obla
Junior Member
Join Date: Nov 2014
Location: Sydney, Australia
Old 06-12-2015 , 21:48   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.33 4/14/2015
Reply With Quote #1468

I'm having issues regarding votescramble

[SM] obla has voted to scramble the teams. 1 out of 7 votes needed.

Despite me being the only one in the server. When the server is full (24), the number required is outrageous.
obla is offline
Sillium
AlliedModders Donor
Join Date: Sep 2008
Location: Germany
Old 06-15-2015 , 01:50   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.33 4/14/2015
Reply With Quote #1469

You might need to check your settings:
PHP Code:
// Percentage of votes for the menu vote scramble needed.
gs_menu_votesneeded "0.60"

// Percentage of people needing to trigger a scramble in chat.  If using votemode 1, I suggest you set this lower than 50%
gs_public_triggers "0.60" 
__________________
brb, dishes have developed their own language and are talking to the garbage about overthrowing me... i must correct this

www.unterwasserpyromanen.de
Sillium is offline
obla
Junior Member
Join Date: Nov 2014
Location: Sydney, Australia
Old 06-16-2015 , 03:33   Re: [TF2] gScramble Team Balancer/Scrambler -- 3.0.33 4/14/2015
Reply With Quote #1470

Quote:
Originally Posted by Sillium View Post
You might need to check your settings:
PHP Code:
// Percentage of votes for the menu vote scramble needed.
gs_menu_votesneeded "0.60"

// Percentage of people needing to trigger a scramble in chat.  If using votemode 1, I suggest you set this lower than 50%
gs_public_triggers "0.60" 
Hi, thank you for your response. I have these at 0.50 and 0.60 respectively.
obla is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode