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

[PLEASE HELP] how to remove team limit from CSGO


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 06-23-2013 , 21:41   [PLEASE HELP] how to remove team limit from CSGO
Reply With Quote #1

server is 40 slots
map has 34 spawn for Ts
once the Ts have 20 players no one can join T side

I have this plugin (http://forums.alliedmods.net/showthread.php?t=149632) where it forces a T:CT ratio of 2:1, but that shouldn't stop people from joining CT though

I don't know what causing the problem :[

server.cfg
PHP Code:
hostname "24/7 JAIL-BREAK [Jihad Mod] SlayersGaming.com"
sv_tags jail, break, jailbreakjbhostiescustomlrcustomprisonrebel40 slots,increased_maxplayers
sv_password 
""

log 1
mp_freezetime 5 
//The amount of time players are frozen to buy items
mp_join_grace_time 0 //The amount of time players can join teams after a round has started
mp_match_end_restart 0 // Defines whether a map should be restarted after a game has ended
sv_cheats 0 //This should always be set, so you know it's not on
sv_lan 0 //This should always be set, so you know it's not on
//**The bot commands below are mostly default with the exception of
bot_difficulty 1
bot_chatter 
"off"
bot_join_after_player 0
bot_quota 0
bot_quota_mode 
"fill"
//**The following commands manage kicks and bans
writeid
writeip
mp_warmuptime 0
mp_maxplayers 40
net_maxfilesize 99999
sv_downloadurl 
"http://slayersfastdl.site.nfoservers.com/server"
sm_rules_url "http://slayersgaming.com/r_rulesJB.html"
sm_contact_url "http://slayersgaming.com/r_contact.html"
sv_allowupload 1
sv_allowdownload 1
mp_autokick 0
mp_roundtime 12
mp_maxrounds 50
exec banned_user
.cfg
exec banned_ip
.cfg
sv_allow_votes 0
sv_maxrate 0

sv_minrate 128000

mp_friendlyfire 0
ff_damage_reduction_grenade_self 1

sv_noroundstats 1
mp_playerid 0
sv_ignoregrenaderadio 1
mp_molotovusedelay 0
mp_forcecamera 0
sv_alltalk 1
sv_deadtalk 1
//sv_full_alltalk 1
mp_autoteambalance 0
mp_limitteams 0
sv_hibernate_when_empty 0
mp_weapons_allow_map_placed 1

sv_region 1
fps_max 0

mp_autoteambalance 0
mp_teams_unbalance_limit 0

mp_match_end_at_timelimit 1

//********************************************************************

mp_spectators_max 8
bot_quota_mode fill
bot_quota 0
bot_defer_to_human_items 1
bot_defer_to_human_goals 0
bot_difficulty 1
bot_dont_shoot 0
bot_chatter normal
cl_playerspraydisable 1
mp_friendlyfire 0
mp_afterroundmoney 0
mp_playercashawards 1
mp_teamcashawards 1
mp_halftime 0
mp_timelimit 80
mp_freezetime 5
mp_buytime 0
mp_forcecamera 0
mp_defuser_allocation 2
mp_death_drop_gun 1
mp_death_drop_grenade 2
mp_death_drop_defuser 1
cl_enable_roundstart_autobuy 1
sv_ignoregrenaderadio 1
mp_molotovusedelay 0

sv_alltalk 1
sv_deadtalk 1
//sv_full_alltalk 1
mp_force_pick_time 5
bot_autodifficulty_threshold_low 
-2.0
bot_autodifficulty_threshold_high 0.0
spec_freeze_time 5.0
spec_freeze_panel_extended_time 0
mp_match_can_clinch 1
mp_startmoney 100
mp_maxmoney 16000
mp_playerid 0
sv_hibernate_when_empty 0
sv_allow_votes 0
sv_arms_race_vote_to_restart_disallowed_after 0

// cash award convars
cash_player_get_killed 0
cash_player_bomb_defused 200
cash_player_bomb_planted 200
cash_player_damage_hostage 
-30
cash_player_interact_with_hostage 300
cash_player_killed_enemy_default 900
cash_player_killed_enemy_factor 0.5
cash_player_killed_hostage 
-1000
cash_player_killed_teammate 
-3300
cash_player_rescued_hostage 1000
cash_team_elimination_bomb_map 2700
cash_team_elimination_hostage_map_t 2000
cash_team_elimination_hostage_map_ct 2300
cash_team_hostage_alive     0
cash_team_hostage_interaction 500
cash_team_loser_bonus 2400
cash_team_loser_bonus_consecutive_rounds 0
cash_team_planted_bomb_but_defused 200
cash_team_rescued_hostage 0
cash_team_terrorist_win_bomb 2700
cash_team_win_by_defusing_bomb 2700
cash_team_win_by_hostage_rescue 3000
cash_team_win_by_time_running_out_hostage 2000
cash_team_win_by_time_running_out_bomb 2700

mp_weapons_allow_zeus 1
mp_solid_teammates 0
mp_free_armor 0

//setting these to 1 crashes the server so keep at 0
mp_endmatch_votenextmap 0
mp_endmatch_votenextmap_keepcurrent 0 

__________________

Last edited by PresidentEvil; 06-23-2013 at 21:53.
PresidentEvil is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 06-24-2013 , 01:58   Re: [PLEASE HELP] how to remove team limit from CSGO
Reply With Quote #2

Join game and recheck cvar mp_limitteams
Just type
sm_cvar mp_limitteams
Code:
"mp_limitteams" = "2" min. 0.000000 max. 30.000000 game notify replicated        - Max # of players 1 team can have over another (0 disables check)
__________________
Do not Private Message @me
Bacardi is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 06-24-2013 , 23:54   Re: [PLEASE HELP] how to remove team limit from CSGO
Reply With Quote #3

I thought this has been covered multiple times... one team can only have half your server slots
hamilton5 is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 06-25-2013 , 00:24   Re: [PLEASE HELP] how to remove team limit from CSGO
Reply With Quote #4

Quote:
Originally Posted by Bacardi View Post
Join game and recheck cvar mp_limitteams
Just type
sm_cvar mp_limitteams
Code:
"mp_limitteams" = "2" min. 0.000000 max. 30.000000 game notify replicated        - Max # of players 1 team can have over another (0 disables check)
Code:
] sm_cvar mp_limitteams
[SM] Value of cvar "mp_limitteams": "0"
Quote:
Originally Posted by hamilton5 View Post
I thought this has been covered multiple times... one team can only have half your server slots
bullshit!

I can use teamswap players from CT to T and make the teams 10 CTs and 30Ts if I wanted to (which I have done before), teamswap is a plugin though and I want the game to this

is it possible to make a plugin that manually teamswaps players to T if there are more than 2x the number of Ts as CTs?

seems simple
__________________

Last edited by PresidentEvil; 06-25-2013 at 00:32.
PresidentEvil is offline
winniethepooh
SourceMod Donor
Join Date: Sep 2012
Old 06-25-2013 , 04:14   Re: [PLEASE HELP] how to remove team limit from CSGO
Reply With Quote #5

Quote:
Originally Posted by PresidentEvil View Post
bullshit!

I can use teamswap players from CT to T and make the teams 10 CTs and 30Ts if I wanted to (which I have done before), teamswap is a plugin though and I want the game to this

is it possible to make a plugin that manually teamswaps players to T if there are more than 2x the number of Ts as CTs?

seems simple
It is simple. Go for it - http://docs.sourcemod.net/api/

Sheepdude's Teamchange Unlimited might help get over the max player per team = 1/2 max slots limitation tha the built-in CS:GO join screen imposes.
winniethepooh is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-25-2013 , 11:07   Re: [PLEASE HELP] how to remove team limit from CSGO
Reply With Quote #6

Quote:
Originally Posted by PresidentEvil View Post
Code:
] sm_cvar mp_limitteams
[SM] Value of cvar "mp_limitteams": "0"
bullshit!

I can use teamswap players from CT to T and make the teams 10 CTs and 30Ts if I wanted to (which I have done before), teamswap is a plugin though and I want the game to this
Plugins are all about doing what the game won't normally let you do. Or in this case, what it won't let clients do.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 06-25-2013 at 11:08.
Powerlord 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 08:13.


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