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
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 05-27-2009 , 15:33   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.72 *5-26-09
Reply With Quote #101

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
__________________
My Pluggies If you like, consider to me.

Last edited by BrutalGoerge; 05-27-2009 at 15:46.
BrutalGoerge is offline
mycologist
SourceMod Donor
Join Date: Sep 2008
Location: Sep 2008
Old 05-27-2009 , 15:58   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.72 *5-26-09
Reply With Quote #102

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?
__________________

mycologist is offline
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 05-27-2009 , 16:18   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.72 *5-26-09
Reply With Quote #103

if you want to for a scramble after every round....
sm_gs_winstreak "1"

that will scramble after every full round
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline
Atreus
SourceMod Donor
Join Date: Apr 2005
Location: San Diego, CA
Old 05-28-2009 , 00:10   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.72 *5-26-09
Reply With Quote #104

Quote:
Originally Posted by Atreus View Post
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
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 :/

Last edited by Atreus; 05-28-2009 at 03:08.
Atreus is offline
Send a message via AIM to Atreus Send a message via MSN to Atreus
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 05-28-2009 , 04:48   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
Reply With Quote #105

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
__________________
My Pluggies If you like, consider to me.

Last edited by BrutalGoerge; 05-28-2009 at 04:56.
BrutalGoerge is offline
Atreus
SourceMod Donor
Join Date: Apr 2005
Location: San Diego, CA
Old 05-28-2009 , 04:57   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
Reply With Quote #106

But, what if I want to use autoscramble stuff in general but not frag detection?
Atreus is offline
Send a message via AIM to Atreus Send a message via MSN to Atreus
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 05-28-2009 , 05:05   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
Reply With Quote #107

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.
__________________
My Pluggies If you like, consider to me.
BrutalGoerge is offline
Atreus
SourceMod Donor
Join Date: Apr 2005
Location: San Diego, CA
Old 05-28-2009 , 05:08   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
Reply With Quote #108

Quote:
Originally Posted by BrutalGoerge View Post
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!

Last edited by Atreus; 05-28-2009 at 05:32.
Atreus is offline
Send a message via AIM to Atreus Send a message via MSN to Atreus
Atreus
SourceMod Donor
Join Date: Apr 2005
Location: San Diego, CA
Old 05-28-2009 , 05:33   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
Reply With Quote #109

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

Last edited by Atreus; 05-28-2009 at 06:54.
Atreus is offline
Send a message via AIM to Atreus Send a message via MSN to Atreus
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Old 05-28-2009 , 13:01   Re: TF2 gScramble A Comprehensive Scramble Plugin 1.7.73 *5-26-09
Reply With Quote #110

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]
__________________
My Pluggies If you like, consider to me.
BrutalGoerge 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 05:31.


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