AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] gScramble Team Balancer/Scrambler -- 3.0.33 4/14/2015 (https://forums.alliedmods.net/showthread.php?t=89136)

BrutalGoerge 05-27-2009 15:33

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.72 *5-26-09
 
delete the config, let it re-make the config, then re-edit it.

sorry. i just thought the names were too long, dumb stuff like that bothers me :(

mycologist 05-27-2009 15:58

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.72 *5-26-09
 
First, great plugin, works perfectly. Except, I'm still trying to get forced scrambles to occur between rounds on some maps (ctf, fastlane etc) and let the auto scrambler work for the rest. I'm using this plugin:

http://forums.alliedmods.net/showthread.php?p=760501

I have sm_gscramble_force_balance "0" in the main config and sm_gscramble_force_balance "1" in specific map configs. Any ideas?

BrutalGoerge 05-27-2009 16:18

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.72 *5-26-09
 
if you want to for a scramble after every round....
sm_gs_winstreak "1"

that will scramble after every full round

Atreus 05-28-2009 00:10

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.72 *5-26-09
 
Quote:

Originally Posted by Atreus (Post 835639)
e2: Also, any chance of you adding something that stops it from doing the scramble if it's the -last- round of a map? You have it for less than _X_ timeleft, but we dont even have a timelimit. We just do mp_maxrounds 3 :o

e: Also, there's no way to turn off autoscrambling for frag ratio. Its min is 1.2, and there's no off toggle.

I edited it to fix it in my copy (which I think should work) by changing
Code:

                else if (ratio >= GetConVarFloat(cvar_FragRatio))
to
Code:

                else if (ratio >= GetConVarFloat(cvar_FragRatio) && GetConVarBool(cvar_FragRatio))
and the minimum from 1.2 to 0 in the createconvar line.

e: What the heck, I set
Code:

        cvar_FragRatio                        = CreateConVar("sm_gs_hfragratio",                "2.0",                "If a teams wins with a frag ratio greater than or equal to this setting, trigger a scramble", FCVAR_PLUGIN, true, 0.0, true, 2.0);
and it still says the minimum is 1.2 :/

BrutalGoerge 05-28-2009 04:48

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
 
no, just set the autoscramble var to 0, and all that is ignored.

edit no wait.. i guess i deleted it from there

wtf

*facepalm

fixed

and just fyi, when a plugin makes a cvar, that cvar is not destroyed when a plugin is reloaded. so you cannot change the min/max of a cvar unless you restart the server

But now, you should be able to disable autoscrambles based on any frag ratio with the auto_enable cvar

Atreus 05-28-2009 04:57

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
 
But, what if I want to use autoscramble stuff in general but not frag detection? :o

BrutalGoerge 05-28-2009 05:05

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
 
i believe i said before that you can shut off autoscramble, and still use team-win-streak scramble =]

autoscramble var = frag scrambles
win-streak var = just that, doesn't care what the autoscramble var is set to.

Atreus 05-28-2009 05:08

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
 
Quote:

Originally Posted by BrutalGoerge (Post 836370)
i believe i said before that you can shut off autoscramble, and still use team-win-streak scramble =]

autoscramble var = frag scrambles
win-streak var = just that, doesn't care what the autoscramble var is set to.

Oooh! I had figured since win-streak caused an automatic scramble, it was included in automatic scramble. Gotcha!

Atreus 05-28-2009 05:33

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
 
Alright, updated! Seems to be fine so far.

btw, The wintime limit part of the autoscramble, yeah? Or, truly -just- frag scrambles

Edit:
Quote:

Player -=|Mr|=- pleh joined team RED
Player Ranx joined team RED
Player entropynaut joined team RED
[SM] Teams have been balanced
Player Gracent joined team BLU
Gracent was moved to the other team for game balance
Player Flint Atheno joined team BLU
Flint Atheno was moved to the other team for game balance
-=|Mr|=- pleh : wait what
-=|Mr|=- pleh : what the hell just happened
what?
That's with the forcebalance on and occurred without their input at the end of a round. I'm confused :(

BrutalGoerge 05-28-2009 13:01

Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
 
wintime = frag scramble, just lower ratio if it happens less than x seconds.

Forcebalance checks teams at the end of a round. Looks like you use autobalance that already does it between rounds. if you do, then you should disable the scramble round balance. That is just for if you use a custom balance plugin that doesn't work between rounds.

plus that says [SM] Teams have been balanced

my messages all have [GS]


All times are GMT -4. The time now is 06:31.

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