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

CS:S Team Balance


Post New Thread Reply   
 
Thread Tools Display Modes
dalto
Veteran Member
Join Date: Jul 2007
Old 08-23-2007 , 10:53   Re: CS:S Team Balance
Reply With Quote #131

Nope, but you need to copy all the files, including the gamedata file and the translations file.

Check addons/sourcemod/logs and see if you have any error logs in there.
dalto is offline
Tirppa
Member
Join Date: Dec 2005
Old 08-23-2007 , 10:55   Re: CS:S Team Balance
Reply With Quote #132

I copyed the whole directories as they are...

but the error log is full of L 08/23/2007 - 17:40:43: [teambalance.smx] Team Balance SQl Error: library routine called out of sequence


I need the sql-server?

Code:
L 08/23/2007 - 17:53:39: [teambalance.smx] Update Stats SQL Error: library routine called out of sequence
L 08/23/2007 - 17:53:43: [teambalance.smx] Update Stats SQL Error: library routine called out of sequence
L 08/23/2007 - 17:54:10: [teambalance.smx] Update Stats SQL Error: library routine called out of sequence
L 08/23/2007 - 17:54:22: [teambalance.smx] Team Balance SQl Error: library routine called out of sequence
L 08/23/2007 - 17:55:06: [teambalance.smx] Update Stats SQL Error: library routine called out of sequence
L 08/23/2007 - 17:55:37: [teambalance.smx] Team Balance SQl Error: library routine called out of sequence
L 08/23/2007 - 17:55:41: [teambalance.smx] Team Balance SQl Error: library routine called out of sequence
L 08/23/2007 - 17:55:46: [teambalance.smx] Update Stats SQL Error: library routine called out of sequence
L 08/23/2007 - 17:56:09: [teambalance.smx] Update Stats SQL Error: library routine called out of sequence
L 08/23/2007 - 17:56:39: [teambalance.smx] Update Stats SQL Error: library routine called out of sequence
L 08/23/2007 - 17:56:57: [teambalance.smx] Team Balance SQl Error: library routine called out of sequence

Last edited by Tirppa; 08-23-2007 at 10:58.
Tirppa is offline
Tirppa
Member
Join Date: Dec 2005
Old 08-23-2007 , 13:15   Re: CS:S Team Balance
Reply With Quote #133

Quote:
Originally Posted by Shadowdogg View Post
Thanks I installed it. Will do some vigorious testing tonight.
Is yours running ok?
Tirppa is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 08-23-2007 , 13:20   Re: CS:S Team Balance
Reply With Quote #134

Quote:
Originally Posted by Tirppa View Post
Is yours running ok?
Mine is, I have 1.0beta1.
__________________

Last edited by Tekniqal; 08-23-2007 at 13:24.
Tekniqal is offline
Tirppa
Member
Join Date: Dec 2005
Old 08-23-2007 , 13:22   Re: CS:S Team Balance
Reply With Quote #135

Quote:
Originally Posted by Tekniqal View Post
Mine is, I have 1.0beta.
linux or windows?
Tirppa is offline
dalto
Veteran Member
Join Date: Jul 2007
Old 08-23-2007 , 13:31   Re: CS:S Team Balance
Reply With Quote #136

Tirppa those SQL errors won't stop the team balance from running. We are waiting on a sourcemod fix to that problem.
dalto is offline
Tirppa
Member
Join Date: Dec 2005
Old 08-23-2007 , 13:46   Re: CS:S Team Balance
Reply With Quote #137

Quote:
Originally Posted by dalto View Post
Tirppa those SQL errors won't stop the team balance from running. We are waiting on a sourcemod fix to that problem.
Then I'm confused why isn't the plugin working

here's the config file..

Code:
// *****************************************************************************
// Plugin : TeamBalance
//
// Filename : sm_teambalance.cfg
//
// This file is used to set cvar's which globally control plugin behavior. For
// this to be used it needs to be exec'd from the server config.
// *****************************************************************************

// Enable the team balancer
// Setting this to Off forces the plugin to not load
// 0 = Off, 1 = On(Default)
sm_team_balance_enable 1

// Announcement preferences
// 0: No announcements
// 1: Announce when the teams balance is pending
// 2: Announce when the teams are not balanced
// 4: Announce when the teams are balanced
// 8: Announce when nothing can be done to make the teams more balanced
sm_team_balance_annouce 10

// The number of hours to save stats for
sm_team_balance_save_time 672

// Adds teamswitch and swapteams commands
// Off by default as these functions are provided by other plugins
sm_team_balance_commands 0

// This forces the plugin to balance team sizes, even if the losing team is the
// bigger team
sm_team_balance_maintain_size 1

// Setting this to 1 allows the plugin to control team joins.  It will force players
// to join the smaller team and not allow them to switch to the stronger team later in the game.
sm_team_balance_control_joins 1

// *****************************************************************************
// WARNING
// Changing anything below this line effects the performance of the team
// balancer.  Only change these values if you are sure you know what you
// are doing.
// *****************************************************************************

// The minimum number of kills + deaths you need to have in order to get a real
// kdr.  Before this you kdr is set to sm_team_balance_def_kdr
sm_team_balance_min_kd 10

// The number of consecutive wins required to declare the teams unbalanced
sm_team_balance_consecutive_wins 4

// The win loss ratio required to declare the teams unbalanced
// 1.0 is an even number of wins and losses
sm_team_balance_wlr 0.55

// The number of rounds to delay team balancing when a new player joins
// the losing team
sm_team_balance_new_join_rounds 1

// The minimum number of rounds before the team balancer starts
sm_team_balance_min_rounds 3

// The default kdr used until a real kdr is established
sm_team_balance_def_kdr 1.0

// The maximimum number of players on a team for which a single player is balanced
sm_team_balance_single_max 6

// The increment for which additional players are balanced
sm_team_balance_increment 5
Tirppa is offline
Tekniqal
Senior Member
Join Date: Aug 2006
Old 08-23-2007 , 14:16   Re: CS:S Team Balance
Reply With Quote #138

Quote:
Originally Posted by Tirppa View Post
linux or windows?
windows
__________________
Tekniqal is offline
dalto
Veteran Member
Join Date: Jul 2007
Old 08-23-2007 , 15:10   Re: CS:S Team Balance
Reply With Quote #139

New beta release: Version 1.0beta2

Changes:
Fixed error: Native "GetPlayerWeaponSlot" reported: World not allowed

Last edited by dalto; 08-24-2007 at 13:18. Reason: Removed files - 1.0 is released
dalto is offline
dalto
Veteran Member
Join Date: Jul 2007
Old 08-24-2007 , 13:17   Re: CS:S Team Balance
Reply With Quote #140

New Version: Release 1.0

Changes since 0.8:
  • Updated the update stats and load stats calls to close the handles on failure
  • Update the updates stats function to use REPLACE
  • Updated the balancer so it deals with the case where the winning team is much larger but filled with crap players
  • Added sm_team_balance_maintain_size to force the balancer to balance if the teamsize are off
  • Updated the team balance text to green
  • Added functionality to control and manage the joining of teams
  • Increased the recency of win/loss stats by changing ROUNDS_TO_SAVE from 10 to 6
  • Fixed array out of bounds errors
  • Fixed Native "GetPlayerWeaponSlot" reported: World not allowed
dalto 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 12:59.


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